|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biojava.bio.seq.GeneticCodes
public class GeneticCodes
Collects the references to translation methods in one place. Right now this is just a wrapper on RNATools
Method Summary | |
---|---|
static SymbolList |
transcribe(SymbolList theList)
Transcribe DNA into RNA. |
static SymbolList |
translate(SymbolList theList)
Translate RNA into protein (with termination symbols). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static SymbolList transcribe(SymbolList theList) throws IllegalAlphabetException
theList
- the SymbolList of DNA symbols to transcribe
IllegalAlphabetException
- if the list is not DNApublic static SymbolList translate(SymbolList theList) throws IllegalAlphabetException
theList
- the SymbolList of RNA symbols to translate
IllegalAlphabetException
- if the list is not RNA
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |