|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.biojava.bio.seq.GeneticCodes
Collects the references to translation methods in one place. Right now this is just a wrapper on RNATools
| Constructor Summary | |
GeneticCodes()
|
|
| 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 |
| Constructor Detail |
public GeneticCodes()
| Method Detail |
public static SymbolList transcribe(SymbolList theList)
throws IllegalAlphabetException
theList - the SymbolList of DNA symbols to transcribe
IllegalAlphabetException - if the list is not DNA
public 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 | ||||||||||