|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Interface to represent a biological alignment of protein sequences.
RandomAccessAlignment| Method Summary | |
BiologicalSequence |
findGappedSequence(java.lang.String shortname)
Returns the first sequence of this alignment which name matches shortname (the order of the search is reversed). |
BiologicalSequence[] |
getGappedSequences()
|
java.lang.String[] |
getPositions()
returns the positions of this alignments as an array of String. |
BiologicalSequence[] |
getSequenceSet()
Obtain the set of sequences that constitute this alignment as an array of object that support the BiologicalSequence interface |
java.lang.String |
getShortName()
|
int |
longer()
Computes and returns the length of the longer sequence of this alignment. |
void |
removeSequence(BiologicalSequence seq)
Removes the specified sequence from the alignment. |
void |
setSequenceSet(BiologicalSequence[] new_set)
Replace the set of sequences that constitute this alignment by new_set |
void |
setShortName(java.lang.String x)
|
| Method Detail |
public void setSequenceSet(BiologicalSequence[] new_set)
public BiologicalSequence[] getSequenceSet()
public void removeSequence(BiologicalSequence seq)
public BiologicalSequence findGappedSequence(java.lang.String shortname)
public int longer()
public java.lang.String[] getPositions()
Stringpublic BiologicalSequence[] getGappedSequences()
public java.lang.String getShortName()
public void setShortName(java.lang.String x)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||