Package org.forester.msa_compactor
Class MsaProperties
java.lang.Object
org.forester.msa_compactor.MsaProperties
- 
Constructor Summary
ConstructorsConstructorDescriptionMsaProperties(int number_of_sequences, int length, double gap_ratio, double entropy7, double entropy21, double avg_number_of_gaps, String removed_seq) MsaProperties(Msa msa, String removed_seq, boolean calculate_normalized_shannon_entropy)  - 
Method Summary
Modifier and TypeMethodDescriptionfinal doublefinal doublefinal doublefinal doublefinal intfinal intfinal String 
- 
Constructor Details
- 
MsaProperties
public MsaProperties(int number_of_sequences, int length, double gap_ratio, double entropy7, double entropy21, double avg_number_of_gaps, String removed_seq)  - 
MsaProperties
 
 - 
 - 
Method Details
- 
getEntropy21
public final double getEntropy21() - 
getEntropy7
public final double getEntropy7() - 
getGapRatio
public final double getGapRatio() - 
getAvgNumberOfGaps
public final double getAvgNumberOfGaps() - 
getLength
public final int getLength() - 
getNumberOfSequences
public final int getNumberOfSequences() - 
getRemovedSeq
 
 -