public final class MsaProperties extends Object
| Constructor and Description |
|---|
MsaProperties(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) |
| Modifier and Type | Method and Description |
|---|---|
double |
getAvgNumberOfGaps() |
double |
getEntropy21() |
double |
getEntropy7() |
double |
getGapRatio() |
int |
getLength() |
int |
getNumberOfSequences() |
String |
getRemovedSeq() |
public MsaProperties(int number_of_sequences,
int length,
double gap_ratio,
double entropy7,
double entropy21,
double avg_number_of_gaps,
String removed_seq)
public final double getEntropy21()
public final double getEntropy7()
public final double getGapRatio()
public final double getAvgNumberOfGaps()
public final int getLength()
public final int getNumberOfSequences()
public final String getRemovedSeq()
Copyright © 2016. All rights reserved.