|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jebl.evolution.sequences.GeneticCode
public final class GeneticCode
A set of standard genetic codes.
Field Summary | |
---|---|
static GeneticCode |
ALT_YEAST
|
static GeneticCode |
ASCIDIAN_MT
|
static GeneticCode |
BACTERIAL
|
static GeneticCode |
BLEPHARISMA_NUC
|
static GeneticCode |
CILIATE
|
static GeneticCode |
ECHINODERM_MT
|
static GeneticCode |
EUPLOTID_NUC
|
static GeneticCode |
FLATWORM_MT
|
static GeneticCode[] |
GENETIC_CODES
|
static GeneticCode |
INVERTEBRATE_MT
|
static GeneticCode |
MOLD_PROTOZOAN_MT
|
static GeneticCode |
MYCOPLASMA
|
static GeneticCode |
UNIVERSAL
|
static GeneticCode |
VERTEBRATE_MT
|
static GeneticCode |
YEAST
|
Method Summary | |
---|---|
String |
getCodeTable()
Returns the description of the genetic code |
Set<CodonState> |
getCodonsForAminoAcid(AminoAcidState aminoAcidState)
|
String |
getDescription()
Returns the description of the genetic code |
String |
getName()
Returns the name of the genetic code |
int |
getStopCodonCount()
Returns the number of terminator amino acids. |
Set<CodonState> |
getStopCodons()
|
AminoAcidState |
getTranslation(CodonState codonState)
Returns the state associated with AminoAcid represented by codonState. |
boolean |
isStopCodon(CodonState codonState)
Note that the state is the canonical state (generated combinatorially) |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final GeneticCode UNIVERSAL
public static final GeneticCode VERTEBRATE_MT
public static final GeneticCode YEAST
public static final GeneticCode MOLD_PROTOZOAN_MT
public static final GeneticCode MYCOPLASMA
public static final GeneticCode INVERTEBRATE_MT
public static final GeneticCode CILIATE
public static final GeneticCode ECHINODERM_MT
public static final GeneticCode EUPLOTID_NUC
public static final GeneticCode BACTERIAL
public static final GeneticCode ALT_YEAST
public static final GeneticCode ASCIDIAN_MT
public static final GeneticCode FLATWORM_MT
public static final GeneticCode BLEPHARISMA_NUC
public static final GeneticCode[] GENETIC_CODES
Method Detail |
---|
public String getName()
public String getDescription()
public String getCodeTable()
public AminoAcidState getTranslation(CodonState codonState)
AminoAcids
,
Codons
public boolean isStopCodon(CodonState codonState)
public Set<CodonState> getCodonsForAminoAcid(AminoAcidState aminoAcidState)
public Set<CodonState> getStopCodons()
public int getStopCodonCount()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |