Uses of Interface
org.biojava.bio.symbol.ManyToOneTranslationTable
Packages that use ManyToOneTranslationTable
Package
Description
Classes and interfaces for defining biological sequences and informatics
objects.
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 ManyToOneTranslationTableModifier and TypeMethodDescriptionstatic 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 ManyToOneTranslationTableModifier and TypeClassDescriptionclass
an abstract class implementing basic functionality of a translation table that translates Symbols from one Alphabet to another.class
A genetic code translation table representing a translation table in the DDBJ/EMBL/GenBank Feature Table (appendix V).class
A no-frills implementation of a translation table that maps between two alphabets.Methods in org.biojava.bio.symbol that return ManyToOneTranslationTableModifier and TypeMethodDescriptionCodonPref.getGeneticCode()
the genetic code that this codon preference is based on.SimpleCodonPref.getGeneticCode()