public class StandardTranslationTable extends Object implements TranslationTable
Modifier and Type | Method and Description |
---|---|
static StandardTranslationTable |
getInstance() |
char |
translateCodon(String inCodon)
Converts the specified codon (3 nucleotides) into a character representing
the corresponding amino acid.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isStopCodon
public static StandardTranslationTable getInstance()
public char translateCodon(String inCodon)
translateCodon
in interface TranslationTable
inCodon
- 3-letter nucleotide (DNA or RNA) string to be translated
jataylor@hairyfatguy.com