Uses of Interface
org.biojava.bio.symbol.ReversibleTranslationTable
-
Packages that use ReversibleTranslationTable Package Description org.biojava.bio.dist Probability distributions over Alphabets.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 ReversibleTranslationTable in org.biojava.bio.dist
Methods in org.biojava.bio.dist that return ReversibleTranslationTable Modifier and Type Method Description ReversibleTranslationTable
TranslatedDistribution. getTable()
Retrieve the translation table encapsulating the map from this emission spectrum to the underlying one.Constructors in org.biojava.bio.dist with parameters of type ReversibleTranslationTable Constructor Description TranslatedDistribution(ReversibleTranslationTable table, Distribution other, DistributionFactory distFact)
Create a new TranslatedDistribution. -
Uses of ReversibleTranslationTable in org.biojava.bio.seq
Methods in org.biojava.bio.seq that return ReversibleTranslationTable Modifier and Type Method Description static ReversibleTranslationTable
DNATools. complementTable()
Get a translation table for complementing DNA symbols.static ReversibleTranslationTable
NucleotideTools. complementTable()
Get a translation table for complementing Nucleotide symbols.static ReversibleTranslationTable
RNATools. complementTable()
Get a translation table for complementing DNA symbols.static ReversibleTranslationTable
RNATools. transcriptionTable()
Get a translation table for converting DNA to RNA. -
Uses of ReversibleTranslationTable in org.biojava.bio.symbol
Classes in org.biojava.bio.symbol that implement ReversibleTranslationTable Modifier and Type Class Description class
AbstractReversibleTranslationTable
an abstract class implementing basic functionality of a translation table that translates Symbols from one Alphabet to another.class
SimpleReversibleTranslationTable
A no-frills implementation of TranslationTable that uses a Map to map from symbols in a finite source alphabet into a target alphabet.
-