|
Mobios v0.91 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmobios.type.Sequence
mobios.type.RNA
public class RNA
A compact representation of an RNA sequence.
| Nested Class Summary | |
|---|---|
static class |
RNA.RNASymbol
TODO |
| Field Summary | |
|---|---|
static Alphabet |
ALPHABET
|
static WeightMatrix |
SimpleEditDistanceMatrix
The SimpleEditDistanceMatrix looks like: {0,1,1,1}, {1,0,1,1}, {1,1,0,1}, {1,1,1,0} |
| Constructor Summary | |
|---|---|
RNA(String sequenceID,
String sequence)
|
|
| Method Summary | |
|---|---|
Symbol |
get(int index)
|
Alphabet |
getAlphabet()
|
String |
toString()
|
| Methods inherited from class mobios.type.Sequence |
|---|
getSequenceID, numFragments, size |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final Alphabet ALPHABET
public static final WeightMatrix SimpleEditDistanceMatrix
| Constructor Detail |
|---|
public RNA(String sequenceID,
String sequence)
sequenceID - sequence - | Method Detail |
|---|
public Alphabet getAlphabet()
getAlphabet in class Sequencepublic Symbol get(int index)
get in class Sequenceindex - an integer index value
Symbol corresponding to that index.public String toString()
toString in class Sequence
|
Mobios v0.91 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||