Uses of Class
org.biojava3.core.sequence.transcription.Table.Codon
-
Uses of Table.Codon in org.biojava3.core.sequence.io
Modifier and TypeMethodDescriptionIUPACParser.IUPACTable.getCodonCompoundSet
(CompoundSet<NucleotideCompound> rnaCompounds, CompoundSet<AminoAcidCompound> aminoAcidCompounds) Returns the compound set of codonsIUPACParser.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.biojava3.core.sequence.transcription
Modifier and TypeMethodDescriptionTable.getCodonCompoundSet
(CompoundSet<NucleotideCompound> rnaCompounds, CompoundSet<AminoAcidCompound> aminoAcidCompounds) Table.getCodons
(CompoundSet<NucleotideCompound> nucelotides, CompoundSet<AminoAcidCompound> aminoAcids)