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 TypeInterfaceDescriptioninterfaceA translation table that will handle the many-to-one mappings that you see, for example, with genetic codes.interfaceA translation table that can also translate from the target to source alphabet.Classes in org.biojava.bio.symbol that implement TranslationTableModifier and TypeClassDescriptionclassan abstract class implementing basic functionality of a translation table that translates Symbols from one Alphabet to another.classan abstract class implementing basic functionality of a translation table that translates Symbols from one Alphabet to another.classA genetic code translation table representing a translation table in the DDBJ/EMBL/GenBank Feature Table (appendix V).classA no-frills implementation of a translation table that maps between two alphabets.classA no-frills implementation of TranslationTable that uses a Map to map from symbols in a finite source alphabet into a target alphabet.classA 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 SymbolListSymbolListViews.translate(SymbolList symbols, TranslationTable table) Provides a 'translated' view of an underlying SymbolList.