Interface | Description |
---|---|
TranslationTable |
Interface for mapping codons to amino acids.
|
Class | Description |
---|---|
Codon |
Codon container.
|
CodonTable |
Table that maps codons to their respective amino acids.
|
CodonUsage |
Codon usage data container.
|
NucleicAcidTranslator |
Translates nucleic acid sequences into protein.
|
StandardTranslationTable |
Standard translation table for mapping codons to amino acids.
|
TranslationFrame |
Frame for translation.
|
Exception | Description |
---|---|
TranslationException |
Indicates an exception during sequence translation.
|
jataylor@hairyfatguy.com