Uses of Interface
org.biojava3.core.sequence.transcription.Table

Packages that use Table
org.biojava3.core.sequence.io   
org.biojava3.core.sequence.transcription   
 

Uses of Table in org.biojava3.core.sequence.io
 

Classes in org.biojava3.core.sequence.io that implement Table
static class IUPACParser.IUPACTable
          Holds the concept of a codon table from the IUPAC format
 

Uses of Table in org.biojava3.core.sequence.transcription
 

Methods in org.biojava3.core.sequence.transcription that return Table
 Table TranscriptionEngine.getTable()
           
 

Methods in org.biojava3.core.sequence.transcription with parameters of type Table
 TranscriptionEngine.Builder TranscriptionEngine.Builder.table(Table table)
           
 

Constructors in org.biojava3.core.sequence.transcription with parameters of type Table
RNAToAminoAcidTranslator(SequenceCreatorInterface<AminoAcidCompound> creator, CompoundSet<NucleotideCompound> nucleotides, CompoundSet<Table.Codon> codons, CompoundSet<AminoAcidCompound> aminoAcids, Table table, boolean trimStops, boolean initMetOnly, boolean translateNCodons)
           
 



Copyright © 2010 BioJava. All Rights Reserved.