public interface Sequence
Modifier and Type | Interface and Description |
---|---|
static class |
Sequence.TYPE |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
AA_REGEXP |
static java.lang.String |
DNA_REGEXP |
static char |
GAP |
static java.lang.String |
GAP_STR |
static java.lang.String |
RNA_REGEXP |
static char |
TERMINATE |
static char |
UNSPECIFIED_AA |
static char |
UNSPECIFIED_NUC |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getIdentifier() |
int |
getLength() |
char[] |
getMolecularSequence() |
int |
getNumberOfGapResidues() |
char |
getResidueAt(int position) |
Sequence.TYPE |
getType() |
static final char UNSPECIFIED_AA
static final char UNSPECIFIED_NUC
static final char GAP
static final java.lang.String GAP_STR
static final char TERMINATE
static final java.lang.String AA_REGEXP
static final java.lang.String DNA_REGEXP
static final java.lang.String RNA_REGEXP
java.lang.Object getIdentifier()
int getLength()
int getNumberOfGapResidues()
char[] getMolecularSequence()
char getResidueAt(int position)
Sequence.TYPE getType()