|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcalhoun.analysis.crf.io.MultipleAlignmentInputSequence.MultipleAlignmentColumn
public class MultipleAlignmentInputSequence.MultipleAlignmentColumn
represents the column of the alignment at a given position on the reference sequence
| Constructor Summary | |
|---|---|
MultipleAlignmentInputSequence.MultipleAlignmentColumn(int pos)
constructs the column at this position |
|
| Method Summary | |
|---|---|
MultipleAlignmentInputSequence |
getMultipleAlignment()
returns the multiple alignment input sequence that this column comes from. |
RootedBinaryPhylogeneticTree |
getTree()
returns the tree for this alignment |
int |
getUniqueHash()
returns a hash value for the characters in this column |
char |
nucleotide(int spec)
returns the value of this position in the alignment for the given species |
int |
numSpecies()
returns the number of species in the alignment |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MultipleAlignmentInputSequence.MultipleAlignmentColumn(int pos)
| Method Detail |
|---|
public MultipleAlignmentInputSequence getMultipleAlignment()
public int numSpecies()
public char nucleotide(int spec)
spec - the species to retrieve. The value will be the index of the species in the speciesName list.
public int getUniqueHash()
public RootedBinaryPhylogeneticTree getTree()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||