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.
|
Modifier and Type | Method and Description |
---|---|
ReversibleTranslationTable |
TranslatedDistribution.getTable()
Retrieve the translation table encapsulating the map from this emission
spectrum to the underlying one.
|
Constructor and Description |
---|
TranslatedDistribution(ReversibleTranslationTable table,
Distribution other,
DistributionFactory distFact)
Create a new TranslatedDistribution.
|
Modifier and Type | Method and Description |
---|---|
static ReversibleTranslationTable |
RNATools.complementTable()
Get a translation table for complementing DNA symbols.
|
static ReversibleTranslationTable |
NucleotideTools.complementTable()
Get a translation table for complementing Nucleotide symbols.
|
static ReversibleTranslationTable |
DNATools.complementTable()
Get a translation table for complementing DNA symbols.
|
static ReversibleTranslationTable |
RNATools.transcriptionTable()
Get a translation table for converting DNA to RNA.
|
Modifier and Type | Class and 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.
|
Copyright © 2014 BioJava. All rights reserved.