Uses of Class
org.biojava3.core.sequence.compound.AminoAcidCompound
Package
Description
-
Uses of AminoAcidCompound in org.biojava3.core.sequence
ModifierConstructorDescriptionProteinSequence
(String seqString, CompoundSet<AminoAcidCompound> compoundSet) Create a protein from a string with a user defined set of amino acidsProteinSequence
(ProxySequenceReader<AminoAcidCompound> proxyLoader) A protein sequence where the storage of the sequence is somewhere else.ProteinSequence
(ProxySequenceReader<AminoAcidCompound> proxyLoader, CompoundSet<AminoAcidCompound> compoundSet) A protein sequence where the storage of the sequence is somewhere else with user defined set of amino acids.ProteinSequence
(ProxySequenceReader<AminoAcidCompound> proxyLoader, CompoundSet<AminoAcidCompound> compoundSet) A protein sequence where the storage of the sequence is somewhere else with user defined set of amino acids. -
Uses of AminoAcidCompound in org.biojava3.core.sequence.compound
Modifier and TypeMethodDescriptionAminoAcidCompoundSet.getAllCompounds()
AminoAcidCompound.getCompoundSet()
AminoAcidCompoundSet.getEquivalentCompounds
(AminoAcidCompound compound) Modifier and TypeMethodDescriptionboolean
AminoAcidCompoundSet.compoundsEquivalent
(AminoAcidCompound compoundOne, AminoAcidCompound compoundTwo) AminoAcidCompoundSet.getEquivalentCompounds
(AminoAcidCompound compound) AminoAcidCompoundSet.getStringForCompound
(AminoAcidCompound compound) boolean
AminoAcidCompoundSet.hasCompound
(AminoAcidCompound compound) Modifier and TypeMethodDescriptionvoid
AminoAcidCompoundSet.verifySequence
(Sequence<AminoAcidCompound> sequence) -
Uses of AminoAcidCompound in org.biojava3.core.sequence.io
Modifier and TypeMethodDescriptionCasePreservingProteinSequenceCreator.getSequence
(String sequence, long index) CasePreservingProteinSequenceCreator.getSequence
(List<AminoAcidCompound> list) Assumes all compounds were uppercaseCasePreservingProteinSequenceCreator.getSequence
(ProxySequenceReader<AminoAcidCompound> proxyLoader, long index) FileProxyProteinSequenceCreator.getSequence
(String sequence, long index) Even though we are passing in the sequence we really only care about the length of the sequence and the offset index in the fasta file.FileProxyProteinSequenceCreator.getSequence
(List<AminoAcidCompound> list) Not sure of use case and currently not supportedFileProxyProteinSequenceCreator.getSequence
(ProxySequenceReader<AminoAcidCompound> proxyLoader, long index) Should be able to extend the same concept to a remote URL call or database connection.ProteinSequenceCreator.getSequence
(String sequence, long index) ProteinSequenceCreator.getSequence
(List<AminoAcidCompound> list) ProteinSequenceCreator.getSequence
(ProxySequenceReader<AminoAcidCompound> proxyLoader, long index) Modifier and TypeMethodDescriptionboolean
IUPACParser.IUPACTable.isStart
(AminoAcidCompound compound) Returns true if the given compound was a start codon in this codon table.Modifier and TypeMethodDescriptionCasePreservingProteinSequenceCreator.getSequence
(List<AminoAcidCompound> list) Assumes all compounds were uppercaseCasePreservingProteinSequenceCreator.getSequence
(ProxySequenceReader<AminoAcidCompound> proxyLoader, long index) FileProxyProteinSequenceCreator.getSequence
(List<AminoAcidCompound> list) Not sure of use case and currently not supportedFileProxyProteinSequenceCreator.getSequence
(ProxySequenceReader<AminoAcidCompound> proxyLoader, long index) Should be able to extend the same concept to a remote URL call or database connection.ProteinSequenceCreator.getSequence
(List<AminoAcidCompound> list) ProteinSequenceCreator.getSequence
(ProxySequenceReader<AminoAcidCompound> proxyLoader, long index) ModifierConstructorDescriptionCasePreservingProteinSequenceCreator
(CompoundSet<AminoAcidCompound> compoundSet) FileProxyProteinSequenceCreator
(File fastaFile, CompoundSet<AminoAcidCompound> compoundSet) Need File so that we can store full path name in SequenceFileProxyLoader for Random File access as a quick readProteinSequenceCreator
(CompoundSet<AminoAcidCompound> compoundSet) -
Uses of AminoAcidCompound in org.biojava3.core.sequence.transcription
Modifier and TypeMethodDescriptionRNAToAminoAcidTranslator.createSequences
(Sequence<NucleotideCompound> originalSequence) Performs the core conversion of RNA to Peptide.TranscriptionEngine.getAminoAcidCompounds()
TranscriptionEngine.getProteinSequenceCreator()
TranscriptionEngine.multipleFrameTranslation
(Sequence<NucleotideCompound> dna, Frame... frames) A way of translating DNA in a number of framesTranscriptionEngine.translate
(Sequence<NucleotideCompound> dna) Quick method to let you go from a CDS to a Peptide quickly.Modifier and TypeMethodDescriptionboolean
Table.isStart
(AminoAcidCompound compound) Returns true if the given compound could have been a start amino acid; this does not assert if the codon that actually coded for the amino acid was a start codon.Modifier and TypeMethodDescriptionTranscriptionEngine.Builder.aminoAcidsCompounds
(CompoundSet<AminoAcidCompound> compounds) TranscriptionEngine.Builder.proteinCreator
(SequenceCreatorInterface<AminoAcidCompound> creator) ModifierConstructorDescriptionCodon
(Table.CaseInsensitiveTriplet triplet, AminoAcidCompound aminoAcid, boolean start, boolean stop) ModifierConstructorDescriptionRNAToAminoAcidTranslator
(SequenceCreatorInterface<AminoAcidCompound> creator, CompoundSet<NucleotideCompound> nucleotides, CompoundSet<Table.Codon> codons, CompoundSet<AminoAcidCompound> aminoAcids, Table table, boolean trimStops, boolean initMetOnly, boolean translateNCodons)