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 ManyToOneTranslationTableRNATools. getGeneticCode(int table_num)Retrieve a TranslationTable by number.static ManyToOneTranslationTableRNATools. 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 classAbstractManyToOneTranslationTablean abstract class implementing basic functionality of a translation table that translates Symbols from one Alphabet to another.classSimpleGeneticCodeTableA genetic code translation table representing a translation table in the DDBJ/EMBL/GenBank Feature Table (appendix V).classSimpleManyToOneTranslationTableA 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 ManyToOneTranslationTableCodonPref. getGeneticCode()the genetic code that this codon preference is based on.ManyToOneTranslationTableSimpleCodonPref. getGeneticCode()
-