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 ReversibleTranslationTableTranslatedDistribution. 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 ReversibleTranslationTableDNATools. complementTable()Get a translation table for complementing DNA symbols.static ReversibleTranslationTableNucleotideTools. complementTable()Get a translation table for complementing Nucleotide symbols.static ReversibleTranslationTableRNATools. complementTable()Get a translation table for complementing DNA symbols.static ReversibleTranslationTableRNATools. 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 classAbstractReversibleTranslationTablean abstract class implementing basic functionality of a translation table that translates Symbols from one Alphabet to another.classSimpleReversibleTranslationTableA no-frills implementation of TranslationTable that uses a Map to map from symbols in a finite source alphabet into a target alphabet.
-