Uses of Class
org.biojava.nbio.core.sequence.transcription.Table.Codon
-
Packages that use Table.Codon Package Description org.biojava.nbio.core.sequence.io org.biojava.nbio.core.sequence.transcription -
-
Uses of Table.Codon in org.biojava.nbio.core.sequence.io
Methods in org.biojava.nbio.core.sequence.io that return types with arguments of type Table.Codon Modifier and Type Method Description CompoundSet<Table.Codon>
IUPACParser.IUPACTable. getCodonCompoundSet(CompoundSet<NucleotideCompound> rnaCompounds, CompoundSet<AminoAcidCompound> aminoAcidCompounds)
Returns the compound set of codonsList<Table.Codon>
IUPACParser.IUPACTable. getCodons(CompoundSet<NucleotideCompound> nucelotides, CompoundSet<AminoAcidCompound> aminoAcids)
Returns a list of codons where the source and target compounds are the same as those given by the parameters. -
Uses of Table.Codon in org.biojava.nbio.core.sequence.transcription
Methods in org.biojava.nbio.core.sequence.transcription that return types with arguments of type Table.Codon Modifier and Type Method Description CompoundSet<Table.Codon>
Table. getCodonCompoundSet(CompoundSet<NucleotideCompound> rnaCompounds, CompoundSet<AminoAcidCompound> aminoAcidCompounds)
List<Table.Codon>
Table. getCodons(CompoundSet<NucleotideCompound> nucelotides, CompoundSet<AminoAcidCompound> aminoAcids)
-