Package | Description |
---|---|
org.mathIT.genes |
Provides classes to simulate biological amino acid sequences
and to use the genetic code
|
Modifier and Type | Method and Description |
---|---|
static RNACodon |
RNACodon.decode(AminoAcid aminoAcid)
Returns the amino acid which is related to this codon by the genetic code.
|
static RNACodon |
RNACodon.fromString(String triplet)
Returns the DNA codon which is represented by the specified three-letter
string, a triplet, consisting of the DNA letters T, C, A, G.
|
static RNACodon |
RNACodon.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RNACodon[] |
RNACodon.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|