Package org.forester.sequence
Interface MolecularSequence
- All Known Implementing Classes:
BasicSequence
public interface MolecularSequence
-
Nested Class Summary
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
char[]
int
char
getResidueAt
(int position) getType()
boolean
isGapAt
(int position)
-
Field Details
-
UNSPECIFIED_AA
static final char UNSPECIFIED_AA- See Also:
-
UNSPECIFIED_NUC
static final char UNSPECIFIED_NUC- See Also:
-
GAP
static final char GAP- See Also:
-
GAP_STR
-
TERMINATE
static final char TERMINATE- See Also:
-
AA_REGEXP
- See Also:
-
DNA_REGEXP
- See Also:
-
RNA_REGEXP
- See Also:
-
-
Method Details
-
getIdentifier
String getIdentifier() -
getLength
int getLength() -
getNumberOfGapResidues
int getNumberOfGapResidues() -
getMolecularSequence
char[] getMolecularSequence() -
getMolecularSequenceAsString
String getMolecularSequenceAsString() -
getResidueAt
char getResidueAt(int position) -
isGapAt
boolean isGapAt(int position) -
getType
MolecularSequence.TYPE getType()
-