| Constructor and Description |
|---|
SimpleMutableMsa(java.lang.String[] names,
java.lang.String[] seqs) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteResidueAt(int col,
int row) |
double |
getGapScore() |
int |
getLength() |
int |
getNumberOfSequences() |
char |
getResidueAt(int col,
int row) |
double |
getScore() |
Sequence |
getSequence(int i) |
void |
insertResidueAt(int col,
int row) |
public SimpleMutableMsa(java.lang.String[] names,
java.lang.String[] seqs)
public void deleteResidueAt(int col,
int row)
public double getGapScore()
public int getNumberOfSequences()
getNumberOfSequences in interface Msapublic char getResidueAt(int col,
int row)
getResidueAt in interface Msapublic double getScore()
public Sequence getSequence(int i)
getSequence in interface Msapublic void insertResidueAt(int col,
int row)