Uses of Interface
org.biojava.bio.symbol.TranslationTable
Packages that use TranslationTable
Package
Description
Representation of the Symbols that make up a sequence, and locations within
them.
-
Uses of TranslationTable in org.biojava.bio.symbol
Subinterfaces of TranslationTable in org.biojava.bio.symbolModifier and TypeInterfaceDescriptioninterface
A translation table that will handle the many-to-one mappings that you see, for example, with genetic codes.interface
A translation table that can also translate from the target to source alphabet.Classes in org.biojava.bio.symbol that implement TranslationTableModifier and TypeClassDescriptionclass
an abstract class implementing basic functionality of a translation table that translates Symbols from one Alphabet to another.class
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.class
A no-frills implementation of TranslationTable that uses a Map to map from symbols in a finite source alphabet into a target alphabet.class
A no-frills implementation of TranslationTable that uses a Map to map from symbols in a finite source alphabet into a target alphabet.Methods in org.biojava.bio.symbol with parameters of type TranslationTableModifier and TypeMethodDescriptionstatic SymbolList
SymbolListViews.translate
(SymbolList symbols, TranslationTable table) Provides a 'translated' view of an underlying SymbolList.