Uses of Interface
org.biojava.bio.symbol.ManyToOneTranslationTable
-
Packages that use ManyToOneTranslationTable Package Description org.biojava.bio.seq Classes and interfaces for defining biological sequences and informatics objects.org.biojava.bio.symbol Representation of the Symbols that make up a sequence, and locations within them. -
-
Uses of ManyToOneTranslationTable in org.biojava.bio.seq
Methods in org.biojava.bio.seq that return ManyToOneTranslationTable Modifier and Type Method Description static ManyToOneTranslationTable
RNATools. getGeneticCode(int table_num)
Retrieve a TranslationTable by number.static ManyToOneTranslationTable
RNATools. getGeneticCode(String name)
Retrieve a TranslationTable by name. -
Uses of ManyToOneTranslationTable in org.biojava.bio.symbol
Classes in org.biojava.bio.symbol that implement ManyToOneTranslationTable Modifier and Type Class Description class
AbstractManyToOneTranslationTable
an abstract class implementing basic functionality of a translation table that translates Symbols from one Alphabet to another.class
SimpleGeneticCodeTable
A genetic code translation table representing a translation table in the DDBJ/EMBL/GenBank Feature Table (appendix V).class
SimpleManyToOneTranslationTable
A no-frills implementation of a translation table that maps between two alphabets.Methods in org.biojava.bio.symbol that return ManyToOneTranslationTable Modifier and Type Method Description ManyToOneTranslationTable
CodonPref. getGeneticCode()
the genetic code that this codon preference is based on.ManyToOneTranslationTable
SimpleCodonPref. getGeneticCode()
-