|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object compbio.data.sequence.FastaSequence compbio.data.sequence.AnnotatedSequence
public class AnnotatedSequence
Constructor Summary | |
---|---|
AnnotatedSequence(FastaSequence fsequence,
float[] annotation)
|
|
AnnotatedSequence(String id,
String sequence,
float[] annotation)
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
float[] |
getAnnotation()
|
int |
hashCode()
|
String |
toString()
Same as oneLineFasta |
Methods inherited from class compbio.data.sequence.FastaSequence |
---|
countMatchesInSequence, getFormatedSequence, getFormattedFasta, getId, getLength, getOnelineFasta, getSequence |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AnnotatedSequence(String id, String sequence, float[] annotation)
public AnnotatedSequence(FastaSequence fsequence, float[] annotation)
Method Detail |
---|
public float[] getAnnotation()
public int hashCode()
hashCode
in class FastaSequence
public boolean equals(Object obj)
equals
in class FastaSequence
public String toString()
FastaSequence
toString
in class FastaSequence
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |