Uses of Class
org.biojava3.core.sequence.compound.NucleotideCompound
Package
Description
-
Uses of NucleotideCompound in bacnet.datamodel.sequence
ModifierConstructorDescriptionChromosome
(String seqString, CompoundSet<NucleotideCompound> compoundSet) Chromosome
(SequenceReader<NucleotideCompound> proxyLoader) Chromosome
(SequenceReader<NucleotideCompound> proxyLoader, CompoundSet<NucleotideCompound> compoundSet) Chromosome
(SequenceReader<NucleotideCompound> proxyLoader, CompoundSet<NucleotideCompound> compoundSet) ChromosomeBacteriaSequence
(String seqString, CompoundSet<NucleotideCompound> compoundSet) ChromosomeBacteriaSequence
(SequenceReader<NucleotideCompound> proxyLoader) ChromosomeBacteriaSequence
(SequenceReader<NucleotideCompound> proxyLoader, CompoundSet<NucleotideCompound> compoundSet) ChromosomeBacteriaSequence
(SequenceReader<NucleotideCompound> proxyLoader, CompoundSet<NucleotideCompound> compoundSet) -
Uses of NucleotideCompound in org.biojava3.core.sequence
Modifier and TypeMethodDescriptionDNASequence.getComplement()
Returns a Sequence which will complement every baseRNASequence.getComplement()
Get the complement view of the RNA sequenceRNASequence.getInverse()
Get the inverse view of the sequence.DNASequence.getReverse()
Returns a Sequence which runs in the current reverse orderDNASequence.getReverseComplement()
Delegates toAbstractSequence.getInverse()
for the reverse complementRNASequence.getReverseComplement()
Get reverse complement view of the sequenceModifierConstructorDescriptionChromosomeSequence
(String seqString, CompoundSet<NucleotideCompound> compoundSet) Allows the creation of a ChromosomeSequence using String for the sequence with a custom CompoundSetChromosomeSequence
(SequenceReader<NucleotideCompound> proxyLoader) Fairly important constructor given the size of a ChromsomeSequence where the ProxySequenceReader could load from disk via RandomAccessFile so that the sequence doesn't need to be kept in memory.ChromosomeSequence
(SequenceReader<NucleotideCompound> proxyLoader, CompoundSet<NucleotideCompound> compoundSet) Allows the creation of a ChromosomeSequence using a ProxyResequenceReader for the sequence with a custom CompoundSetChromosomeSequence
(SequenceReader<NucleotideCompound> proxyLoader, CompoundSet<NucleotideCompound> compoundSet) Allows the creation of a ChromosomeSequence using a ProxyResequenceReader for the sequence with a custom CompoundSetDNASequence
(String seqString, CompoundSet<NucleotideCompound> compoundSet) Create a sequence from a string with user defined compound setDNASequence
(SequenceReader<NucleotideCompound> proxyLoader) Create a sequence where the actual storage of the sequence data is somewhere elseDNASequence
(SequenceReader<NucleotideCompound> proxyLoader, CompoundSet<NucleotideCompound> compoundSet) Create a sequence from a ProxySequencereader and user defined compound setDNASequence
(SequenceReader<NucleotideCompound> proxyLoader, CompoundSet<NucleotideCompound> compoundSet) Create a sequence from a ProxySequencereader and user defined compound setRNASequence
(String seqString, CompoundSet<NucleotideCompound> compoundSet) Create a RNA sequence from a string with a user defined RNA compound setRNASequence
(ProxySequenceReader<NucleotideCompound> proxyLoader) Create a RNA aequence from a proxy readerRNASequence
(ProxySequenceReader<NucleotideCompound> proxyLoader, CompoundSet<NucleotideCompound> compoundSet) Create a RNA sequence from a proxy reader and user defined RNA compound setRNASequence
(ProxySequenceReader<NucleotideCompound> proxyLoader, CompoundSet<NucleotideCompound> compoundSet) Create a RNA sequence from a proxy reader and user defined RNA compound set -
Uses of NucleotideCompound in org.biojava3.core.sequence.compound
Modifier and TypeMethodDescriptionCodonCompound.getOne()
CodonCompound.getThree()
CodonCompound.getTwo()
DNACompoundSet.newNucleotideCompound
(String base, String complement, String... equivalents) RNACompoundSet.newNucleotideCompound
(String base, String complement, String... equivalents) ModifierConstructorDescriptionCodonCompound
(NucleotideCompound one, NucleotideCompound two, NucleotideCompound three, boolean start) NucleotideCompound
(String base, CompoundSet<NucleotideCompound> compoundSet, String complementStr, NucleotideCompound[] constituents) ModifierConstructorDescriptionNucleotideCompound
(String base, CompoundSet<NucleotideCompound> compoundSet, String complementStr) NucleotideCompound
(String base, CompoundSet<NucleotideCompound> compoundSet, String complementStr, NucleotideCompound[] constituents) -
Uses of NucleotideCompound in org.biojava3.core.sequence.io
Modifier and TypeMethodDescriptionDNASequenceCreator.getSequence
(String sequence, long index) DNASequenceCreator.getSequence
(List<NucleotideCompound> list) DNASequenceCreator.getSequence
(ProxySequenceReader<NucleotideCompound> proxyLoader, long index) FileProxyDNASequenceCreator.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.FileProxyDNASequenceCreator.getSequence
(List<NucleotideCompound> list) Not sure of use case and currently not supportedFileProxyDNASequenceCreator.getSequence
(ProxySequenceReader<NucleotideCompound> proxyLoader, long index) Should be able to extend the same concept to a remote URL call or database connection.RNASequenceCreator.getSequence
(String sequence, long index) RNASequenceCreator.getSequence
(List<NucleotideCompound> list) RNASequenceCreator.getSequence
(ProxySequenceReader<NucleotideCompound> proxyLoader, long index) 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.DNASequenceCreator.getSequence
(List<NucleotideCompound> list) DNASequenceCreator.getSequence
(ProxySequenceReader<NucleotideCompound> proxyLoader, long index) FileProxyDNASequenceCreator.getSequence
(List<NucleotideCompound> list) Not sure of use case and currently not supportedFileProxyDNASequenceCreator.getSequence
(ProxySequenceReader<NucleotideCompound> proxyLoader, long index) Should be able to extend the same concept to a remote URL call or database connection.RNASequenceCreator.getSequence
(List<NucleotideCompound> list) RNASequenceCreator.getSequence
(ProxySequenceReader<NucleotideCompound> proxyLoader, long index) ModifierConstructorDescriptionDNASequenceCreator
(CompoundSet<NucleotideCompound> compoundSet) FastaGeneWriter
(OutputStream os, Collection<GeneSequence> sequences, FastaHeaderFormatInterface<GeneSequence, NucleotideCompound> headerFormat, boolean showExonUppercase) FastaGeneWriter
(OutputStream os, Collection<GeneSequence> sequences, FastaHeaderFormatInterface<GeneSequence, NucleotideCompound> headerFormat, boolean showExonUppercase, int lineLength) FileProxyDNASequenceCreator
(File fastaFile, CompoundSet<NucleotideCompound> compoundSet) Need File so that we can store full path name in SequenceFileProxyLoader for Random File access as a quick readRNASequenceCreator
(CompoundSet<NucleotideCompound> compoundSet) -
Uses of NucleotideCompound in org.biojava3.core.sequence.storage
Modifier and TypeClassDescriptionclass
TwoBitSequenceReader<C extends NucleotideCompound>
Implementation of the 2bit encoding.static class
Extension of the BitArrayWorker which provides the 2bit implementation code. -
Uses of NucleotideCompound in org.biojava3.core.sequence.template
Modifier and TypeClassDescriptionclass
AbstractNucleotideCompoundSet<C extends NucleotideCompound>
Modifier and TypeMethodDescriptionAbstractNucleotideCompoundSet.getAmbiguity
(NucleotideCompound... compounds) Calculates the best symbol for a collection of compounds.Modifier and TypeMethodDescriptionAbstractNucleotideCompoundSet.getAmbiguity
(NucleotideCompound... compounds) Calculates the best symbol for a collection of compounds.Modifier and TypeMethodDescriptionstatic int
SequenceMixin.countAT
(Sequence<NucleotideCompound> sequence) Returns the count of AT in the given sequencestatic int
SequenceMixin.countGC
(Sequence<NucleotideCompound> sequence) Returns the count of GC in the given sequence -
Uses of NucleotideCompound in org.biojava3.core.sequence.transcription
Modifier and TypeMethodDescription<C extends NucleotideCompound>
Sequence<C>Optionally wraps a Sequence in a reverse complementing view (if the frame is on the reverse strand) and creates a sub sequence view if it is required.Modifier and TypeMethodDescriptionTable.CaseInsensitiveTriplet.getOne()
Table.Codon.getOne()
Table.CaseInsensitiveTriplet.getThree()
Table.Codon.getThree()
Table.CaseInsensitiveTriplet.getTwo()
Table.Codon.getTwo()
CaseInsensitiveCompound.getUnderlyingCompound()
Modifier and TypeMethodDescriptionDNAToRNATranslator.createSequence
(Sequence<NucleotideCompound> originalSequence) DNAToRNATranslator.createSequence
(Sequence<NucleotideCompound> originalSequence, Frame frame) DNAToRNATranslator.createSequences
(Sequence<NucleotideCompound> originalSequence) Overloaded local version which delegates to an optional translator when told to (specified during construction).TranscriptionEngine.getDnaCompounds()
TranscriptionEngine.getRnaCompounds()
TranscriptionEngine.getRnaSequenceCreator()
Modifier and TypeMethodDescriptionint
Table.CaseInsensitiveTriplet.compoundToInt
(NucleotideCompound c) Modifier and TypeMethodDescriptionDNAToRNATranslator.createSequence
(Sequence<NucleotideCompound> originalSequence) DNAToRNATranslator.createSequence
(Sequence<NucleotideCompound> originalSequence, Frame frame) DNAToRNATranslator.createSequences
(Sequence<NucleotideCompound> originalSequence) Overloaded local version which delegates to an optional translator when told to (specified during construction).RNAToAminoAcidTranslator.createSequences
(Sequence<NucleotideCompound> originalSequence) Performs the core conversion of RNA to Peptide.TranscriptionEngine.Builder.dnaCompounds
(CompoundSet<NucleotideCompound> compounds) Table.getCodonCompoundSet
(CompoundSet<NucleotideCompound> rnaCompounds, CompoundSet<AminoAcidCompound> aminoAcidCompounds) Table.getCodons
(CompoundSet<NucleotideCompound> nucelotides, CompoundSet<AminoAcidCompound> aminoAcids) TranscriptionEngine.multipleFrameTranslation
(Sequence<NucleotideCompound> dna, Frame... frames) A way of translating DNA in a number of framesTranscriptionEngine.Builder.rnaCompounds
(CompoundSet<NucleotideCompound> compounds) TranscriptionEngine.Builder.rnaCreator
(SequenceCreatorInterface<NucleotideCompound> creator) TranscriptionEngine.translate
(Sequence<NucleotideCompound> dna) Quick method to let you go from a CDS to a Peptide quickly.ModifierConstructorDescriptionCaseInsensitiveCompound
(NucleotideCompound compound) CaseInsensitiveTriplet
(NucleotideCompound one, NucleotideCompound two, NucleotideCompound three) ModifierConstructorDescriptionDNAToRNATranslator
(SequenceCreatorInterface<NucleotideCompound> rnaCreator, CompoundSet<NucleotideCompound> dna, CompoundSet<NucleotideCompound> rna, boolean shortCutTranslation) DNAToRNATranslator
(SequenceCreatorInterface<NucleotideCompound> rnaCreator, CompoundSet<NucleotideCompound> dna, CompoundSet<NucleotideCompound> rna, boolean shortCutTranslation) RNAToAminoAcidTranslator
(SequenceCreatorInterface<AminoAcidCompound> creator, CompoundSet<NucleotideCompound> nucleotides, CompoundSet<Table.Codon> codons, CompoundSet<AminoAcidCompound> aminoAcids, Table table, boolean trimStops, boolean initMetOnly, boolean translateNCodons) -
Uses of NucleotideCompound in org.biojava3.core.sequence.views
Modifier and TypeMethodDescriptionRnaSequenceView.getDnaToRna()
RnaSequenceView.getDnaToRna()
RnaSequenceView.getRnaToDna()
RnaSequenceView.getRnaToDna()
Modifier and TypeMethodDescriptionint
RnaSequenceView.getIndexOf
(NucleotideCompound compound) int
RnaSequenceView.getLastIndexOf
(NucleotideCompound compound) Modifier and TypeMethodDescriptionvoid
RnaSequenceView.setCompoundSet
(CompoundSet<NucleotideCompound> compoundSet) ModifierConstructorDescriptionRnaSequenceView
(Sequence<NucleotideCompound> sourceDna) RnaSequenceView
(Sequence<NucleotideCompound> sourceDna, CompoundSet<NucleotideCompound> rnaCompounds) RnaSequenceView
(Sequence<NucleotideCompound> sourceDna, CompoundSet<NucleotideCompound> rnaCompounds)