- GENBANK_FORMAT - Static variable in class org.biojava.nbio.core.sequence.io.GenbankSequenceParser
-
The name of this format
- GenbankHeaderFormatInterface<S extends Sequence<?>,C extends Compound> - Interface in org.biojava.nbio.core.sequence.io.template
-
- GenbankProxySequenceReader<C extends Compound> - Class in org.biojava.nbio.core.sequence.loader
-
- GenbankProxySequenceReader(String, String, CompoundSet<C>) - Constructor for class org.biojava.nbio.core.sequence.loader.GenbankProxySequenceReader
-
- GenbankReader<S extends AbstractSequence<C>,C extends Compound> - Class in org.biojava.nbio.core.sequence.io
-
Use GenbankReaderHelper as an example of how to use this class where GenbankReaderHelper should be the
primary class used to read Genbank files
- GenbankReader(InputStream, SequenceHeaderParserInterface<S, C>, SequenceCreatorInterface<C>) - Constructor for class org.biojava.nbio.core.sequence.io.GenbankReader
-
If you are going to use FileProxyProteinSequenceCreator then do not use this constructor because we need details about
local file offsets for quick reads.
- GenbankReader(File, SequenceHeaderParserInterface<S, C>, SequenceCreatorInterface<C>) - Constructor for class org.biojava.nbio.core.sequence.io.GenbankReader
-
If you are going to use the FileProxyProteinSequenceCreator then you
need to use this constructor because we need details about
the location of the file.
- GenbankReaderHelper - Class in org.biojava.nbio.core.sequence.io
-
- GenbankReaderHelper() - Constructor for class org.biojava.nbio.core.sequence.io.GenbankReaderHelper
-
- GenbankReference - Class in org.biojava.nbio.core.sequence.reference
-
For Genbank format file only.
- GenbankReference() - Constructor for class org.biojava.nbio.core.sequence.reference.GenbankReference
-
- GenbankSequenceParser<S extends AbstractSequence<C>,C extends Compound> - Class in org.biojava.nbio.core.sequence.io
-
- GenbankSequenceParser() - Constructor for class org.biojava.nbio.core.sequence.io.GenbankSequenceParser
-
- genbankSplitPattern - Static variable in class org.biojava.nbio.core.sequence.location.InsdcParser
-
Decodes a split pattern.
- GenbankWriter<S extends Sequence<?>,C extends Compound> - Class in org.biojava.nbio.core.sequence.io
-
- GenbankWriter(OutputStream, Collection<S>, GenbankHeaderFormatInterface<S, C>) - Constructor for class org.biojava.nbio.core.sequence.io.GenbankWriter
-
Use default line length of 60
- GenbankWriter(OutputStream, Collection<S>, GenbankHeaderFormatInterface<S, C>, int) - Constructor for class org.biojava.nbio.core.sequence.io.GenbankWriter
-
Set custom lineLength
- GenbankWriterHelper - Class in org.biojava.nbio.core.sequence.io
-
The class that should be used to write out genbank file of a sequence
collection
- GenbankWriterHelper() - Constructor for class org.biojava.nbio.core.sequence.io.GenbankWriterHelper
-
- generateCompoundsToIndex() - Method in class org.biojava.nbio.core.sequence.storage.BitSequenceReader.BitArrayWorker
-
Returns what the value of a compound is in the backing bit storage i.e.
- generateCompoundsToIndex() - Method in class org.biojava.nbio.core.sequence.storage.FourBitSequenceReader.FourBitArrayWorker
-
Returns a Map which encodes the contents of CompoundSet.
- generateCompoundsToIndex() - Method in class org.biojava.nbio.core.sequence.storage.TwoBitSequenceReader.TwoBitArrayWorker
-
Returns a Map which encodes TCAG into positions 0,1,2,3.
- generateIndexToCompounds() - Method in class org.biojava.nbio.core.sequence.storage.BitSequenceReader.BitArrayWorker
-
- generateIndexToCompounds() - Method in class org.biojava.nbio.core.sequence.storage.FourBitSequenceReader.FourBitArrayWorker
-
Returns a List which reverse encodes the Compound, Integer map
- generateIndexToCompounds() - Method in class org.biojava.nbio.core.sequence.storage.TwoBitSequenceReader.TwoBitArrayWorker
-
Returns a List which encodes TCAG into positions 0,1,2,3.
- GenericFastaHeaderFormat<S extends AbstractSequence<?>,C extends Compound> - Class in org.biojava.nbio.core.sequence.io
-
We store the original header if the sequence is parsed from a fasta file and will use that exact
sequence if we write out the sequences to a fasta file.
- GenericFastaHeaderFormat() - Constructor for class org.biojava.nbio.core.sequence.io.GenericFastaHeaderFormat
-
- GenericFastaHeaderParser<S extends AbstractSequence<C>,C extends Compound> - Class in org.biojava.nbio.core.sequence.io
-
The default fasta header parser where some headers are well defined based on the source
database which allows us to set the source of the protein sequence and the identifier
that can be used in future implementations to load features from external sources
If the user has a custom header with local data then they can create their own implementation
of a FastaHeaderParserInterface
- GenericFastaHeaderParser() - Constructor for class org.biojava.nbio.core.sequence.io.GenericFastaHeaderParser
-
- GenericGenbankHeaderFormat<S extends AbstractSequence<C>,C extends Compound> - Class in org.biojava.nbio.core.sequence.io
-
- GenericGenbankHeaderFormat() - Constructor for class org.biojava.nbio.core.sequence.io.GenericGenbankHeaderFormat
-
- GenericGenbankHeaderFormat(String) - Constructor for class org.biojava.nbio.core.sequence.io.GenericGenbankHeaderFormat
-
- GenericGenbankHeaderParser<S extends AbstractSequence<C>,C extends Compound> - Class in org.biojava.nbio.core.sequence.io
-
- GenericGenbankHeaderParser() - Constructor for class org.biojava.nbio.core.sequence.io.GenericGenbankHeaderParser
-
- GenericInsdcHeaderFormat<S extends AbstractSequence<C>,C extends Compound> - Class in org.biojava.nbio.core.sequence.io
-
- GenericInsdcHeaderFormat() - Constructor for class org.biojava.nbio.core.sequence.io.GenericInsdcHeaderFormat
-
- GeneSequence - Class in org.biojava.nbio.core.sequence
-
- GeneSequence(ChromosomeSequence, int, int, Strand) - Constructor for class org.biojava.nbio.core.sequence.GeneSequence
-
A class that keeps track of the details of a GeneSequence which is difficult to properly model.
- get(int) - Method in class org.biojava.nbio.core.sequence.views.WindowedSequence
-
Returns the window specified at the given index in offsets i.e.
- get(Object) - Method in class org.biojava.nbio.core.util.SoftHashMap
-
- getAAIndexProvider() - Static method in class org.biojava.nbio.core.alignment.matrices.AAindexFactory
-
- getABITracerCompoundSet() - Static method in class org.biojava.nbio.core.sequence.compound.ABITracerCompoundSet
-
- getAccession() - Method in class org.biojava.nbio.core.alignment.SimpleAlignedSequence
-
- getAccession() - Method in class org.biojava.nbio.core.sequence.loader.SequenceFileProxyLoader
-
- getAccession() - Method in class org.biojava.nbio.core.sequence.loader.StringProxySequenceReader
-
- getAccession() - Method in class org.biojava.nbio.core.sequence.loader.UniprotProxySequenceReader
-
- getAccession() - Method in class org.biojava.nbio.core.sequence.location.template.AbstractLocation
-
- getAccession() - Method in class org.biojava.nbio.core.sequence.storage.ArrayListSequenceReader
-
- getAccession() - Method in class org.biojava.nbio.core.sequence.storage.BitSequenceReader
-
- getAccession() - Method in class org.biojava.nbio.core.sequence.storage.JoiningSequenceReader
-
- getAccession() - Method in class org.biojava.nbio.core.sequence.storage.SingleCompoundSequenceReader
-
Unsupoorted
- getAccession() - Method in class org.biojava.nbio.core.sequence.template.AbstractSequence
-
- getAccession() - Method in interface org.biojava.nbio.core.sequence.template.Accessioned
-
Returns the AccessionID this location is currently bound with
- getAccession() - Method in class org.biojava.nbio.core.sequence.template.SequenceProxyView
-
- getAccessionNumber() - Method in class org.biojava.nbio.core.sequence.io.embl.EmblRecord
-
The AC (Accession number) line lists the accession numbers associated with
the entry.
- getAccessions() - Method in class org.biojava.nbio.core.sequence.loader.UniprotProxySequenceReader
-
Pull uniprot accessions associated with this sequence
- getAliases() - Method in class org.biojava.nbio.core.sequence.loader.UniprotProxySequenceReader
-
Pull uniprot protein aliases associated with this sequence
Provided for backwards compatibility now that we support both
gene and protein aliases via separate methods.
- getAlignedSequence(int) - Method in class org.biojava.nbio.core.alignment.SimpleProfile
-
- getAlignedSequence(S) - Method in class org.biojava.nbio.core.alignment.SimpleProfile
-
- getAlignedSequence(int) - Method in interface org.biojava.nbio.core.alignment.template.Profile
-
- getAlignedSequence(S) - Method in interface org.biojava.nbio.core.alignment.template.Profile
-
Searches for the given
Sequence within this alignment profile.
- getAlignedSequence(int) - Method in class org.biojava.nbio.core.sequence.MultipleSequenceAlignment
-
Uses bioIndex starting at 1 instead of 0
- getAlignedSequence(int) - Method in interface org.biojava.nbio.core.sequence.template.LightweightProfile
-
- getAlignedSequences() - Method in class org.biojava.nbio.core.alignment.SimpleProfile
-
- getAlignedSequences(int...) - Method in class org.biojava.nbio.core.alignment.SimpleProfile
-
- getAlignedSequences(S...) - Method in class org.biojava.nbio.core.alignment.SimpleProfile
-
- getAlignedSequences() - Method in interface org.biojava.nbio.core.alignment.template.Profile
-
- getAlignedSequences(int...) - Method in interface org.biojava.nbio.core.alignment.template.Profile
-
- getAlignedSequences(S...) - Method in interface org.biojava.nbio.core.alignment.template.Profile
-
- getAlignedSequences() - Method in class org.biojava.nbio.core.sequence.MultipleSequenceAlignment
-
Get the list of sequences
- getAlignedSequences() - Method in interface org.biojava.nbio.core.sequence.template.LightweightProfile
-
Returns a
List containing the individual
Sequences of this alignment.
- getAlignment() - Method in class org.biojava.nbio.core.search.io.Hsp
-
- getAlignmentFromSequence() - Method in class org.biojava.nbio.core.alignment.SimpleAlignedSequence
-
- getAlignmentFromSequence() - Method in interface org.biojava.nbio.core.alignment.template.AlignedSequence
-
Returns the alignment.
- getAlignmentIndexAt(int) - Method in class org.biojava.nbio.core.alignment.SimpleAlignedSequence
-
- getAlignmentIndexAt(int) - Method in interface org.biojava.nbio.core.alignment.template.AlignedSequence
-
Returns the column index within an alignment corresponding to the given index in the original
Sequence.
- getAllCompounds() - Method in class org.biojava.nbio.core.sequence.compound.AminoAcidCompoundSet
-
- getAllCompounds() - Method in class org.biojava.nbio.core.sequence.template.AbstractCompoundSet
-
- getAllCompounds() - Method in interface org.biojava.nbio.core.sequence.template.CompoundSet
-
- getAllFrames() - Static method in enum org.biojava.nbio.core.sequence.transcription.Frame
-
- getAmbiguity(NucleotideCompound...) - Method in class org.biojava.nbio.core.sequence.template.AbstractNucleotideCompoundSet
-
Calculates the best symbol for a collection of compounds.
- getAminoAcid() - Method in class org.biojava.nbio.core.sequence.transcription.Table.Codon
-
- getAminoAcidCompounds() - Method in class org.biojava.nbio.core.sequence.transcription.TranscriptionEngine
-
- getAminoAcidCompoundSet() - Static method in class org.biojava.nbio.core.sequence.compound.AminoAcidCompoundSet
-
- getAminoAcidSubstitutionMatrix(String) - Static method in class org.biojava.nbio.core.alignment.matrices.SubstitutionMatrixHelper
-
Returns a substitution matrix for
amino acids given by the name
name.
- getAnnotationType() - Method in class org.biojava.nbio.core.sequence.template.AbstractSequence
-
- getAsList() - Method in class org.biojava.nbio.core.alignment.SimpleAlignedSequence
-
- getAsList() - Method in class org.biojava.nbio.core.sequence.loader.SequenceFileProxyLoader
-
- getAsList() - Method in class org.biojava.nbio.core.sequence.loader.StringProxySequenceReader
-
- getAsList() - Method in class org.biojava.nbio.core.sequence.loader.UniprotProxySequenceReader
-
- getAsList() - Method in class org.biojava.nbio.core.sequence.storage.ArrayListSequenceReader
-
- getAsList() - Method in class org.biojava.nbio.core.sequence.storage.BitSequenceReader
-
Returns this Sequence store as a List
- getAsList() - Method in class org.biojava.nbio.core.sequence.storage.JoiningSequenceReader
-
- getAsList() - Method in class org.biojava.nbio.core.sequence.storage.SingleCompoundSequenceReader
-
- getAsList() - Method in class org.biojava.nbio.core.sequence.template.AbstractSequence
-
- getAsList() - Method in interface org.biojava.nbio.core.sequence.template.Sequence
-
Returns the Sequence as a List of compounds
- getAsList() - Method in class org.biojava.nbio.core.sequence.template.SequenceProxyView
-
- getAssemblyHeader() - Method in class org.biojava.nbio.core.sequence.io.embl.EmblRecord
-
The AH (Assembly Header) line provides column headings for the assembly information.
- getAssemblyInformation() - Method in class org.biojava.nbio.core.sequence.io.embl.EmblRecord
-
The AS (Assembly Information) lines provide information on the composition of
a TPA or TSA sequence.
- getAuthors() - Method in class org.biojava.nbio.core.sequence.reference.AbstractReference
-
The authors are a list of Inventors that retrieved from the Reference section.
- getAuthors() - Method in class org.biojava.nbio.core.sequence.reference.GenbankReference
-
- getAuthors() - Method in interface org.biojava.nbio.core.sequence.reference.ReferenceInterface
-
Get the authors that retrieved from Reference section.
- getBackingSequence() - Method in class org.biojava.nbio.core.sequence.views.WindowedSequence
-
Access the sequence which backs this window
- getBase() - Method in class org.biojava.nbio.core.sequence.template.AbstractCompound
-
- getBasecalls() - Method in class org.biojava.nbio.core.sequence.io.ABITrace
-
Returns an int[] array that represents the basecalls - each int in the
array corresponds to an x-coordinate point in the graph that is a peak (a base location).
- getBioBegin() - Method in class org.biojava.nbio.core.sequence.template.AbstractSequence
-
- getBioEnd() - Method in class org.biojava.nbio.core.sequence.template.AbstractSequence
-
- getBioEnd() - Method in class org.biojava.nbio.core.sequence.template.SequenceProxyView
-
- getBioEnd() - Method in interface org.biojava.nbio.core.sequence.template.SequenceView
-
1-indexed, inclusive.
- getBioStart() - Method in class org.biojava.nbio.core.sequence.template.SequenceProxyView
-
- getBioStart() - Method in interface org.biojava.nbio.core.sequence.template.SequenceView
-
1-indexed, inclusive.
- getBlosum100() - Static method in class org.biojava.nbio.core.alignment.matrices.SubstitutionMatrixHelper
-
Returns Blosum 100 matrix by Henikoff & Henikoff
- getBlosum30() - Static method in class org.biojava.nbio.core.alignment.matrices.SubstitutionMatrixHelper
-
Returns Blosum 30 matrix by Henikoff & Henikoff
- getBlosum35() - Static method in class org.biojava.nbio.core.alignment.matrices.SubstitutionMatrixHelper
-
Returns Blosum 35 matrix by Henikoff & Henikoff
- getBlosum40() - Static method in class org.biojava.nbio.core.alignment.matrices.SubstitutionMatrixHelper
-
Returns Blosum 40 matrix by Henikoff & Henikoff
- getBlosum45() - Static method in class org.biojava.nbio.core.alignment.matrices.SubstitutionMatrixHelper
-
Returns Blosum 45 matrix by Henikoff & Henikoff
- getBlosum50() - Static method in class org.biojava.nbio.core.alignment.matrices.SubstitutionMatrixHelper
-
Returns Blosum 50 matrix by Henikoff & Henikoff
- getBlosum55() - Static method in class org.biojava.nbio.core.alignment.matrices.SubstitutionMatrixHelper
-
Returns Blosum 55 matrix by Henikoff & Henikoff
- getBlosum60() - Static method in class org.biojava.nbio.core.alignment.matrices.SubstitutionMatrixHelper
-
Returns Blosum 60 matrix by Henikoff & Henikoff
- getBlosum62() - Static method in class org.biojava.nbio.core.alignment.matrices.SimpleSubstitutionMatrix
-
- getBlosum62() - Static method in class org.biojava.nbio.core.alignment.matrices.SubstitutionMatrixHelper
-
Returns Blosum 62 matrix by Henikoff & Henikoff
- getBlosum65() - Static method in class org.biojava.nbio.core.alignment.matrices.SubstitutionMatrixHelper
-
Returns Blosum 65 matrix by Henikoff & Henikoff
- getBlosum70() - Static method in class org.biojava.nbio.core.alignment.matrices.SubstitutionMatrixHelper
-
Returns Blosum 70 matrix by Henikoff & Henikoff
- getBlosum75() - Static method in class org.biojava.nbio.core.alignment.matrices.SubstitutionMatrixHelper
-
Returns Blosum 75 matrix by Henikoff & Henikoff
- getBlosum80() - Static method in class org.biojava.nbio.core.alignment.matrices.SubstitutionMatrixHelper
-
Returns Blosum 80 matrix by Henikoff & Henikoff
- getBlosum85() - Static method in class org.biojava.nbio.core.alignment.matrices.SubstitutionMatrixHelper
-
Returns Blosum 85 matrix by Henikoff & Henikoff
- getBlosum90() - Static method in class org.biojava.nbio.core.alignment.matrices.SubstitutionMatrixHelper
-
Returns Blosum 90 matrix by Henikoff & Henikoff
- getBufferedReader() - Method in class org.biojava.nbio.core.sequence.io.util.ClasspathResource
-
Returns the reader representation of this classpath resource
- getBytesRead() - Method in class org.biojava.nbio.core.sequence.io.BufferedReaderBytesRead
-
Keep track of bytesread via ReadLine to account for CR-LF in the stream.
- getCDSSequences() - Method in class org.biojava.nbio.core.sequence.TranscriptSequence
-
Get the CDS sequences that have been added to the TranscriptSequences
- getChildrenFeatures() - Method in class org.biojava.nbio.core.sequence.features.AbstractFeature
-
Get the children features
- getChildrenFeatures() - Method in class org.biojava.nbio.core.sequence.features.FeatureDbReferenceInfo
-
- getChildrenFeatures() - Method in interface org.biojava.nbio.core.sequence.features.FeatureInterface
-
Get the features contained by this feature
- getChromosomeNumber() - Method in class org.biojava.nbio.core.sequence.ChromosomeSequence
-
- getClusters(double) - Method in class org.biojava.nbio.core.util.SingleLinkageClusterer
-
Get the clusters by cutting the dendrogram at given cutoff
- getCodingSequence() - Method in class org.biojava.nbio.core.sequence.CDSSequence
-
A CDS sequence if negative stranded needs to be reverse complement
to represent the actual coding sequence.
- getCodonCompoundSet(CompoundSet<NucleotideCompound>, CompoundSet<AminoAcidCompound>) - Method in class org.biojava.nbio.core.sequence.io.IUPACParser.IUPACTable
-
Returns the compound set of codons
- getCodonCompoundSet(CompoundSet<NucleotideCompound>, CompoundSet<AminoAcidCompound>) - Method in interface org.biojava.nbio.core.sequence.transcription.Table
-
- getCodons(CompoundSet<NucleotideCompound>, CompoundSet<AminoAcidCompound>) - Method in class org.biojava.nbio.core.sequence.io.IUPACParser.IUPACTable
-
Returns a list of codons where the source and target compounds
are the same as those given by the parameters.
- getCodons(CompoundSet<NucleotideCompound>, CompoundSet<AminoAcidCompound>) - Method in interface org.biojava.nbio.core.sequence.transcription.Table
-
- getCols() - Method in class org.biojava.nbio.core.alignment.matrices.ScaledSubstitutionMatrix
-
- getColumn(AminoAcidCompound) - Method in class org.biojava.nbio.core.alignment.matrices.ScaledSubstitutionMatrix
-
- getColumn(C) - Method in class org.biojava.nbio.core.alignment.matrices.SimpleSubstitutionMatrix
-
- getColumn(C) - Method in interface org.biojava.nbio.core.alignment.template.SubstitutionMatrix
-
- getComment() - Static method in class org.biojava.nbio.core.alignment.matrices.ScaledSubstitutionMatrix
-
- getComments() - Method in class org.biojava.nbio.core.sequence.template.AbstractSequence
-
- getComplement() - Method in class org.biojava.nbio.core.sequence.compound.NucleotideCompound
-
- getComplement() - Method in class org.biojava.nbio.core.sequence.DNASequence
-
Returns a Sequence which will complement every base
- getComplement() - Method in class org.biojava.nbio.core.sequence.RNASequence
-
Get the complement view of the RNA sequence
- getComplement() - Method in interface org.biojava.nbio.core.sequence.template.ComplementCompound
-
- getComposition(Sequence<C>) - Static method in class org.biojava.nbio.core.sequence.template.SequenceMixin
-
Does a linear scan over the given Sequence and records the number of
times each base appears.
- getCompoundAt(int) - Method in class org.biojava.nbio.core.alignment.SimpleAlignedSequence
-
- getCompoundAt(int, int) - Method in class org.biojava.nbio.core.alignment.SimpleProfile
-
- getCompoundAt(S, int) - Method in class org.biojava.nbio.core.alignment.SimpleProfile
-
- getCompoundAt(int, int) - Method in interface org.biojava.nbio.core.alignment.template.Profile
-
Returns the
Compound at row of given sequence and column of alignment index.
- getCompoundAt(S, int) - Method in interface org.biojava.nbio.core.alignment.template.Profile
-
Returns the
Compound at row of given sequence and column of alignment index.
- getCompoundAt(int) - Method in class org.biojava.nbio.core.sequence.loader.SequenceFileProxyLoader
-
- getCompoundAt(int) - Method in class org.biojava.nbio.core.sequence.loader.StringProxySequenceReader
-
- getCompoundAt(int) - Method in class org.biojava.nbio.core.sequence.loader.UniprotProxySequenceReader
-
- getCompoundAt(int) - Method in class org.biojava.nbio.core.sequence.storage.ArrayListSequenceReader
-
- getCompoundAt(int) - Method in class org.biojava.nbio.core.sequence.storage.BitSequenceReader.BitArrayWorker
-
Returns the compound at the specified biological index
- getCompoundAt(int) - Method in class org.biojava.nbio.core.sequence.storage.BitSequenceReader
-
Returns the compound at the specified biological index
- getCompoundAt(int) - Method in class org.biojava.nbio.core.sequence.storage.JoiningSequenceReader
-
- getCompoundAt(int) - Method in class org.biojava.nbio.core.sequence.storage.SingleCompoundSequenceReader
-
Always returns the compound given at construction
- getCompoundAt(int) - Method in class org.biojava.nbio.core.sequence.template.AbstractSequence
-
- getCompoundAt(int) - Method in interface org.biojava.nbio.core.sequence.template.Sequence
-
Returns the Compound at the given biological index
- getCompoundAt(int) - Method in class org.biojava.nbio.core.sequence.template.SequenceProxyView
-
- getCompoundAt(int) - Method in class org.biojava.nbio.core.sequence.views.ComplementSequenceView
-
- getCompoundAt(int) - Method in class org.biojava.nbio.core.sequence.views.ReversedSequenceView
-
- getCompoundAt(int) - Method in class org.biojava.nbio.core.sequence.views.RnaSequenceView
-
- getCompoundCountsAt(int) - Method in class org.biojava.nbio.core.alignment.SimpleProfile
-
- getCompoundCountsAt(int, List<C>) - Method in class org.biojava.nbio.core.alignment.SimpleProfile
-
- getCompoundCountsAt(int) - Method in interface org.biojava.nbio.core.alignment.template.Profile
-
- getCompoundCountsAt(int, List<C>) - Method in interface org.biojava.nbio.core.alignment.template.Profile
-
Returns the number of each
Compound in the given column only for compounds in the given list.
- getCompoundForString(String) - Method in class org.biojava.nbio.core.sequence.compound.AminoAcidCompoundSet
-
- getCompoundForString(String) - Method in class org.biojava.nbio.core.sequence.template.AbstractCompoundSet
-
- getCompoundForString(String) - Method in interface org.biojava.nbio.core.sequence.template.CompoundSet
-
Return null if not recognised.
- getCompoundInQueryAt(int) - Method in class org.biojava.nbio.core.alignment.SimpleSequencePair
-
- getCompoundInQueryAt(int) - Method in interface org.biojava.nbio.core.alignment.template.SequencePair
-
Returns the
Compound in query sequence at given column index in alignment.
- getCompoundInTargetAt(int) - Method in class org.biojava.nbio.core.alignment.SimpleSequencePair
-
- getCompoundInTargetAt(int) - Method in interface org.biojava.nbio.core.alignment.template.SequencePair
-
Returns the
Compound in target sequence at given column index in alignment.
- getCompounds(int) - Method in class org.biojava.nbio.core.sequence.views.WindowedSequence
-
For a given position into the windowed view this will return those
compounds we can see in the window.
- getCompoundsAt(int) - Method in class org.biojava.nbio.core.alignment.SimpleProfile
-
- getCompoundsAt(int) - Method in interface org.biojava.nbio.core.alignment.template.Profile
-
- getCompoundsAt(int) - Method in class org.biojava.nbio.core.sequence.MultipleSequenceAlignment
-
Get a list of compounds at a sequence position
- getCompoundsAt(int) - Method in interface org.biojava.nbio.core.sequence.template.LightweightProfile
-
- getCompoundSet() - Method in class org.biojava.nbio.core.alignment.matrices.ScaledSubstitutionMatrix
-
- getCompoundSet() - Method in class org.biojava.nbio.core.alignment.matrices.SimpleSubstitutionMatrix
-
- getCompoundSet() - Method in class org.biojava.nbio.core.alignment.SimpleAlignedSequence
-
- getCompoundSet() - Method in class org.biojava.nbio.core.alignment.SimpleProfile
-
- getCompoundSet() - Method in interface org.biojava.nbio.core.alignment.template.Profile
-
- getCompoundSet() - Method in interface org.biojava.nbio.core.alignment.template.SubstitutionMatrix
-
Returns the
CompoundSet on which the matrix is defined.
- getCompoundSet() - Method in class org.biojava.nbio.core.sequence.compound.AminoAcidCompound
-
- getCompoundSet() - Method in class org.biojava.nbio.core.sequence.loader.SequenceFileProxyLoader
-
- getCompoundSet() - Method in class org.biojava.nbio.core.sequence.loader.StringProxySequenceReader
-
- getCompoundSet() - Method in class org.biojava.nbio.core.sequence.loader.UniprotProxySequenceReader
-
- getCompoundSet() - Method in class org.biojava.nbio.core.sequence.MultipleSequenceAlignment
-
Get the Compounds defined in the first sequence
- getCompoundSet() - Method in class org.biojava.nbio.core.sequence.storage.ArrayListSequenceReader
-
- getCompoundSet() - Method in class org.biojava.nbio.core.sequence.storage.BitSequenceReader.BitArrayWorker
-
Returns the compound set backing this store
- getCompoundSet() - Method in class org.biojava.nbio.core.sequence.storage.BitSequenceReader
-
Returns the compound set backing this store
- getCompoundSet() - Method in class org.biojava.nbio.core.sequence.storage.JoiningSequenceReader
-
- getCompoundSet() - Method in class org.biojava.nbio.core.sequence.storage.SingleCompoundSequenceReader
-
Returns the compound set given at construction
- getCompoundSet() - Method in class org.biojava.nbio.core.sequence.template.AbstractSequence
-
- getCompoundSet() - Method in interface org.biojava.nbio.core.sequence.template.LightweightProfile
-
- getCompoundSet() - Method in interface org.biojava.nbio.core.sequence.template.Sequence
-
Gets the compound set used to back this Sequence
- getCompoundSet() - Method in class org.biojava.nbio.core.sequence.template.SequenceProxyView
-
- getCompoundsToIndexLookup() - Method in class org.biojava.nbio.core.sequence.storage.BitSequenceReader.BitArrayWorker
-
Returns a map which converts from compound to an integer representation
- getCompoundType() - Method in class org.biojava.nbio.core.sequence.io.GenbankSequenceParser
-
- getCompoundWeightsAt(int) - Method in class org.biojava.nbio.core.alignment.SimpleProfile
-
- getCompoundWeightsAt(int, List<C>) - Method in class org.biojava.nbio.core.alignment.SimpleProfile
-
- getCompoundWeightsAt(int) - Method in interface org.biojava.nbio.core.alignment.template.Profile
-
- getCompoundWeightsAt(int, List<C>) - Method in interface org.biojava.nbio.core.alignment.template.Profile
-
Returns the fraction of each
Compound in the given column only for compounds in the given list.
- getConstituents() - Method in class org.biojava.nbio.core.sequence.compound.NucleotideCompound
-
- getConstructedSequence() - Method in class org.biojava.nbio.core.sequence.io.embl.EmblRecord
-
Con(structed) sequences in the CON data classes represent complete
chromosomes, genomes and other long sequences constructed from segment entries.
- getCoverage() - Method in class org.biojava.nbio.core.alignment.SimpleAlignedSequence
-
- getCoverage() - Method in interface org.biojava.nbio.core.alignment.template.AlignedSequence
-
Returns the coverage, as a fraction between 0 and 1, of this
AlignedSequence with respect to the original sequence.
- getCreatedDate() - Method in class org.biojava.nbio.core.sequence.io.embl.EmblRecord
-
The DT line shows when an entry first appeared in the database
- getCreator() - Method in class org.biojava.nbio.core.sequence.template.AbstractCompoundTranslator
-
- getDatabase() - Method in class org.biojava.nbio.core.sequence.features.DBReferenceInfo
-
- getDatabaseCrossReference() - Method in class org.biojava.nbio.core.sequence.io.embl.EmblRecord
-
The DR (Database Cross-reference) line cross-references other databases which
contain information related to the entry in which the DR line appears.
- getDatabaseReferences() - Method in interface org.biojava.nbio.core.sequence.features.DatabaseReferenceInterface
-
- getDatabaseReferences() - Method in class org.biojava.nbio.core.sequence.io.GenbankSequenceParser
-
- getDatabaseReferences() - Method in class org.biojava.nbio.core.sequence.loader.GenbankProxySequenceReader
-
- getDatabaseReferences() - Method in class org.biojava.nbio.core.sequence.loader.UniprotProxySequenceReader
-
The Uniprot mappings to other database identifiers for this sequence
- getDatabaseReferences() - Method in class org.biojava.nbio.core.sequence.template.AbstractSequence
-
- getDataClass() - Method in class org.biojava.nbio.core.sequence.io.embl.EmblId
-
- getDataSource() - Method in class org.biojava.nbio.core.sequence.AccessionID
-
- getDataSource() - Method in class org.biojava.nbio.core.sequence.location.InsdcParser
-
- getDataSource() - Method in class org.biojava.nbio.core.sequence.TaxonomyID
-
- getDbFile() - Method in class org.biojava.nbio.core.search.io.Result
-
- getDefault() - Static method in class org.biojava.nbio.core.sequence.transcription.TranscriptionEngine
-
Default instance to use when Transcribing from DNA -> RNA ->
Protein.
- getDefaultFrame() - Static method in enum org.biojava.nbio.core.sequence.transcription.Frame
-
- getDendrogram() - Method in class org.biojava.nbio.core.util.SingleLinkageClusterer
-
Get the full dendrogram (size n-1) result of the hierarchical clustering
- getDescription() - Method in class org.biojava.nbio.core.alignment.matrices.ScaledSubstitutionMatrix
-
- getDescription() - Method in class org.biojava.nbio.core.alignment.matrices.SimpleSubstitutionMatrix
-
- getDescription() - Method in interface org.biojava.nbio.core.alignment.template.SubstitutionMatrix
-
Returns the description of this matrix.
- getDescription() - Method in class org.biojava.nbio.core.sequence.compound.CodonCompound
-
- getDescription() - Method in class org.biojava.nbio.core.sequence.features.AbstractFeature
-
- getDescription() - Method in class org.biojava.nbio.core.sequence.features.FeatureDbReferenceInfo
-
- getDescription() - Method in interface org.biojava.nbio.core.sequence.features.FeatureInterface
-
Get the description that can be used to describe the feature
- getDescription() - Method in class org.biojava.nbio.core.sequence.template.AbstractCompound
-
- getDescription() - Method in class org.biojava.nbio.core.sequence.template.AbstractSequence
-
- getDescription() - Method in interface org.biojava.nbio.core.sequence.template.Compound
-
- getDescription() - Method in class org.biojava.nbio.core.sequence.transcription.CaseInsensitiveCompound
-
- getDescription() - Method in class org.biojava.nbio.core.sequence.transcription.Table.Codon
-
- getDistribution(Sequence<C>) - Static method in class org.biojava.nbio.core.sequence.template.SequenceMixin
-
- getDNACodingSequence() - Method in class org.biojava.nbio.core.sequence.TranscriptSequence
-
Get the stitched together CDS sequences then maps to the cDNA
- getDnaCompounds() - Method in class org.biojava.nbio.core.sequence.transcription.TranscriptionEngine
-
- getDNACompoundSet() - Static method in class org.biojava.nbio.core.sequence.compound.AmbiguityDNACompoundSet
-
- getDNACompoundSet() - Static method in class org.biojava.nbio.core.sequence.compound.DNACompoundSet
-
- getDNARNAHybridCompoundSet() - Static method in class org.biojava.nbio.core.sequence.compound.AmbiguityDNARNAHybridCompoundSet
-
- getDnaRnaTranslator() - Method in class org.biojava.nbio.core.sequence.transcription.TranscriptionEngine
-
- getDnaToRna() - Method in class org.biojava.nbio.core.sequence.views.RnaSequenceView
-
- getDNAType() - Method in class org.biojava.nbio.core.sequence.DNASequence
-
- getEmblId() - Method in class org.biojava.nbio.core.sequence.io.embl.EmblRecord
-
The ID (IDentification) line
The tokens represent:
1.
- getEmblReference() - Method in class org.biojava.nbio.core.sequence.io.embl.EmblRecord
-
The Reference (RN, RC, RP, RX, RG, RA, RT, RL) Lines
These lines comprise the literature citations within the database.
- getEmptySequence(Sequence<C>) - Method in class org.biojava.nbio.core.sequence.edits.Edit.AbstractEdit
-
Returns an empty sequence with the given compound set of the editing
sequence
- getEnd() - Method in class org.biojava.nbio.core.alignment.SimpleAlignedSequence
-
- getEnd() - Method in interface org.biojava.nbio.core.alignment.template.AlignedSequence
-
Returns the
Point within an alignment of the last element of the original
Sequence.
- getEnd() - Method in interface org.biojava.nbio.core.alignment.template.ProfileView
-
Returns the column index of the viewed
Profile corresponding to the final element in this view
- getEnd() - Method in class org.biojava.nbio.core.sequence.edits.Edit.AbstractEdit
-
- getEnd(Sequence<C>) - Method in class org.biojava.nbio.core.sequence.edits.Edit.Substitute
-
Must use this rather than the no-args getEnd as this can return
-1 and the length of a sub is dependent on the length of the
Sequence; we cannot assume 1:1 mapping between characters in a
String and the number of compounds we will have to insert.
- getEnd() - Method in class org.biojava.nbio.core.sequence.location.template.AbstractLocation
-
- getEnd() - Method in interface org.biojava.nbio.core.sequence.location.template.Location
-
End of the location
- getEquivalentCompounds(AminoAcidCompound) - Method in class org.biojava.nbio.core.sequence.compound.AminoAcidCompoundSet
-
- getEquivalentCompounds(C) - Method in class org.biojava.nbio.core.sequence.template.AbstractCompoundSet
-
- getEquivalentCompounds(C) - Method in interface org.biojava.nbio.core.sequence.template.CompoundSet
-
- getEvalueThreshold() - Method in class org.biojava.nbio.core.search.io.SearchIO
-
- getExonSequences() - Method in class org.biojava.nbio.core.sequence.GeneSequence
-
Get the exons as an ArrayList
- getFeatureHeader() - Method in class org.biojava.nbio.core.sequence.io.embl.EmblRecord
-
The FH (Feature Header) lines are present only to improve readability of
an entry when it is printed or displayed on a terminal screen.
- getFeatureRetriever() - Method in class org.biojava.nbio.core.sequence.template.AbstractSequence
-
- getFeatures() - Method in interface org.biojava.nbio.core.sequence.features.FeatureRetriever
-
- getFeatures(String) - Method in class org.biojava.nbio.core.sequence.io.GenbankSequenceParser
-
- getFeatures() - Method in class org.biojava.nbio.core.sequence.io.GenbankSequenceParser
-
- getFeatures() - Method in class org.biojava.nbio.core.sequence.loader.GenbankProxySequenceReader
-
- getFeatures(String, int) - Method in class org.biojava.nbio.core.sequence.template.AbstractSequence
-
Return features at a sequence position by type
- getFeatures(int) - Method in class org.biojava.nbio.core.sequence.template.AbstractSequence
-
Return features at a sequence position
- getFeatures() - Method in class org.biojava.nbio.core.sequence.template.AbstractSequence
-
- getFeaturesByType(String) - Method in class org.biojava.nbio.core.sequence.template.AbstractSequence
-
- getFeaturesKeyWord() - Method in class org.biojava.nbio.core.sequence.template.AbstractSequence
-
- getFeatureTable() - Method in class org.biojava.nbio.core.sequence.io.embl.EmblRecord
-
The FT (Feature Table) lines provide a mechanism for the annotation of the
sequence data.
- getFileExtension(File) - Static method in class org.biojava.nbio.core.util.FileDownloadUtils
-
- getFileExtensions() - Method in class org.biojava.nbio.core.search.io.blast.BlastTabularParser
-
- getFileExtensions() - Method in class org.biojava.nbio.core.search.io.blast.BlastXMLParser
-
- getFileExtensions() - Method in interface org.biojava.nbio.core.search.io.ResultFactory
-
returns a list of file extensions associated to this ResultFactory
- getFilePrefix(File) - Static method in class org.biojava.nbio.core.util.FileDownloadUtils
-
- getFivePrime(Sequence<C>) - Method in class org.biojava.nbio.core.sequence.edits.Edit.AbstractEdit
-
Should return the 5-prime end of the given Sequence according to
the edit.
- getFivePrime(Sequence<C>) - Method in class org.biojava.nbio.core.sequence.edits.Edit.Delete
-
- getFivePrime(Sequence<C>) - Method in class org.biojava.nbio.core.sequence.edits.Edit.Insert
-
- getFivePrime(Sequence<C>) - Method in class org.biojava.nbio.core.sequence.edits.Edit.Substitute
-
- getForwardFrames() - Static method in enum org.biojava.nbio.core.sequence.transcription.Frame
-
Returns all frames in the forward orientation
- getFromCompoundSet() - Method in class org.biojava.nbio.core.sequence.template.AbstractCompoundTranslator
-
- getGC() - Method in class org.biojava.nbio.core.sequence.RNASequence
-
- getGCCount() - Method in class org.biojava.nbio.core.sequence.DNASequence
-
Get the GC count in the DNA Sequence
- getGCGChecksum(List<S>) - Static method in class org.biojava.nbio.core.sequence.io.util.IOUtils
-
Calculates GCG checksum for entire list of sequences
- getGCGChecksum(S) - Static method in class org.biojava.nbio.core.sequence.io.util.IOUtils
-
Calculates GCG checksum for a given sequence
- getGCGHeader(List<S>) - Static method in class org.biojava.nbio.core.sequence.io.util.IOUtils
-
Assembles a GCG file header
- getGCGType(CompoundSet<C>) - Static method in class org.biojava.nbio.core.sequence.io.util.IOUtils
-
Determines GCG type
- getGenbankDirectoryCache() - Method in class org.biojava.nbio.core.sequence.loader.GenbankProxySequenceReader
-
Local directory cache of Genbank that can be downloaded
- getGene(String) - Method in class org.biojava.nbio.core.sequence.ChromosomeSequence
-
Get the gene based on accession.
- getGeneAliases() - Method in class org.biojava.nbio.core.sequence.loader.UniprotProxySequenceReader
-
Pull uniprot gene aliases associated with this sequence
- getGeneName() - Method in class org.biojava.nbio.core.sequence.loader.UniprotProxySequenceReader
-
Get the gene name associated with this sequence.
- getGeneSequences() - Method in class org.biojava.nbio.core.sequence.ChromosomeSequence
-
Get the list of genes that have been added to the ChromosomeSequence where accession.toString is the key.
- getGonnet250() - Static method in class org.biojava.nbio.core.alignment.matrices.SubstitutionMatrixHelper
-
Returns PAM 250 matrix by Gonnet, Cohen & Benner
- getHeader() - Method in class org.biojava.nbio.core.sequence.io.GenbankSequenceParser
-
- getHeader(S) - Method in class org.biojava.nbio.core.sequence.io.GenericFastaHeaderFormat
-
- getHeader(S) - Method in class org.biojava.nbio.core.sequence.io.GenericGenbankHeaderFormat
-
- getHeader(S) - Method in interface org.biojava.nbio.core.sequence.io.template.FastaHeaderFormatInterface
-
- getHeader(S) - Method in interface org.biojava.nbio.core.sequence.io.template.GenbankHeaderFormatInterface
-
- getHeader() - Method in class org.biojava.nbio.core.sequence.loader.GenbankProxySequenceReader
-
- getHeaderParser() - Method in class org.biojava.nbio.core.sequence.loader.GenbankProxySequenceReader
-
- getHitAccession() - Method in class org.biojava.nbio.core.search.io.Hit
-
- getHitCounter() - Method in class org.biojava.nbio.core.search.io.Result
-
- getHitDef() - Method in class org.biojava.nbio.core.search.io.Hit
-
- getHitId() - Method in class org.biojava.nbio.core.search.io.Hit
-
- getHitLen() - Method in class org.biojava.nbio.core.search.io.Hit
-
- getHitNum() - Method in class org.biojava.nbio.core.search.io.Hit
-
- getHitSequence() - Method in class org.biojava.nbio.core.search.io.Hit
-
returns the reference to the original and whole sequence hit in the database.
- getHspAlignLen() - Method in class org.biojava.nbio.core.search.io.Hsp
-
- getHspBitScore() - Method in class org.biojava.nbio.core.search.io.Hsp
-
- getHspEvalue() - Method in class org.biojava.nbio.core.search.io.Hsp
-
- getHspGaps() - Method in class org.biojava.nbio.core.search.io.Hsp
-
- getHspHitFrame() - Method in class org.biojava.nbio.core.search.io.Hsp
-
- getHspHitFrom() - Method in class org.biojava.nbio.core.search.io.Hsp
-
- getHspHitTo() - Method in class org.biojava.nbio.core.search.io.Hsp
-
- getHspHseq() - Method in class org.biojava.nbio.core.search.io.Hsp
-
HSP aligned hit sequence string
- getHspIdentity() - Method in class org.biojava.nbio.core.search.io.Hsp
-
- getHspIdentityString() - Method in class org.biojava.nbio.core.search.io.Hsp
-
Identity string representing correspondence between aligned residues
- getHspNum() - Method in class org.biojava.nbio.core.search.io.Hsp
-
- getHspPositive() - Method in class org.biojava.nbio.core.search.io.Hsp
-
- getHspQseq() - Method in class org.biojava.nbio.core.search.io.Hsp
-
HSP aligned query sequence string
- getHspQueryFrame() - Method in class org.biojava.nbio.core.search.io.Hsp
-
- getHspQueryFrom() - Method in class org.biojava.nbio.core.search.io.Hsp
-
- getHspQueryTo() - Method in class org.biojava.nbio.core.search.io.Hsp
-
- getHspScore() - Method in class org.biojava.nbio.core.search.io.Hsp
-
- getID() - Method in class org.biojava.nbio.core.sequence.AccessionID
-
- getId() - Method in class org.biojava.nbio.core.sequence.features.DBReferenceInfo
-
- getId() - Method in class org.biojava.nbio.core.sequence.io.IUPACParser.IUPACTable
-
- getID() - Method in class org.biojava.nbio.core.sequence.TaxonomyID
-
- getIdentifier() - Method in class org.biojava.nbio.core.sequence.AccessionID
-
- getIdentity() - Static method in class org.biojava.nbio.core.alignment.matrices.SubstitutionMatrixHelper
-
- getIDFormat(List<S>) - Static method in class org.biojava.nbio.core.sequence.io.util.IOUtils
-
Creates format String for accession IDs
- getImage(int, int) - Method in class org.biojava.nbio.core.sequence.io.ABITrace
-
Returns a BufferedImage that represents the entire trace.
- getIndexInQueryAt(int) - Method in class org.biojava.nbio.core.alignment.SimpleSequencePair
-
- getIndexInQueryAt(int) - Method in interface org.biojava.nbio.core.alignment.template.SequencePair
-
Returns the query index corresponding to a given alignment column.
- getIndexInQueryForTargetAt(int) - Method in class org.biojava.nbio.core.alignment.SimpleSequencePair
-
- getIndexInQueryForTargetAt(int) - Method in interface org.biojava.nbio.core.alignment.template.SequencePair
-
Returns the query index corresponding to a given target index.
- getIndexInTargetAt(int) - Method in class org.biojava.nbio.core.alignment.SimpleSequencePair
-
- getIndexInTargetAt(int) - Method in interface org.biojava.nbio.core.alignment.template.SequencePair
-
Returns the target index corresponding to a given alignment column.
- getIndexInTargetForQueryAt(int) - Method in class org.biojava.nbio.core.alignment.SimpleSequencePair
-
- getIndexInTargetForQueryAt(int) - Method in interface org.biojava.nbio.core.alignment.template.SequencePair
-
Returns the target index corresponding to a given query index.
- getIndexOf(C) - Method in class org.biojava.nbio.core.alignment.SimpleAlignedSequence
-
- getIndexOf(C) - Method in class org.biojava.nbio.core.alignment.SimpleProfile
-
- getIndexOf(C) - Method in interface org.biojava.nbio.core.alignment.template.Profile
-
Searches for the given
Compound within this alignment profile.
- getIndexOf(C) - Method in class org.biojava.nbio.core.sequence.loader.SequenceFileProxyLoader
-
- getIndexOf(C) - Method in class org.biojava.nbio.core.sequence.loader.StringProxySequenceReader
-
- getIndexOf(C) - Method in class org.biojava.nbio.core.sequence.loader.UniprotProxySequenceReader
-
- getIndexOf(C) - Method in class org.biojava.nbio.core.sequence.storage.ArrayListSequenceReader
-
- getIndexOf(C) - Method in class org.biojava.nbio.core.sequence.storage.BitSequenceReader
-
Returns the first occurrence of the given compound in this store; performs
a linear search
- getIndexOf(C) - Method in class org.biojava.nbio.core.sequence.storage.JoiningSequenceReader
-
- getIndexOf(C) - Method in class org.biojava.nbio.core.sequence.storage.SingleCompoundSequenceReader
-
Returns 1 if the given compound is equal to the one given during
construction; otherwise will return -1.
- getIndexOf(C) - Method in class org.biojava.nbio.core.sequence.template.AbstractSequence
-
- getIndexOf(C) - Method in interface org.biojava.nbio.core.sequence.template.Sequence
-
Scans through the Sequence looking for the first occurrence of the given
compound
- getIndexOf(C) - Method in class org.biojava.nbio.core.sequence.template.SequenceProxyView
-
- getIndexOf(C) - Method in class org.biojava.nbio.core.sequence.views.ComplementSequenceView
-
- getIndexOf(NucleotideCompound) - Method in class org.biojava.nbio.core.sequence.views.RnaSequenceView
-
- getIndexToCompoundsLookup() - Method in class org.biojava.nbio.core.sequence.storage.BitSequenceReader.BitArrayWorker
-
Returns a list of compounds the index position of which is used
to translate from the byte representation into a compound.
- getIndicesAt(int) - Method in class org.biojava.nbio.core.alignment.SimpleProfile
-
- getIndicesAt(int) - Method in interface org.biojava.nbio.core.alignment.template.Profile
-
Returns the indices in the original
Sequences corresponding to the given column.
- getInputStream() - Method in class org.biojava.nbio.core.sequence.io.util.ClasspathResource
-
Returns the InputStream instance of this classpath resource
- getInputStream(String) - Static method in class org.biojava.nbio.core.util.FlatFileCache
-
- getInputStream(String) - Method in class org.biojava.nbio.core.util.InputStreamProvider
-
Get an InputStream for given file path.
- getInputStream(URL) - Method in class org.biojava.nbio.core.util.InputStreamProvider
-
- getInputStream(File) - Method in class org.biojava.nbio.core.util.InputStreamProvider
-
Get an InputStream for the file.
- getInputStreamToAAindexFile() - Method in class org.biojava.nbio.core.alignment.matrices.DefaultAAIndexProvider
-
- getInstance() - Static method in class org.biojava.nbio.core.sequence.io.IUPACParser
-
- getIntronSequences() - Method in class org.biojava.nbio.core.sequence.GeneSequence
-
Get the introns as an ArrayList
- getInverse() - Method in class org.biojava.nbio.core.alignment.SimpleAlignedSequence
-
- getInverse() - Method in class org.biojava.nbio.core.sequence.loader.SequenceFileProxyLoader
-
- getInverse() - Method in class org.biojava.nbio.core.sequence.loader.StringProxySequenceReader
-
- getInverse() - Method in class org.biojava.nbio.core.sequence.loader.UniprotProxySequenceReader
-
- getInverse() - Method in class org.biojava.nbio.core.sequence.RNASequence
-
Get the inverse view of the sequence.
- getInverse() - Method in class org.biojava.nbio.core.sequence.storage.ArrayListSequenceReader
-
- getInverse() - Method in class org.biojava.nbio.core.sequence.storage.BitSequenceReader
-
- getInverse() - Method in class org.biojava.nbio.core.sequence.storage.JoiningSequenceReader
-
- getInverse() - Method in class org.biojava.nbio.core.sequence.storage.SingleCompoundSequenceReader
-
- getInverse() - Method in class org.biojava.nbio.core.sequence.template.AbstractSequence
-
- getInverse() - Method in interface org.biojava.nbio.core.sequence.template.Sequence
-
Does the right thing to get the inverse of the current
Sequence.
- getInverse() - Method in class org.biojava.nbio.core.sequence.template.SequenceProxyView
-
- getIterationNumber() - Method in class org.biojava.nbio.core.search.io.Result
-
- getJournal() - Method in class org.biojava.nbio.core.sequence.reference.AbstractReference
-
The journal usually contains the Publication Number, Publication Date and Assignee
- getJournal() - Method in class org.biojava.nbio.core.sequence.reference.GenbankReference
-
- getJournal() - Method in interface org.biojava.nbio.core.sequence.reference.ReferenceInterface
-
Get the journal that retrieved from Reference section.
- getKeyword() - Method in class org.biojava.nbio.core.sequence.io.embl.EmblRecord
-
The KW (KeyWord) lines provide information which can be used to generate
cross-reference indexes of the sequence entries based on functional,
structural, or other categories deemed important.
- getKeyWords() - Method in interface org.biojava.nbio.core.sequence.features.FeaturesKeyWordInterface
-
- getKeyWords() - Method in class org.biojava.nbio.core.sequence.io.GenbankSequenceParser
-
- getKeyWords() - Method in class org.biojava.nbio.core.sequence.loader.GenbankProxySequenceReader
-
- getKeyWords() - Method in class org.biojava.nbio.core.sequence.loader.UniprotProxySequenceReader
-
Pull UniProt key words which is a mixed bag of words associated with this sequence
- getLastIndexOf(C) - Method in class org.biojava.nbio.core.alignment.SimpleAlignedSequence
-
- getLastIndexOf(C) - Method in class org.biojava.nbio.core.alignment.SimpleProfile
-
- getLastIndexOf(C) - Method in interface org.biojava.nbio.core.alignment.template.Profile
-
Searches for the given
Compound within this alignment profile.
- getLastIndexOf(C) - Method in class org.biojava.nbio.core.sequence.loader.SequenceFileProxyLoader
-
- getLastIndexOf(C) - Method in class org.biojava.nbio.core.sequence.loader.StringProxySequenceReader
-
- getLastIndexOf(C) - Method in class org.biojava.nbio.core.sequence.loader.UniprotProxySequenceReader
-
- getLastIndexOf(C) - Method in class org.biojava.nbio.core.sequence.storage.ArrayListSequenceReader
-
- getLastIndexOf(C) - Method in class org.biojava.nbio.core.sequence.storage.BitSequenceReader
-
Returns the last occurrence of the given compound in this store; performs
a linear search
- getLastIndexOf(C) - Method in class org.biojava.nbio.core.sequence.storage.JoiningSequenceReader
-
- getLastIndexOf(C) - Method in class org.biojava.nbio.core.sequence.storage.SingleCompoundSequenceReader
-
Returns the length of the Sequence if the given compound was equal to
the one given during construction.
- getLastIndexOf(C) - Method in class org.biojava.nbio.core.sequence.template.AbstractSequence
-
- getLastIndexOf(C) - Method in interface org.biojava.nbio.core.sequence.template.Sequence
-
Scans through the Sequence looking for the last occurrence of the given
compound
- getLastIndexOf(C) - Method in class org.biojava.nbio.core.sequence.template.SequenceProxyView
-
- getLastIndexOf(C) - Method in class org.biojava.nbio.core.sequence.views.ComplementSequenceView
-
- getLastIndexOf(NucleotideCompound) - Method in class org.biojava.nbio.core.sequence.views.RnaSequenceView
-
- getLastUpdatedDate() - Method in class org.biojava.nbio.core.sequence.io.embl.EmblRecord
-
The DT (DaTe) line shows when an entry was last updated in the database.
- getLength() - Method in class org.biojava.nbio.core.alignment.SimpleAlignedSequence
-
- getLength() - Method in class org.biojava.nbio.core.alignment.SimpleProfile
-
- getLength() - Method in interface org.biojava.nbio.core.alignment.template.Profile
-
Returns the number of columns in the alignment profile.
- getLength() - Method in class org.biojava.nbio.core.sequence.CDSSequence
-
- getLength() - Method in class org.biojava.nbio.core.sequence.ExonSequence
-
- getLength() - Method in class org.biojava.nbio.core.sequence.GeneSequence
-
- getLength() - Method in class org.biojava.nbio.core.sequence.IntronSequence
-
- getLength() - Method in class org.biojava.nbio.core.sequence.loader.SequenceFileProxyLoader
-
- getLength() - Method in class org.biojava.nbio.core.sequence.loader.StringProxySequenceReader
-
- getLength() - Method in class org.biojava.nbio.core.sequence.loader.UniprotProxySequenceReader
-
The sequence length
- getLength() - Method in class org.biojava.nbio.core.sequence.location.template.AbstractLocation
-
- getLength() - Method in interface org.biojava.nbio.core.sequence.location.template.Location
-
Returns the length of the outer bounds of this location
- getLength() - Method in class org.biojava.nbio.core.sequence.MultipleSequenceAlignment
-
Get the length of the MSA where it is assumed that
all sequence position
- getLength() - Method in class org.biojava.nbio.core.sequence.StartCodonSequence
-
- getLength() - Method in class org.biojava.nbio.core.sequence.StopCodonSequence
-
- getLength() - Method in class org.biojava.nbio.core.sequence.storage.ArrayListSequenceReader
-
- getLength() - Method in class org.biojava.nbio.core.sequence.storage.BitSequenceReader.BitArrayWorker
-
- getLength() - Method in class org.biojava.nbio.core.sequence.storage.BitSequenceReader
-
Returns the length of the sequence
- getLength() - Method in class org.biojava.nbio.core.sequence.storage.JoiningSequenceReader
-
- getLength() - Method in class org.biojava.nbio.core.sequence.storage.SingleCompoundSequenceReader
-
Returns the length given during construction
- getLength() - Method in class org.biojava.nbio.core.sequence.template.AbstractSequence
-
- getLength() - Method in interface org.biojava.nbio.core.sequence.template.LightweightProfile
-
Returns the number of columns in the alignment profile.
- getLength() - Method in interface org.biojava.nbio.core.sequence.template.Sequence
-
Returns the length of the Sequence
- getLength() - Method in class org.biojava.nbio.core.sequence.template.SequenceProxyView
-
- getLength() - Method in class org.biojava.nbio.core.sequence.TranscriptSequence
-
- getLength() - Method in class org.biojava.nbio.core.sequence.views.WindowedSequence
-
Returns the size of the windowed sequence which is the length by the
window size.
- getLineLength() - Method in class org.biojava.nbio.core.sequence.io.FastaGeneWriter
-
- getLineLength() - Method in class org.biojava.nbio.core.sequence.io.FastaWriter
-
- getLineLength() - Method in class org.biojava.nbio.core.sequence.io.GenbankWriter
-
- getList() - Method in class org.biojava.nbio.core.sequence.io.util.ClasspathResource
-
Returns this resource as a list of Strings
- getList(BufferedReader) - Static method in class org.biojava.nbio.core.sequence.io.util.IOUtils
-
Returns the contents of a buffered reader as a list of strings
- getList(InputStream) - Static method in class org.biojava.nbio.core.sequence.io.util.IOUtils
-
- getList(File) - Static method in class org.biojava.nbio.core.sequence.io.util.IOUtils
-
- getLocationInAlignment() - Method in class org.biojava.nbio.core.alignment.SimpleAlignedSequence
-
- getLocationInAlignment() - Method in interface org.biojava.nbio.core.alignment.template.AlignedSequence
-
- getLocations() - Method in class org.biojava.nbio.core.sequence.features.AbstractFeature
-
A feature could be a single sequence position like a mutation or a post translational modification of an amino acid.
- getLocations() - Method in class org.biojava.nbio.core.sequence.features.FeatureDbReferenceInfo
-
- getLocations() - Method in interface org.biojava.nbio.core.sequence.features.FeatureInterface
-
The location(s) of this feature where the location should contain a reference to parent and sequence etc.
- getLongName() - Method in class org.biojava.nbio.core.sequence.compound.CodonCompound
-
- getLongName() - Method in class org.biojava.nbio.core.sequence.template.AbstractCompound
-
- getLongName() - Method in interface org.biojava.nbio.core.sequence.template.Compound
-
- getLongName() - Method in class org.biojava.nbio.core.sequence.transcription.CaseInsensitiveCompound
-
- getLongName() - Method in class org.biojava.nbio.core.sequence.transcription.Table.Codon
-
- getMatrices() - Method in class org.biojava.nbio.core.alignment.matrices.AAIndexFileParser
-
- getMatrix(String) - Method in interface org.biojava.nbio.core.alignment.matrices.AAIndexProvider
-
- getMatrix(String) - Method in class org.biojava.nbio.core.alignment.matrices.DefaultAAIndexProvider
-
- getMatrix() - Method in class org.biojava.nbio.core.alignment.matrices.ScaledSubstitutionMatrix
-
- getMatrix() - Method in class org.biojava.nbio.core.alignment.matrices.SimpleSubstitutionMatrix
-
- getMatrix() - Method in interface org.biojava.nbio.core.alignment.template.SubstitutionMatrix
-
Returns entire matrix.
- getMatrixAsString() - Method in class org.biojava.nbio.core.alignment.matrices.ScaledSubstitutionMatrix
-
- getMatrixAsString() - Method in class org.biojava.nbio.core.alignment.matrices.SimpleSubstitutionMatrix
-
- getMatrixAsString() - Method in interface org.biojava.nbio.core.alignment.template.SubstitutionMatrix
-
Returns this matrix as a formatted String with
Compound labels along the axes.
- getMatrixFromAAINDEX(String) - Static method in class org.biojava.nbio.core.alignment.matrices.SubstitutionMatrixHelper
-
Returns any matrix from the AAINDEX database file
- getMax() - Method in class org.biojava.nbio.core.alignment.matrices.ScaledSubstitutionMatrix
-
- getMax() - Method in class org.biojava.nbio.core.sequence.location.FuzzyPoint
-
- getMax(List<Location>) - Static method in class org.biojava.nbio.core.sequence.location.LocationHelper
-
Scans through a list of locations to find the Location with the
highest end
- getMax(List<Location>) - Static method in class org.biojava.nbio.core.sequence.location.template.Location.Tools
-
Scans through a list of locations to find the Location with the
highest end
- getMaxSingleCompoundStringLength() - Method in class org.biojava.nbio.core.sequence.compound.AminoAcidCompoundSet
-
- getMaxSingleCompoundStringLength() - Method in class org.biojava.nbio.core.sequence.template.AbstractCompoundSet
-
- getMaxSingleCompoundStringLength() - Method in interface org.biojava.nbio.core.sequence.template.CompoundSet
-
Returns the maximum size of a compound String this set holds
- getMaxValue() - Method in class org.biojava.nbio.core.alignment.matrices.ScaledSubstitutionMatrix
-
- getMaxValue() - Method in class org.biojava.nbio.core.alignment.matrices.SimpleSubstitutionMatrix
-
- getMaxValue() - Method in interface org.biojava.nbio.core.alignment.template.SubstitutionMatrix
-
Returns the maximum value in this matrix.
- getMin() - Method in class org.biojava.nbio.core.alignment.matrices.ScaledSubstitutionMatrix
-
- getMin() - Method in class org.biojava.nbio.core.sequence.location.FuzzyPoint
-
- getMin(List<Location>) - Static method in class org.biojava.nbio.core.sequence.location.LocationHelper
-
Scans through a list of locations to find the Location with the
lowest start
- getMin(List<Location>) - Static method in class org.biojava.nbio.core.sequence.location.template.Location.Tools
-
Scans through a list of locations to find the Location with the
lowest start
- getMinValue() - Method in class org.biojava.nbio.core.alignment.matrices.ScaledSubstitutionMatrix
-
- getMinValue() - Method in class org.biojava.nbio.core.alignment.matrices.SimpleSubstitutionMatrix
-
- getMinValue() - Method in interface org.biojava.nbio.core.alignment.template.SubstitutionMatrix
-
Returns the minimum value in this matrix.
- getMismatchCount() - Method in class org.biojava.nbio.core.search.io.Hsp
-
- getMolecularWeight() - Method in class org.biojava.nbio.core.sequence.compound.CodonCompound
-
- getMolecularWeight() - Method in class org.biojava.nbio.core.sequence.template.AbstractCompound
-
- getMolecularWeight() - Method in interface org.biojava.nbio.core.sequence.template.Compound
-
- getMolecularWeight() - Method in class org.biojava.nbio.core.sequence.transcription.CaseInsensitiveCompound
-
- getMolecularWeight() - Method in class org.biojava.nbio.core.sequence.transcription.Table.Codon
-
- getMoleculeType() - Method in class org.biojava.nbio.core.sequence.io.embl.EmblId
-
Molecule type this represents the type of molecule as stored
- getName() - Method in class org.biojava.nbio.core.alignment.matrices.ScaledSubstitutionMatrix
-
- getName() - Method in class org.biojava.nbio.core.alignment.matrices.SimpleSubstitutionMatrix
-
- getName() - Method in interface org.biojava.nbio.core.alignment.template.SubstitutionMatrix
-
Returns the name (short description) of this matrix.
- getName() - Method in class org.biojava.nbio.core.sequence.features.Qualifier
-
- getName() - Method in class org.biojava.nbio.core.sequence.io.IUPACParser.IUPACTable
-
- getNewDocument() - Static method in class org.biojava.nbio.core.util.XMLHelper
-
- getNotesList() - Method in class org.biojava.nbio.core.sequence.template.AbstractSequence
-
- getNuc4_2() - Static method in class org.biojava.nbio.core.alignment.matrices.SubstitutionMatrixHelper
-
Returns Nuc 4.2 matrix by Lowe
Only the first nucleotide sequence to align can contain ambiguous nucleotides
- getNuc4_4() - Static method in class org.biojava.nbio.core.alignment.matrices.SubstitutionMatrixHelper
-
Returns Nuc 4.4 matrix by Lowe
Both of the nucleotide sequences to align can contain ambiguous nucleotides
- getNumericRepresentation() - Method in enum org.biojava.nbio.core.sequence.Strand
-
- getNumGapPositions() - Method in class org.biojava.nbio.core.alignment.SimpleAlignedSequence
-
- getNumGapPositions() - Method in interface org.biojava.nbio.core.alignment.template.AlignedSequence
-
Returns number of gap positions (gap openings and extensions) in the sequence.
- getNumGaps() - Method in class org.biojava.nbio.core.alignment.SimpleAlignedSequence
-
- getNumGaps() - Method in interface org.biojava.nbio.core.alignment.template.AlignedSequence
-
Returns number of gaps (gap openings) in the sequence.
- getNumIdenticals() - Method in class org.biojava.nbio.core.alignment.SimpleSequencePair
-
- getNumIdenticals() - Method in interface org.biojava.nbio.core.alignment.template.SequencePair
-
Returns the number of indices for which both the query and target sequences have an identical
Compound.
- getNumSimilars() - Method in class org.biojava.nbio.core.alignment.SimpleSequencePair
-
- getNumSimilars() - Method in interface org.biojava.nbio.core.alignment.template.SequencePair
-
Returns the number of indices for which both the query and target sequences have a similar
Compound.
- getOne() - Method in class org.biojava.nbio.core.sequence.compound.CodonCompound
-
- getOne() - Method in class org.biojava.nbio.core.sequence.transcription.Table.CaseInsensitiveTriplet
-
- getOne() - Method in class org.biojava.nbio.core.sequence.transcription.Table.Codon
-
- getOrGanelle() - Method in class org.biojava.nbio.core.sequence.io.embl.EmblRecord
-
The OG (OrGanelle) linetype indicates the sub-cellular location of non-nuclear
sequences.
- getOrganismClassification() - Method in class org.biojava.nbio.core.sequence.io.embl.EmblRecord
-
The OC (Organism Classification) lines contain the taxonomic classification
Of the source organism
- getOrganismName() - Method in class org.biojava.nbio.core.sequence.loader.UniprotProxySequenceReader
-
Get the organism name assigned to this sequence
- getOrganismSpecies() - Method in class org.biojava.nbio.core.sequence.io.embl.EmblRecord
-
The OS (Organism Species) line specifies the preferred scientific name of
the organism which was the source of the stored sequence.
- getOriginalHeader() - Method in class org.biojava.nbio.core.sequence.template.AbstractSequence
-
- getOriginalSequence() - Method in class org.biojava.nbio.core.alignment.SimpleAlignedSequence
-
- getOriginalSequence() - Method in interface org.biojava.nbio.core.alignment.template.AlignedSequence
-
Returns the original
Sequence before alignment.
- getOriginalSequences() - Method in class org.biojava.nbio.core.alignment.SimpleProfile
-
- getOriginalSequences() - Method in interface org.biojava.nbio.core.alignment.template.Profile
-
Returns a
List containing the original
Sequences used for alignment.
- getOverlapCount() - Method in class org.biojava.nbio.core.alignment.SimpleAlignedSequence
-
- getOverlapCount() - Method in interface org.biojava.nbio.core.alignment.template.AlignedSequence
-
Returns the maximum number of elements contributed to a column of an alignment by this
Sequence.
- getPAM250() - Static method in class org.biojava.nbio.core.alignment.matrices.SubstitutionMatrixHelper
-
Returns PAM 250 matrix by Dayhoff
- getParentChromosomeSequence() - Method in class org.biojava.nbio.core.sequence.GeneSequence
-
The parent ChromosomeSequence which contains the actual DNA sequence data
- getParentFeature() - Method in class org.biojava.nbio.core.sequence.features.AbstractFeature
-
Get the parent Feature
- getParentFeature() - Method in class org.biojava.nbio.core.sequence.features.FeatureDbReferenceInfo
-
- getParentFeature() - Method in interface org.biojava.nbio.core.sequence.features.FeatureInterface
-
Get the parent feature
- getParentSequence() - Method in class org.biojava.nbio.core.sequence.template.AbstractSequence
-
- getPDBCharacter(boolean, char, char, boolean, char) - Static method in class org.biojava.nbio.core.sequence.io.util.IOUtils
-
Creates formatted String for a single character of PDB output
- getPDBConservation(boolean, char, char, boolean) - Static method in class org.biojava.nbio.core.sequence.io.util.IOUtils
-
Creates formatted String for displaying conservation in PDB output
- getPDBLegend() - Static method in class org.biojava.nbio.core.sequence.io.util.IOUtils
-
Creates formatted String for displaying conservation legend in PDB output
- getPercentageIdentity() - Method in class org.biojava.nbio.core.search.io.Hsp
-
- getPercentageOfIdentity(boolean) - Method in class org.biojava.nbio.core.alignment.SimpleSequencePair
-
Returns the percentage of identity between the two sequences in the alignment as a fraction between 0 and 1.
- getPercentageOfIdentity(boolean) - Method in interface org.biojava.nbio.core.alignment.template.SequencePair
-
Returns the percentage of identity between the two sequences in the alignment as a fraction between 0 and 1.
- getPhase() - Method in class org.biojava.nbio.core.sequence.CDSSequence
-
- getPosition() - Method in class org.biojava.nbio.core.sequence.location.FuzzyPoint
-
- getPosition() - Method in class org.biojava.nbio.core.sequence.location.SimplePoint
-
- getPosition() - Method in interface org.biojava.nbio.core.sequence.location.template.Point
-
Returns the position held by this object
- getPrimaryAccession() - Method in class org.biojava.nbio.core.sequence.io.embl.EmblId
-
- getProgram() - Method in class org.biojava.nbio.core.search.io.Result
-
- getProgramSpecificParameter(String) - Method in class org.biojava.nbio.core.search.io.Result
-
- getProgramSpecificParametersList() - Method in class org.biojava.nbio.core.search.io.Result
-
- getProjectIdentifier() - Method in class org.biojava.nbio.core.sequence.io.embl.EmblRecord
-
- getProperties() - Method in class org.biojava.nbio.core.sequence.features.DBReferenceInfo
-
Get the properties
- getProteinAliases() - Method in class org.biojava.nbio.core.sequence.loader.UniprotProxySequenceReader
-
Pull uniprot protein aliases associated with this sequence
- getProteinCDSSequences() - Method in class org.biojava.nbio.core.sequence.TranscriptSequence
-
Return a list of protein sequences based on each CDS sequence
where the phase shift between two CDS sequences is assigned to the
CDS sequence that starts the triplet.
- getProteinSequence() - Method in class org.biojava.nbio.core.sequence.RNASequence
-
Get the ProteinSequence from the RNA sequence
- getProteinSequence(TranscriptionEngine) - Method in class org.biojava.nbio.core.sequence.RNASequence
-
Get the ProteinSequene from the RNA sequence with user defined
transcription engine
- getProteinSequence() - Method in class org.biojava.nbio.core.sequence.TranscriptSequence
-
Get the protein sequence
- getProteinSequence(TranscriptionEngine) - Method in class org.biojava.nbio.core.sequence.TranscriptSequence
-
Get the protein sequence with user defined TranscriptEngine
- getProteinSequenceCreator() - Method in class org.biojava.nbio.core.sequence.transcription.TranscriptionEngine
-
- getProxySequenceReader() - Method in interface org.biojava.nbio.core.sequence.location.template.AccesionedLocation
-
Return the proxy reader used to get sequence for this location.
- getProxySequenceReader() - Method in class org.biojava.nbio.core.sequence.template.AbstractSequence
-
- getQcalls() - Method in class org.biojava.nbio.core.sequence.io.ABITrace
-
Returns an int[] array that represents the quality - each int in the
array corresponds to an quality value 90-255) in the graph at a base location).
- getQualifiers() - Method in class org.biojava.nbio.core.sequence.features.AbstractFeature
-
- getQualifiers() - Method in class org.biojava.nbio.core.sequence.features.FeatureDbReferenceInfo
-
- getQualifiers() - Method in interface org.biojava.nbio.core.sequence.features.FeatureInterface
-
Get the qualifiers for this feature
- getQualities() - Method in class org.biojava.nbio.core.sequence.features.QualityFeature
-
- getQualities(int, int) - Method in class org.biojava.nbio.core.sequence.features.QualityFeature
-
- getQualityAt(int) - Method in class org.biojava.nbio.core.sequence.features.QualityFeature
-
- getQuantities() - Method in class org.biojava.nbio.core.sequence.features.QuantityFeature
-
- getQuery() - Method in class org.biojava.nbio.core.alignment.SimpleProfilePair
-
- getQuery() - Method in class org.biojava.nbio.core.alignment.SimpleSequencePair
-
- getQuery() - Method in interface org.biojava.nbio.core.alignment.template.ProfilePair
-
Returns the first
Profile of the pair.
- getQuery() - Method in interface org.biojava.nbio.core.alignment.template.SequencePair
-
- getQueryDef() - Method in class org.biojava.nbio.core.search.io.Result
-
- getQueryID() - Method in class org.biojava.nbio.core.search.io.Result
-
- getQueryLength() - Method in class org.biojava.nbio.core.search.io.Result
-
- getQuerySequence() - Method in class org.biojava.nbio.core.search.io.Result
-
returns the reference to the original and whole sequence used to query the database.
- getRealEnd() - Method in class org.biojava.nbio.core.sequence.edits.Edit.Delete
-
- getRealStart() - Method in class org.biojava.nbio.core.sequence.edits.Edit.Delete
-
- getReference() - Method in class org.biojava.nbio.core.search.io.Result
-
- getReferenceAuthor() - Method in class org.biojava.nbio.core.sequence.io.embl.EmblReference
-
The RA (Reference Author) lines list the authors of the paper (or other
work) cited.
- getReferenceComment() - Method in class org.biojava.nbio.core.sequence.io.embl.EmblReference
-
The RC (Reference Comment) linetype is an optional linetype which appears if
The reference has a comment.
- getReferenceCrossReference() - Method in class org.biojava.nbio.core.sequence.io.embl.EmblReference
-
The RX (reference cross-reference) linetype is
an optional linetype which appears if
one or more contiguous base spans of the
presented sequence can be attributed
to the reference in question.
- getReferenceGroup() - Method in class org.biojava.nbio.core.sequence.io.embl.EmblReference
-
The RG (Reference Group) lines list the working groups/consortia that
produced the record.
- getReferenceLocation() - Method in class org.biojava.nbio.core.sequence.io.embl.EmblReference
-
The RL (Reference Location) line contains the conventional citation
information for the reference.
- getReferenceNumber() - Method in class org.biojava.nbio.core.sequence.io.embl.EmblReference
-
The RN (Reference Number) line gives a unique number to each reference
Citation within an entry.
- getReferencePosition() - Method in class org.biojava.nbio.core.sequence.io.embl.EmblReference
-
The RP (Reference Position) linetype is
an optional linetype which appears if
one or more contiguous base spans of
the presented sequence can be attributed
to the reference in question.
- getReferences() - Method in class org.biojava.nbio.core.sequence.template.AbstractSequence
-
- getReferenceTitle() - Method in class org.biojava.nbio.core.sequence.io.embl.EmblReference
-
The RT (Reference Title) lines give the title of the paper (or other work) as
exactly as is possible given the limitations of computer character sets.
- getRelevantSubLocations() - Method in class org.biojava.nbio.core.sequence.location.template.AbstractLocation
-
Returns the normalised list of sub locations i.e.
- getRelevantSubLocations() - Method in interface org.biojava.nbio.core.sequence.location.template.Location
-
An extension to
Location.getSubLocations() which returns sub-locations
of sub-locations; this will continue until it runs out of those locations.
- getRelevantSubSequence(Sequence<C>) - Method in class org.biojava.nbio.core.sequence.location.template.AbstractLocation
-
- getRelevantSubSequence(Sequence<C>) - Method in interface org.biojava.nbio.core.sequence.location.template.Location
-
Will return a SequenceReader object which offers a view of all resolved
locations i.e.
- getResolver() - Method in class org.biojava.nbio.core.sequence.location.FuzzyPoint
-
- getReverse() - Method in class org.biojava.nbio.core.sequence.DNASequence
-
Returns a Sequence which runs in the current reverse order
- getReverse() - Method in enum org.biojava.nbio.core.sequence.Strand
-
- getReverseComplement() - Method in class org.biojava.nbio.core.sequence.DNASequence
-
- getReverseComplement() - Method in class org.biojava.nbio.core.sequence.RNASequence
-
Get reverse complement view of the sequence
- getReverseFrames() - Static method in enum org.biojava.nbio.core.sequence.transcription.Frame
-
Returns all frames which are in the reverse orientation
- getRnaAminoAcidTranslator() - Method in class org.biojava.nbio.core.sequence.transcription.TranscriptionEngine
-
- getRnaCompounds() - Method in class org.biojava.nbio.core.sequence.transcription.TranscriptionEngine
-
- getRNACompoundSet() - Static method in class org.biojava.nbio.core.sequence.compound.AmbiguityRNACompoundSet
-
- getRNACompoundSet() - Static method in class org.biojava.nbio.core.sequence.compound.RNACompoundSet
-
- getRNASequence() - Method in class org.biojava.nbio.core.sequence.DNASequence
-
Return the RNASequence equivalent of the DNASequence using default Transcription Engine.
- getRNASequence(TranscriptionEngine) - Method in class org.biojava.nbio.core.sequence.DNASequence
-
Allow a user to pass in a rules engine to do the DNA to RNA translation
- getRNASequence(Frame) - Method in class org.biojava.nbio.core.sequence.DNASequence
-
Allows the user to pass in the Frame shift.
- getRNASequence(TranscriptionEngine, Frame) - Method in class org.biojava.nbio.core.sequence.DNASequence
-
- getRnaSequenceCreator() - Method in class org.biojava.nbio.core.sequence.transcription.TranscriptionEngine
-
- getRnaToDna() - Method in class org.biojava.nbio.core.sequence.views.RnaSequenceView
-
- getRow(AminoAcidCompound) - Method in class org.biojava.nbio.core.alignment.matrices.ScaledSubstitutionMatrix
-
- getRow(C) - Method in class org.biojava.nbio.core.alignment.matrices.SimpleSubstitutionMatrix
-
- getRow(C) - Method in interface org.biojava.nbio.core.alignment.template.SubstitutionMatrix
-
- getRows() - Method in class org.biojava.nbio.core.alignment.matrices.ScaledSubstitutionMatrix
-
- getScale() - Method in class org.biojava.nbio.core.alignment.matrices.ScaledSubstitutionMatrix
-
- getSequence() - Method in class org.biojava.nbio.core.sequence.io.ABITrace
-
Returns the original programmatically determined (unedited) sequence as a AbstractSequence.
- getSequence(ProxySequenceReader<AminoAcidCompound>, long) - Method in class org.biojava.nbio.core.sequence.io.CasePreservingProteinSequenceCreator
-
- getSequence(String, long) - Method in class org.biojava.nbio.core.sequence.io.CasePreservingProteinSequenceCreator
-
- getSequence(List<AminoAcidCompound>) - Method in class org.biojava.nbio.core.sequence.io.CasePreservingProteinSequenceCreator
-
Assumes all compounds were uppercase
- getSequence(String, long) - Method in class org.biojava.nbio.core.sequence.io.DNASequenceCreator
-
- getSequence(ProxySequenceReader<NucleotideCompound>, long) - Method in class org.biojava.nbio.core.sequence.io.DNASequenceCreator
-
- getSequence(List<NucleotideCompound>) - Method in class org.biojava.nbio.core.sequence.io.DNASequenceCreator
-
- getSequence() - Method in class org.biojava.nbio.core.sequence.io.embl.EmblRecord
-
The Sequence Data Line
- getSequence(BufferedReader, int) - Method in class org.biojava.nbio.core.sequence.io.FastaSequenceParser
-
- getSequence(String, long) - Method in class org.biojava.nbio.core.sequence.io.FileProxyDNASequenceCreator
-
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.
- getSequence(ProxySequenceReader<NucleotideCompound>, long) - Method in class org.biojava.nbio.core.sequence.io.FileProxyDNASequenceCreator
-
Should be able to extend the same concept to a remote URL call or database connection.
- getSequence(List<NucleotideCompound>) - Method in class org.biojava.nbio.core.sequence.io.FileProxyDNASequenceCreator
-
Not sure of use case and currently not supported
- getSequence(String, long) - Method in class org.biojava.nbio.core.sequence.io.FileProxyProteinSequenceCreator
-
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.
- getSequence(ProxySequenceReader<AminoAcidCompound>, long) - Method in class org.biojava.nbio.core.sequence.io.FileProxyProteinSequenceCreator
-
Should be able to extend the same concept to a remote URL call or database connection.
- getSequence(List<AminoAcidCompound>) - Method in class org.biojava.nbio.core.sequence.io.FileProxyProteinSequenceCreator
-
Not sure of use case and currently not supported
- getSequence(String, long) - Method in class org.biojava.nbio.core.sequence.io.FileProxyRNASequenceCreator
-
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.
- getSequence(ProxySequenceReader<NucleotideCompound>, long) - Method in class org.biojava.nbio.core.sequence.io.FileProxyRNASequenceCreator
-
Should be able to extend the same concept to a remote URL call or database connection.
- getSequence(List<NucleotideCompound>) - Method in class org.biojava.nbio.core.sequence.io.FileProxyRNASequenceCreator
-
Not sure of use case and currently not supported
- getSequence(BufferedReader, int) - Method in class org.biojava.nbio.core.sequence.io.GenbankSequenceParser
-
- getSequence(String, long) - Method in class org.biojava.nbio.core.sequence.io.ProteinSequenceCreator
-
- getSequence(List<AminoAcidCompound>) - Method in class org.biojava.nbio.core.sequence.io.ProteinSequenceCreator
-
- getSequence(ProxySequenceReader<AminoAcidCompound>, long) - Method in class org.biojava.nbio.core.sequence.io.ProteinSequenceCreator
-
- getSequence(String, long) - Method in class org.biojava.nbio.core.sequence.io.RNASequenceCreator
-
- getSequence(ProxySequenceReader<NucleotideCompound>, long) - Method in class org.biojava.nbio.core.sequence.io.RNASequenceCreator
-
- getSequence(List<NucleotideCompound>) - Method in class org.biojava.nbio.core.sequence.io.RNASequenceCreator
-
- getSequence(String, long) - Method in interface org.biojava.nbio.core.sequence.io.template.SequenceCreatorInterface
-
- getSequence(ProxySequenceReader<C>, long) - Method in interface org.biojava.nbio.core.sequence.io.template.SequenceCreatorInterface
-
- getSequence(List<C>) - Method in interface org.biojava.nbio.core.sequence.io.template.SequenceCreatorInterface
-
- getSequence(BufferedReader, int) - Method in interface org.biojava.nbio.core.sequence.io.template.SequenceParserInterface
-
- getSequence() - Method in class org.biojava.nbio.core.sequence.location.SequenceLocation
-
- getSequence5PrimeTo3Prime() - Method in class org.biojava.nbio.core.sequence.GeneSequence
-
Try to give method clarity where you want a DNASequence coding in the 5' to 3' direction
Returns the DNASequence representative of the 5' and 3' reading based on strand
- getSequenceAsString() - Method in class org.biojava.nbio.core.alignment.SimpleAlignedSequence
-
- getSequenceAsString() - Method in class org.biojava.nbio.core.sequence.loader.SequenceFileProxyLoader
-
- getSequenceAsString(Integer, Integer, Strand) - Method in class org.biojava.nbio.core.sequence.loader.SequenceFileProxyLoader
-
- getSequenceAsString() - Method in class org.biojava.nbio.core.sequence.loader.StringProxySequenceReader
-
- getSequenceAsString(Integer, Integer, Strand) - Method in class org.biojava.nbio.core.sequence.loader.StringProxySequenceReader
-
- getSequenceAsString() - Method in class org.biojava.nbio.core.sequence.loader.UniprotProxySequenceReader
-
- getSequenceAsString(Integer, Integer, Strand) - Method in class org.biojava.nbio.core.sequence.loader.UniprotProxySequenceReader
-
- getSequenceAsString() - Method in class org.biojava.nbio.core.sequence.storage.ArrayListSequenceReader
-
- getSequenceAsString(Integer, Integer, Strand) - Method in class org.biojava.nbio.core.sequence.storage.ArrayListSequenceReader
-
- getSequenceAsString() - Method in class org.biojava.nbio.core.sequence.storage.BitSequenceReader
-
Returns the sequence as a String
- getSequenceAsString() - Method in class org.biojava.nbio.core.sequence.storage.JoiningSequenceReader
-
- getSequenceAsString(List<C>, CompoundSet<C>, Integer, Integer, Strand) - Method in class org.biojava.nbio.core.sequence.storage.SequenceAsStringHelper
-
- getSequenceAsString() - Method in class org.biojava.nbio.core.sequence.storage.SingleCompoundSequenceReader
-
- getSequenceAsString(Integer, Integer, Strand) - Method in class org.biojava.nbio.core.sequence.template.AbstractSequence
-
- getSequenceAsString() - Method in class org.biojava.nbio.core.sequence.template.AbstractSequence
-
Default case is to assume strand is positive because only CDSSequence can be either positive or negative Strand.
- getSequenceAsString() - Method in interface org.biojava.nbio.core.sequence.template.Sequence
-
Returns the String representation of the Sequence
- getSequenceAsString() - Method in class org.biojava.nbio.core.sequence.template.SequenceProxyView
-
- getSequenceAsString() - Method in class org.biojava.nbio.core.sequence.views.ComplementSequenceView
-
- getSequenceAsString() - Method in class org.biojava.nbio.core.sequence.views.ReversedSequenceView
-
- getSequenceAsString() - Method in class org.biojava.nbio.core.sequence.views.RnaSequenceView
-
- getSequenceCollection() - Static method in class org.biojava.nbio.core.sequence.SequenceOptimizationHints
-
- getSequenceDescription() - Method in class org.biojava.nbio.core.sequence.io.embl.EmblRecord
-
The DE (Description) lines contain general descriptive information about the
sequence stored.
- getSequenceFromAlignment() - Method in class org.biojava.nbio.core.alignment.SimpleAlignedSequence
-
- getSequenceFromAlignment() - Method in interface org.biojava.nbio.core.alignment.template.AlignedSequence
-
Returns the sequence positions at each alignment index
- getSequenceFromString(String) - Method in class org.biojava.nbio.core.util.SequenceTools
-
- getSequenceHeader() - Method in class org.biojava.nbio.core.sequence.io.embl.EmblRecord
-
The SQ (SeQuence header) line marks the beginning of the sequence data and
Gives a summary of its content.
- getSequenceHeaderParser() - Method in class org.biojava.nbio.core.sequence.io.GenbankSequenceParser
-
- getSequenceIndexAt(int) - Method in class org.biojava.nbio.core.alignment.SimpleAlignedSequence
-
- getSequenceIndexAt(int) - Method in interface org.biojava.nbio.core.alignment.template.AlignedSequence
-
Returns the index in the original
Sequence corresponding to the given index within an alignment.
- getSequenceLength() - Method in class org.biojava.nbio.core.sequence.io.ABITrace
-
Returns the length of the sequence (number of bases) in this trace.
- getSequenceLength() - Method in class org.biojava.nbio.core.sequence.io.embl.EmblId
-
Sequence length The last item on the ID line is the length of the
sequence (the total number of bases in the sequence).
- getSequenceScore() - Method in class org.biojava.nbio.core.sequence.template.AbstractSequence
-
Provide place holder for a metric that indicate a score associated with the sequence
- getSequenceUsage() - Static method in class org.biojava.nbio.core.sequence.SequenceOptimizationHints
-
- getSequenceVersion() - Method in class org.biojava.nbio.core.sequence.io.embl.EmblId
-
return the sequence version
- getShortDescription() - Method in class org.biojava.nbio.core.sequence.features.AbstractFeature
-
- getShortDescription() - Method in class org.biojava.nbio.core.sequence.features.FeatureDbReferenceInfo
-
- getShortDescription() - Method in interface org.biojava.nbio.core.sequence.features.FeatureInterface
-
Get the short description that can be used to describe the feature
- getShortName() - Method in class org.biojava.nbio.core.sequence.compound.CodonCompound
-
- getShortName() - Method in class org.biojava.nbio.core.sequence.compound.NucleotideCompound
-
- getShortName() - Method in class org.biojava.nbio.core.sequence.template.AbstractCompound
-
- getShortName() - Method in interface org.biojava.nbio.core.sequence.template.Compound
-
- getShortName() - Method in class org.biojava.nbio.core.sequence.transcription.CaseInsensitiveCompound
-
- getShortName() - Method in class org.biojava.nbio.core.sequence.transcription.Table.Codon
-
- getSize() - Method in class org.biojava.nbio.core.alignment.SimpleProfile
-
- getSize() - Method in interface org.biojava.nbio.core.alignment.template.Profile
-
Returns the number of rows in this profile.
- getSize() - Method in class org.biojava.nbio.core.sequence.MultipleSequenceAlignment
-
Get the number of sequences in the MSA
- getSize() - Method in interface org.biojava.nbio.core.sequence.template.LightweightProfile
-
Returns the number of rows in this profile.
- getSource() - Method in class org.biojava.nbio.core.sequence.features.AbstractFeature
-
The feature source
- getSource() - Method in class org.biojava.nbio.core.sequence.features.FeatureDbReferenceInfo
-
- getSource() - Method in interface org.biojava.nbio.core.sequence.features.FeatureInterface
-
The source of the feature.
- getSource() - Method in class org.biojava.nbio.core.sequence.template.AbstractSequence
-
Added support for the source of this sequence for GFF3 export
If a sub sequence doesn't have source then check for parent source
- getStart() - Method in class org.biojava.nbio.core.alignment.SimpleAlignedSequence
-
- getStart() - Method in interface org.biojava.nbio.core.alignment.template.AlignedSequence
-
Returns the
Point within an alignment of the first element of the original
Sequence.
- getStart() - Method in interface org.biojava.nbio.core.alignment.template.ProfileView
-
Returns the column index of the viewed
Profile corresponding to the first element in this view
- getStart() - Method in class org.biojava.nbio.core.sequence.edits.Edit.AbstractEdit
-
- getStart() - Method in class org.biojava.nbio.core.sequence.location.template.AbstractLocation
-
- getStart() - Method in interface org.biojava.nbio.core.sequence.location.template.Location
-
Start of the location
- getStartCodonSequence() - Method in class org.biojava.nbio.core.sequence.TranscriptSequence
-
- getStopCodonSequence() - Method in class org.biojava.nbio.core.sequence.TranscriptSequence
-
- getStrand() - Method in class org.biojava.nbio.core.sequence.CDSSequence
-
- getStrand() - Method in class org.biojava.nbio.core.sequence.GeneSequence
-
A gene should have Strand
- getStrand() - Method in class org.biojava.nbio.core.sequence.location.template.AbstractLocation
-
- getStrand() - Method in interface org.biojava.nbio.core.sequence.location.template.Location
-
Strand which the location is located on
- getStrand() - Method in class org.biojava.nbio.core.sequence.TranscriptSequence
-
- getStringForCompound(AminoAcidCompound) - Method in class org.biojava.nbio.core.sequence.compound.AminoAcidCompoundSet
-
- getStringForCompound(C) - Method in class org.biojava.nbio.core.sequence.template.AbstractCompoundSet
-
- getStringForCompound(C) - Method in interface org.biojava.nbio.core.sequence.template.CompoundSet
-
- getStringRepresentation() - Method in enum org.biojava.nbio.core.sequence.Strand
-
- getSubLocations() - Method in class org.biojava.nbio.core.sequence.location.template.AbstractLocation
-
- getSubLocations() - Method in interface org.biojava.nbio.core.sequence.location.template.Location
-
Gives access to the sub locations for this location.
- getSubProfile(Location) - Method in class org.biojava.nbio.core.alignment.SimpleProfile
-
- getSubProfile(Location) - Method in interface org.biojava.nbio.core.alignment.template.Profile
-
- getSubSequence(Integer, Integer) - Method in class org.biojava.nbio.core.alignment.SimpleAlignedSequence
-
- getSubSequence(Integer, Integer) - Method in class org.biojava.nbio.core.sequence.loader.SequenceFileProxyLoader
-
- getSubSequence(Integer, Integer) - Method in class org.biojava.nbio.core.sequence.loader.StringProxySequenceReader
-
- getSubSequence(Integer, Integer) - Method in class org.biojava.nbio.core.sequence.loader.UniprotProxySequenceReader
-
- getSubSequence(Sequence<C>) - Method in class org.biojava.nbio.core.sequence.location.template.AbstractLocation
-
If circular this will return the sequence represented by the sub
locations joined.
- getSubSequence(Sequence<C>) - Method in interface org.biojava.nbio.core.sequence.location.template.Location
-
Will return a SequenceReader object which represents the outer bounds
of this Location
- getSubSequence(Integer, Integer) - Method in class org.biojava.nbio.core.sequence.storage.ArrayListSequenceReader
-
- getSubSequence(int, int) - Method in class org.biojava.nbio.core.sequence.storage.BitSequenceReader
-
Returns a sub sequence view
- getSubSequence(Integer, Integer) - Method in class org.biojava.nbio.core.sequence.storage.BitSequenceReader
-
- getSubSequence(Integer, Integer) - Method in class org.biojava.nbio.core.sequence.storage.JoiningSequenceReader
-
- getSubSequence(Integer, Integer) - Method in class org.biojava.nbio.core.sequence.storage.SingleCompoundSequenceReader
-
- getSubSequence(Integer, Integer) - Method in class org.biojava.nbio.core.sequence.template.AbstractSequence
-
- getSubSequence(Integer, Integer) - Method in interface org.biojava.nbio.core.sequence.template.Sequence
-
Returns a portion of the sequence from the different positions.
- getSubSequence(Integer, Integer) - Method in class org.biojava.nbio.core.sequence.template.SequenceProxyView
-
- getTable(String) - Method in class org.biojava.nbio.core.sequence.io.IUPACParser
-
Returns a table by its name
- getTable(Integer) - Method in class org.biojava.nbio.core.sequence.io.IUPACParser
-
Returns a table by its identifier i.e.
- getTable() - Method in class org.biojava.nbio.core.sequence.transcription.TranscriptionEngine
-
- getTables() - Method in class org.biojava.nbio.core.sequence.io.IUPACParser
-
Returns a list of all available IUPAC tables
- getTarget() - Method in class org.biojava.nbio.core.alignment.SimpleProfilePair
-
- getTarget() - Method in class org.biojava.nbio.core.alignment.SimpleSequencePair
-
- getTarget() - Method in interface org.biojava.nbio.core.alignment.template.ProfilePair
-
Returns the second
Profile of the pair.
- getTarget() - Method in interface org.biojava.nbio.core.alignment.template.SequencePair
-
- getTargetSequence(Sequence<C>) - Method in class org.biojava.nbio.core.sequence.edits.Edit.AbstractEdit
-
Returns the Sequence which is our edit.
- getTaxonomicDivision() - Method in class org.biojava.nbio.core.sequence.io.embl.EmblId
-
- getTaxonomy() - Method in class org.biojava.nbio.core.sequence.template.AbstractSequence
-
- getThreadPool() - Static method in class org.biojava.nbio.core.util.ConcurrencyTools
-
Returns current shared thread pool.
- getThree() - Method in class org.biojava.nbio.core.sequence.compound.CodonCompound
-
- getThree() - Method in class org.biojava.nbio.core.sequence.transcription.Table.CaseInsensitiveTriplet
-
- getThree() - Method in class org.biojava.nbio.core.sequence.transcription.Table.Codon
-
- getThreePrime(Sequence<C>) - Method in class org.biojava.nbio.core.sequence.edits.Edit.AbstractEdit
-
Should return the 3-prime end of the given Sequence according to
the edit.
- getThreePrime(Sequence<C>) - Method in class org.biojava.nbio.core.sequence.edits.Edit.Delete
-
- getThreePrime(Sequence<C>) - Method in class org.biojava.nbio.core.sequence.edits.Edit.Insert
-
- getThreePrime(Sequence<C>) - Method in class org.biojava.nbio.core.sequence.edits.Edit.Substitute
-
- getTitle() - Method in class org.biojava.nbio.core.sequence.reference.AbstractReference
-
The title that retrieved from the Reference section.
- getTitle() - Method in class org.biojava.nbio.core.sequence.reference.GenbankReference
-
- getTitle() - Method in interface org.biojava.nbio.core.sequence.reference.ReferenceInterface
-
Get the title that retrieved from Reference section.
- getToCompoundSet() - Method in class org.biojava.nbio.core.sequence.template.AbstractCompoundTranslator
-
- getTopology() - Method in class org.biojava.nbio.core.sequence.io.embl.EmblId
-
- getTrace(String) - Method in class org.biojava.nbio.core.sequence.io.ABITrace
-
Returns one of the four traces - all of the y-coordinate values,
each of which correspond to a single x-coordinate relative to the
position in the array, so that if element 4 in the array is 972, then
x is 4 and y is 972 for that point.
- getTraceLength() - Method in class org.biojava.nbio.core.sequence.io.ABITrace
-
Returns the length of the trace (number of x-coordinate points in the graph).
- getTranscript(String) - Method in class org.biojava.nbio.core.sequence.GeneSequence
-
Get the transcript sequence by accession
- getTranscripts() - Method in class org.biojava.nbio.core.sequence.GeneSequence
-
Get the collection of transcription sequences assigned to this gene
- getTriplet() - Method in class org.biojava.nbio.core.sequence.transcription.Table.Codon
-
- getTwo() - Method in class org.biojava.nbio.core.sequence.compound.CodonCompound
-
- getTwo() - Method in class org.biojava.nbio.core.sequence.transcription.Table.CaseInsensitiveTriplet
-
- getTwo() - Method in class org.biojava.nbio.core.sequence.transcription.Table.Codon
-
- getType() - Method in class org.biojava.nbio.core.sequence.features.AbstractFeature
-
The feature type
- getType() - Method in class org.biojava.nbio.core.sequence.features.FeatureDbReferenceInfo
-
- getType() - Method in interface org.biojava.nbio.core.sequence.features.FeatureInterface
-
The type of the feature.
- getUnderlyingCompound() - Method in class org.biojava.nbio.core.sequence.transcription.CaseInsensitiveCompound
-
- getUniprotbaseURL() - Static method in class org.biojava.nbio.core.sequence.loader.UniprotProxySequenceReader
-
The current UniProt URL to deal with caching issues.
- getUniprotDirectoryCache() - Static method in class org.biojava.nbio.core.sequence.loader.UniprotProxySequenceReader
-
Local directory cache of XML that can be downloaded
- getUpperedBase() - Method in class org.biojava.nbio.core.sequence.template.AbstractCompound
-
- getUserCollection() - Method in class org.biojava.nbio.core.sequence.template.AbstractSequence
-
Provided for convince if the developer needs to associate data with a sequence
- getUserObject() - Method in class org.biojava.nbio.core.sequence.features.AbstractFeature
-
- getUserObject() - Method in class org.biojava.nbio.core.sequence.features.FeatureDbReferenceInfo
-
- getUserObject() - Method in interface org.biojava.nbio.core.sequence.features.FeatureInterface
-
- getValue(AminoAcidCompound, AminoAcidCompound) - Method in class org.biojava.nbio.core.alignment.matrices.ScaledSubstitutionMatrix
-
- getValue(C, C) - Method in class org.biojava.nbio.core.alignment.matrices.SimpleSubstitutionMatrix
-
- getValue(C, C) - Method in interface org.biojava.nbio.core.alignment.template.SubstitutionMatrix
-
Returns value in matrix for conversion from first
Compound to the second.
- getValue() - Method in class org.biojava.nbio.core.sequence.features.Qualifier
-
- getValue() - Method in class org.biojava.nbio.core.util.CRC64Checksum
-
- getVersion() - Method in class org.biojava.nbio.core.search.io.Result
-
- getVersion() - Method in class org.biojava.nbio.core.sequence.AccessionID
-
- getViewedProfile() - Method in interface org.biojava.nbio.core.alignment.template.ProfileView
-
Returns the entire
Profile being viewed
- getViewedSequence() - Method in class org.biojava.nbio.core.sequence.template.SequenceProxyView
-
- getViewedSequence() - Method in interface org.biojava.nbio.core.sequence.template.SequenceView
-
- getWindowSize() - Method in class org.biojava.nbio.core.sequence.views.WindowedSequence
-
Access the current window size
- GroupLocation(List) - Constructor for class org.biojava.nbio.core.sequence.location.InsdcLocations.GroupLocation
-
- GroupLocation(Location...) - Constructor for class org.biojava.nbio.core.sequence.location.InsdcLocations.GroupLocation
-
- GroupLocation(Point, Point, Strand, boolean, Location...) - Constructor for class org.biojava.nbio.core.sequence.location.InsdcLocations.GroupLocation
-
- GroupLocation(Point, Point, Strand, Location...) - Constructor for class org.biojava.nbio.core.sequence.location.InsdcLocations.GroupLocation
-
- GroupLocation(int, int, Strand, Location...) - Constructor for class org.biojava.nbio.core.sequence.location.InsdcLocations.GroupLocation
-
- GroupLocation(Point, Point, Strand, boolean, List<Location>) - Constructor for class org.biojava.nbio.core.sequence.location.InsdcLocations.GroupLocation
-
- GroupLocation(Point, Point, Strand, List<Location>) - Constructor for class org.biojava.nbio.core.sequence.location.InsdcLocations.GroupLocation
-
- GroupLocation(int, int, Strand, List<Location>) - Constructor for class org.biojava.nbio.core.sequence.location.InsdcLocations.GroupLocation
-
- GZIP_MAGIC - Static variable in class org.biojava.nbio.core.util.InputStreamProvider
-
The magic number found at the start of a GZIP stream.
- ScaledSubstitutionMatrix - Class in org.biojava.nbio.core.alignment.matrices
-
The biojava-alignment module represents substitution matrices with short
values.
- ScaledSubstitutionMatrix() - Constructor for class org.biojava.nbio.core.alignment.matrices.ScaledSubstitutionMatrix
-
- SearchIO - Class in org.biojava.nbio.core.search.io
-
Designed by Paolo Pavan.
- SearchIO(File) - Constructor for class org.biojava.nbio.core.search.io.SearchIO
-
Build a SearchIO reader and tries to select the appropriate parser inspecting
file extension.
- SearchIO(File, ResultFactory) - Constructor for class org.biojava.nbio.core.search.io.SearchIO
-
Build a SearchIO reader and specify a ResultFactory object to be used
for parsing
- SearchIO(File, ResultFactory, double) - Constructor for class org.biojava.nbio.core.search.io.SearchIO
-
Build a SearchIO reader, specify a ResultFactory object to be used for parsing
and filter hsp retrieved by a e-value threshold.
- SECTIONKEYNULL - Static variable in class org.biojava.nbio.core.exceptions.Messages
-
- sectp - Static variable in class org.biojava.nbio.core.sequence.io.GenbankSequenceParser
-
- SEED - Static variable in class org.biojava.nbio.core.util.Hashcoder
-
An initial value for a hashCode, to which we add
contributions from fields.
- selectElements(Element, String) - Static method in class org.biojava.nbio.core.util.XMLHelper
-
- selectParentElement(Element, String) - Static method in class org.biojava.nbio.core.util.XMLHelper
-
- selectSingleElement(Element, String) - Static method in class org.biojava.nbio.core.util.XMLHelper
-
- seqArraySize(int) - Method in class org.biojava.nbio.core.sequence.storage.BitSequenceReader.BitArrayWorker
-
- Sequence<C extends Compound> - Interface in org.biojava.nbio.core.sequence.template
-
Main interface for defining a collection of Compounds and accessing them
using biological indexes
- SequenceAsStringHelper<C extends Compound> - Class in org.biojava.nbio.core.sequence.storage
-
This is a common method that can be used across multiple storage/proxy implementations to
handle Negative strand and other interesting elements of sequence data.
- SequenceAsStringHelper() - Constructor for class org.biojava.nbio.core.sequence.storage.SequenceAsStringHelper
-
- SequenceComparator - Class in org.biojava.nbio.core.sequence
-
Used to sort sequences
- SequenceComparator() - Constructor for class org.biojava.nbio.core.sequence.SequenceComparator
-
- SequenceCreatorInterface<C extends Compound> - Interface in org.biojava.nbio.core.sequence.io.template
-
- sequenceEquality(Sequence<C>, Sequence<C>) - Static method in class org.biojava.nbio.core.sequence.template.SequenceMixin
-
A case-sensitive manner of comparing two sequence objects together.
- sequenceEqualityIgnoreCase(Sequence<C>, Sequence<C>) - Static method in class org.biojava.nbio.core.sequence.template.SequenceMixin
-
A case-insensitive manner of comparing two sequence objects together.
- SequenceFileProxyLoader<C extends Compound> - Class in org.biojava.nbio.core.sequence.loader
-
This class represents the storage container of a sequence stored in a fasta file where
the initial parsing of the file we store the offset and length of the sequence.
- SequenceFileProxyLoader(File, SequenceParserInterface, long, int, CompoundSet<C>) - Constructor for class org.biojava.nbio.core.sequence.loader.SequenceFileProxyLoader
-
- SequenceHeaderParserInterface<S extends Sequence<?>,C extends Compound> - Interface in org.biojava.nbio.core.sequence.io.template
-
- SequenceIterator(Sequence<C>) - Constructor for class org.biojava.nbio.core.sequence.template.SequenceMixin.SequenceIterator
-
- SequenceLocation<S extends AbstractSequence<C>,C extends Compound> - Class in org.biojava.nbio.core.sequence.location
-
A location in a sequence that keeps a reference to its parent sequence
- SequenceLocation(int, int, S) - Constructor for class org.biojava.nbio.core.sequence.location.SequenceLocation
-
- SequenceLocation(int, int, S, Strand, boolean, List<Location>) - Constructor for class org.biojava.nbio.core.sequence.location.SequenceLocation
-
- SequenceLocation(int, int, S, Strand) - Constructor for class org.biojava.nbio.core.sequence.location.SequenceLocation
-
- SequenceLocation(Point, Point, S, Strand) - Constructor for class org.biojava.nbio.core.sequence.location.SequenceLocation
-
- SequenceMixin - Class in org.biojava.nbio.core.sequence.template
-
Provides a set of static methods to be used as static imports when needed
across multiple Sequence implementations but inheritance gets in the way.
- SequenceMixin() - Constructor for class org.biojava.nbio.core.sequence.template.SequenceMixin
-
- SequenceMixin.SequenceIterator<C extends Compound> - Class in org.biojava.nbio.core.sequence.template
-
A basic sequence iterator which iterates over the given Sequence by
biological index.
- SequenceOptimizationHints - Class in org.biojava.nbio.core.sequence
-
A static class that provides optimization hints for memory or performance handling of sequence data.
- SequenceOptimizationHints() - Constructor for class org.biojava.nbio.core.sequence.SequenceOptimizationHints
-
- SequenceOptimizationHints.SequenceCollection - Enum in org.biojava.nbio.core.sequence
-
- SequenceOptimizationHints.SequenceUsage - Enum in org.biojava.nbio.core.sequence
-
- SequencePair<S extends Sequence<C>,C extends Compound> - Interface in org.biojava.nbio.core.alignment.template
-
Defines a data structure for the results of pairwise sequence alignment.
- SequenceParserInterface - Interface in org.biojava.nbio.core.sequence.io.template
-
- SequenceProxyView<C extends Compound> - Class in org.biojava.nbio.core.sequence.template
-
- SequenceProxyView() - Constructor for class org.biojava.nbio.core.sequence.template.SequenceProxyView
-
- SequenceProxyView(Sequence<C>) - Constructor for class org.biojava.nbio.core.sequence.template.SequenceProxyView
-
- SequenceProxyView(Sequence<C>, Integer, Integer) - Constructor for class org.biojava.nbio.core.sequence.template.SequenceProxyView
-
Main constructor for working with SequenceProxyViews
- SequenceReader<C extends Compound> - Interface in org.biojava.nbio.core.sequence.template
-
- SequenceTools - Class in org.biojava.nbio.core.util
-
- SequenceTools() - Constructor for class org.biojava.nbio.core.util.SequenceTools
-
- SequenceView<C extends Compound> - Interface in org.biojava.nbio.core.sequence.template
-
- setAAIndexProvider(AAIndexProvider) - Static method in class org.biojava.nbio.core.alignment.matrices.AAindexFactory
-
- setAccession(String) - Method in class org.biojava.nbio.core.sequence.io.GenericGenbankHeaderParser
-
The last accession passed to this routine will always be the one used.
- setAccession(AccessionID) - Method in class org.biojava.nbio.core.sequence.location.template.AbstractLocation
-
- setAccession(AccessionID) - Method in class org.biojava.nbio.core.sequence.template.AbstractSequence
-
- setAccessionNumber(List<String>) - Method in class org.biojava.nbio.core.sequence.io.embl.EmblRecord
-
- setAnnotationType(AbstractSequence.AnnotationType) - Method in class org.biojava.nbio.core.sequence.template.AbstractSequence
-
- setAssemblyHeader(String) - Method in class org.biojava.nbio.core.sequence.io.embl.EmblRecord
-
- setAssemblyInformation(String) - Method in class org.biojava.nbio.core.sequence.io.embl.EmblRecord
-
- setAuthors(String) - Method in class org.biojava.nbio.core.sequence.reference.AbstractReference
-
Set The authors are a list of Inventors that retrieved from the Reference section.
- setAuthors(String) - Method in class org.biojava.nbio.core.sequence.reference.GenbankReference
-
- setAuthors(String) - Method in interface org.biojava.nbio.core.sequence.reference.ReferenceInterface
-
Set the authors that retrieved from Reference section.
- setBetweenCompounds(boolean) - Method in class org.biojava.nbio.core.sequence.location.template.AbstractLocation
-
- setBioBegin(Integer) - Method in class org.biojava.nbio.core.sequence.template.AbstractSequence
-
- setBioEnd(Integer) - Method in class org.biojava.nbio.core.sequence.template.AbstractSequence
-
- setBioEnd(Integer) - Method in class org.biojava.nbio.core.sequence.template.SequenceProxyView
-
- setBioStart(Integer) - Method in class org.biojava.nbio.core.sequence.template.SequenceProxyView
-
- setChildrenFeatures(List<FeatureInterface<S, C>>) - Method in class org.biojava.nbio.core.sequence.features.AbstractFeature
-
Set the children features
- setChildrenFeatures(List<FeatureInterface<S, C>>) - Method in class org.biojava.nbio.core.sequence.features.FeatureDbReferenceInfo
-
- setChildrenFeatures(List<FeatureInterface<S, C>>) - Method in interface org.biojava.nbio.core.sequence.features.FeatureInterface
-
Set the children features
- setChromosomeNumber(int) - Method in class org.biojava.nbio.core.sequence.ChromosomeSequence
-
- setCircular(boolean) - Method in class org.biojava.nbio.core.sequence.location.template.AbstractLocation
-
- setCols(List<AminoAcidCompound>) - Method in class org.biojava.nbio.core.alignment.matrices.ScaledSubstitutionMatrix
-
- setComment(String) - Method in class org.biojava.nbio.core.sequence.io.GenericGenbankHeaderParser
- setComments(List<String>) - Method in class org.biojava.nbio.core.sequence.template.AbstractSequence
-
Set comments.
- setComplexFeaturesAppendMode(InsdcParser.complexFeaturesAppendEnum) - Method in class org.biojava.nbio.core.sequence.location.InsdcParser
-
- setCompoundAt(char, int) - Method in class org.biojava.nbio.core.sequence.storage.BitSequenceReader.BitArrayWorker
-
Converts from char to Compound and sets it at the given biological index
- setCompoundAt(C, int) - Method in class org.biojava.nbio.core.sequence.storage.BitSequenceReader.BitArrayWorker
-
Sets the compound at the specified biological index
- setCompoundSet(CompoundSet<C>) - Method in class org.biojava.nbio.core.sequence.loader.SequenceFileProxyLoader
-
- setCompoundSet(CompoundSet<C>) - Method in class org.biojava.nbio.core.sequence.loader.StringProxySequenceReader
-
- setCompoundSet(CompoundSet<C>) - Method in class org.biojava.nbio.core.sequence.loader.UniprotProxySequenceReader
-
- setCompoundSet(CompoundSet<C>) - Method in class org.biojava.nbio.core.sequence.storage.ArrayListSequenceReader
-
- setCompoundSet(CompoundSet<C>) - Method in class org.biojava.nbio.core.sequence.storage.BitSequenceReader
-
Class is immutable & so this is unsupported
- setCompoundSet(CompoundSet<C>) - Method in class org.biojava.nbio.core.sequence.storage.JoiningSequenceReader
-
- setCompoundSet(CompoundSet<C>) - Method in class org.biojava.nbio.core.sequence.storage.SingleCompoundSequenceReader
-
Unsupported
- setCompoundSet(CompoundSet<C>) - Method in class org.biojava.nbio.core.sequence.template.AbstractSequence
-
- setCompoundSet(CompoundSet<C>) - Method in interface org.biojava.nbio.core.sequence.template.SequenceReader
-
- setCompoundSet(CompoundSet<NucleotideCompound>) - Method in class org.biojava.nbio.core.sequence.views.RnaSequenceView
-
- setConstructedSequence(String) - Method in class org.biojava.nbio.core.sequence.io.embl.EmblRecord
-
- setContents(String) - Method in class org.biojava.nbio.core.sequence.loader.SequenceFileProxyLoader
-
- setContents(String) - Method in class org.biojava.nbio.core.sequence.loader.StringProxySequenceReader
-
- setContents(String, ArrayList) - Method in class org.biojava.nbio.core.sequence.loader.StringProxySequenceReader
-
- setContents(String) - Method in class org.biojava.nbio.core.sequence.loader.UniprotProxySequenceReader
-
Once the sequence is retrieved set the contents and make sure everything this is valid
- setContents(String) - Method in class org.biojava.nbio.core.sequence.storage.ArrayListSequenceReader
-
- setContents(List<C>) - Method in class org.biojava.nbio.core.sequence.storage.ArrayListSequenceReader
-
- setContents(String) - Method in class org.biojava.nbio.core.sequence.storage.BitSequenceReader
-
Class is immutable & so this is unsupported
- setContents(String) - Method in class org.biojava.nbio.core.sequence.storage.JoiningSequenceReader
-
- setContents(String) - Method in class org.biojava.nbio.core.sequence.storage.SingleCompoundSequenceReader
-
Unsupported
- setContents(String) - Method in interface org.biojava.nbio.core.sequence.template.SequenceReader
-
- setContents(String) - Method in class org.biojava.nbio.core.sequence.views.RnaSequenceView
-
- setCreatedDate(String) - Method in class org.biojava.nbio.core.sequence.io.embl.EmblRecord
-
- setDatabase(String) - Method in class org.biojava.nbio.core.sequence.features.DBReferenceInfo
-
- setDatabaseCrossReference(String) - Method in class org.biojava.nbio.core.sequence.io.embl.EmblRecord
-
- setDatabaseReferences(List<Sequence>) - Method in class org.biojava.nbio.core.search.io.blast.BlastTabularParser
-
Intended for use with run module.
- setDatabaseReferences(List<Sequence>) - Method in class org.biojava.nbio.core.search.io.blast.BlastXMLParser
-
- setDatabaseReferences(List<Sequence>) - Method in interface org.biojava.nbio.core.search.io.ResultFactory
-
Specify the collection of sequences objects used as database in the Search run.
- setDatabaseReferences(DatabaseReferenceInterface) - Method in class org.biojava.nbio.core.sequence.template.AbstractSequence
-
- setDbFile(String) - Method in class org.biojava.nbio.core.search.io.blast.BlastResultBuilder
-
- setDescription(String) - Method in class org.biojava.nbio.core.alignment.matrices.ScaledSubstitutionMatrix
-
- setDescription(String) - Method in class org.biojava.nbio.core.alignment.matrices.SimpleSubstitutionMatrix
-
- setDescription(String) - Method in interface org.biojava.nbio.core.alignment.template.SubstitutionMatrix
-
Sets the description of this matrix.
- setDescription(String) - Method in class org.biojava.nbio.core.sequence.compound.CodonCompound
-
- setDescription(String) - Method in class org.biojava.nbio.core.sequence.features.AbstractFeature
-
- setDescription(String) - Method in class org.biojava.nbio.core.sequence.features.FeatureDbReferenceInfo
-
- setDescription(String) - Method in interface org.biojava.nbio.core.sequence.features.FeatureInterface
-
Set the description that can be used to describe the feature
- setDescription(String) - Method in class org.biojava.nbio.core.sequence.io.GenericGenbankHeaderParser
- setDescription(String) - Method in class org.biojava.nbio.core.sequence.template.AbstractCompound
-
- setDescription(String) - Method in class org.biojava.nbio.core.sequence.template.AbstractSequence
-
- setDescription(String) - Method in interface org.biojava.nbio.core.sequence.template.Compound
-
- setDescription(String) - Method in class org.biojava.nbio.core.sequence.transcription.CaseInsensitiveCompound
-
- setDescription(String) - Method in class org.biojava.nbio.core.sequence.transcription.Table.Codon
-
- setDNAType(DNASequence.DNAType) - Method in class org.biojava.nbio.core.sequence.DNASequence
-
- setEmblId(EmblId) - Method in class org.biojava.nbio.core.sequence.io.embl.EmblRecord
-
- setEmblReference(List<EmblReference>) - Method in class org.biojava.nbio.core.sequence.io.embl.EmblRecord
-
- setEnd(Point) - Method in class org.biojava.nbio.core.sequence.location.template.AbstractLocation
-
- setFeatureHeader(String) - Method in class org.biojava.nbio.core.sequence.io.embl.EmblRecord
-
- setFeatureRetriever(FeatureRetriever) - Method in class org.biojava.nbio.core.sequence.template.AbstractSequence
-
- setFeaturesKeyWord(FeaturesKeyWordInterface) - Method in class org.biojava.nbio.core.sequence.template.AbstractSequence
-
- setFeatureTable(String) - Method in class org.biojava.nbio.core.sequence.io.embl.EmblRecord
-
- setFile(File) - Method in class org.biojava.nbio.core.search.io.blast.BlastTabularParser
-
- setFile(File) - Method in class org.biojava.nbio.core.search.io.blast.BlastXMLParser
-
- setFile(File) - Method in interface org.biojava.nbio.core.search.io.ResultFactory
-
- setGenbankDirectoryCache(String) - Method in class org.biojava.nbio.core.sequence.loader.GenbankProxySequenceReader
-
- setHitAccession(String) - Method in class org.biojava.nbio.core.search.io.blast.BlastHitBuilder
-
- setHitDef(String) - Method in class org.biojava.nbio.core.search.io.blast.BlastHitBuilder
-
- setHitId(String) - Method in class org.biojava.nbio.core.search.io.blast.BlastHitBuilder
-
- setHitLen(int) - Method in class org.biojava.nbio.core.search.io.blast.BlastHitBuilder
-
- setHitNum(int) - Method in class org.biojava.nbio.core.search.io.blast.BlastHitBuilder
-
- setHits(List<Hit>) - Method in class org.biojava.nbio.core.search.io.blast.BlastResultBuilder
-
- setHitSequence(Sequence) - Method in class org.biojava.nbio.core.search.io.blast.BlastHitBuilder
-
- setHspAlignLen(int) - Method in class org.biojava.nbio.core.search.io.blast.BlastHspBuilder
-
- setHspBitScore(double) - Method in class org.biojava.nbio.core.search.io.blast.BlastHspBuilder
-
- setHspEvalue(double) - Method in class org.biojava.nbio.core.search.io.blast.BlastHspBuilder
-
- setHspGaps(int) - Method in class org.biojava.nbio.core.search.io.blast.BlastHspBuilder
-
- setHspHitFrame(int) - Method in class org.biojava.nbio.core.search.io.blast.BlastHspBuilder
-
- setHspHitFrom(int) - Method in class org.biojava.nbio.core.search.io.blast.BlastHspBuilder
-
- setHspHitTo(int) - Method in class org.biojava.nbio.core.search.io.blast.BlastHspBuilder
-
- setHspHseq(String) - Method in class org.biojava.nbio.core.search.io.blast.BlastHspBuilder
-
- setHspIdentity(int) - Method in class org.biojava.nbio.core.search.io.blast.BlastHspBuilder
-
- setHspIdentityString(String) - Method in class org.biojava.nbio.core.search.io.blast.BlastHspBuilder
-
- setHspNum(int) - Method in class org.biojava.nbio.core.search.io.blast.BlastHspBuilder
-
- setHspPositive(int) - Method in class org.biojava.nbio.core.search.io.blast.BlastHspBuilder
-
- setHspQseq(String) - Method in class org.biojava.nbio.core.search.io.blast.BlastHspBuilder
-
- setHspQueryFrame(int) - Method in class org.biojava.nbio.core.search.io.blast.BlastHspBuilder
-
- setHspQueryFrom(int) - Method in class org.biojava.nbio.core.search.io.blast.BlastHspBuilder
-
- setHspQueryTo(int) - Method in class org.biojava.nbio.core.search.io.blast.BlastHspBuilder
-
- setHsps(List<Hsp>) - Method in class org.biojava.nbio.core.search.io.blast.BlastHitBuilder
-
- setHspScore(int) - Method in class org.biojava.nbio.core.search.io.blast.BlastHspBuilder
-
- setId(String) - Method in class org.biojava.nbio.core.sequence.features.DBReferenceInfo
-
- setIdentifier(String) - Method in class org.biojava.nbio.core.sequence.AccessionID
-
- setIdentifier(String) - Method in class org.biojava.nbio.core.sequence.io.GenericGenbankHeaderParser
- setIterationNumber(int) - Method in class org.biojava.nbio.core.search.io.blast.BlastResultBuilder
-
- setJournal(String) - Method in class org.biojava.nbio.core.sequence.reference.AbstractReference
-
Set The journal usually contains the Publication Number, Publication Date and Assignee
- setJournal(String) - Method in class org.biojava.nbio.core.sequence.reference.GenbankReference
-
- setJournal(String) - Method in interface org.biojava.nbio.core.sequence.reference.ReferenceInterface
-
Set the journal that retrieved from Reference section.
- setKeyword(List<String>) - Method in class org.biojava.nbio.core.sequence.io.embl.EmblRecord
-
- setLastUpdatedDate(String) - Method in class org.biojava.nbio.core.sequence.io.embl.EmblRecord
-
- setLineLength(int) - Method in class org.biojava.nbio.core.sequence.io.FastaGeneWriter
-
- setLineLength(int) - Method in class org.biojava.nbio.core.sequence.io.FastaWriter
-
- setLineLength(int) - Method in class org.biojava.nbio.core.sequence.io.GenbankWriter
-
- setLineSeparator(String) - Method in class org.biojava.nbio.core.sequence.io.FastaWriter
-
Allow an override of operating system line separator for programs that needs a specific CRLF or CR or LF option
- setLocation(AbstractLocation) - Method in class org.biojava.nbio.core.sequence.features.AbstractFeature
-
A feature could be a single sequence position like a mutation or a post translational modification of an amino acid.
- setLocation(AbstractLocation) - Method in class org.biojava.nbio.core.sequence.features.FeatureDbReferenceInfo
-
- setLocation(AbstractLocation) - Method in interface org.biojava.nbio.core.sequence.features.FeatureInterface
-
The new location for this feature.
- setLocationInAlignment(Location) - Method in interface org.biojava.nbio.core.alignment.template.MutableAlignedSequence
-
- setLongName(String) - Method in class org.biojava.nbio.core.sequence.compound.CodonCompound
-
- setLongName(String) - Method in class org.biojava.nbio.core.sequence.template.AbstractCompound
-
- setLongName(String) - Method in interface org.biojava.nbio.core.sequence.template.Compound
-
- setLongName(String) - Method in class org.biojava.nbio.core.sequence.transcription.CaseInsensitiveCompound
-
- setLongName(String) - Method in class org.biojava.nbio.core.sequence.transcription.Table.Codon
-
- setLowercaseToNull(ProteinSequence, Object[]) - Static method in class org.biojava.nbio.core.sequence.io.CasePreservingProteinSequenceCreator
-
- setMatrix(short[][]) - Method in class org.biojava.nbio.core.alignment.matrices.ScaledSubstitutionMatrix
-
- setMax(short) - Method in class org.biojava.nbio.core.alignment.matrices.ScaledSubstitutionMatrix
-
- setMin(short) - Method in class org.biojava.nbio.core.alignment.matrices.ScaledSubstitutionMatrix
-
- setMismatchCount(Integer) - Method in class org.biojava.nbio.core.search.io.blast.BlastHspBuilder
-
- setMolecularWeight(Float) - Method in class org.biojava.nbio.core.sequence.compound.CodonCompound
-
- setMolecularWeight(Float) - Method in class org.biojava.nbio.core.sequence.template.AbstractCompound
-
- setMolecularWeight(Float) - Method in interface org.biojava.nbio.core.sequence.template.Compound
-
- setMolecularWeight(Float) - Method in class org.biojava.nbio.core.sequence.transcription.CaseInsensitiveCompound
-
- setMolecularWeight(Float) - Method in class org.biojava.nbio.core.sequence.transcription.Table.Codon
-
- setName(String) - Method in class org.biojava.nbio.core.alignment.matrices.ScaledSubstitutionMatrix
-
- setName(String) - Method in class org.biojava.nbio.core.alignment.matrices.SimpleSubstitutionMatrix
-
- setName(String) - Method in interface org.biojava.nbio.core.alignment.template.SubstitutionMatrix
-
Sets the name (short description) of this matrix.
- setName(String) - Method in class org.biojava.nbio.core.sequence.features.Qualifier
-
- setName(String) - Method in class org.biojava.nbio.core.sequence.io.GenericGenbankHeaderParser
- setNeedsQuotes(boolean) - Method in class org.biojava.nbio.core.sequence.features.Qualifier
-
- setNotesList(ArrayList<String>) - Method in class org.biojava.nbio.core.sequence.template.AbstractSequence
-
- setOrGanelle(String) - Method in class org.biojava.nbio.core.sequence.io.embl.EmblRecord
-
- setOrganismClassification(String) - Method in class org.biojava.nbio.core.sequence.io.embl.EmblRecord
-
- setOrganismSpecies(String) - Method in class org.biojava.nbio.core.sequence.io.embl.EmblRecord
-
- setOriginalHeader(String) - Method in class org.biojava.nbio.core.sequence.template.AbstractSequence
-
- setPair(Profile<S, C>, Profile<S, C>) - Method in interface org.biojava.nbio.core.alignment.template.MutableProfilePair
-
- setPair(AlignedSequence<S, C>, AlignedSequence<S, C>) - Method in interface org.biojava.nbio.core.alignment.template.MutableSequencePair
-
- setParentDNASequence(AbstractSequence<NucleotideCompound>, Integer, Integer) - Method in class org.biojava.nbio.core.sequence.ProteinSequence
-
A Protein sequence can be stand alone or loaded from a transcript
sequence.
- setParentFeature(FeatureInterface<S, C>) - Method in class org.biojava.nbio.core.sequence.features.AbstractFeature
-
A feature can be the child or contained by a parent feature.
- setParentFeature(FeatureInterface<S, C>) - Method in class org.biojava.nbio.core.sequence.features.FeatureDbReferenceInfo
-
- setParentFeature(FeatureInterface<S, C>) - Method in interface org.biojava.nbio.core.sequence.features.FeatureInterface
-
Set the parent feature
- setParentSequence(AbstractSequence<?>) - Method in class org.biojava.nbio.core.sequence.template.AbstractSequence
-
- setParsingConsistency(BlastTabularParser.PARSING_CONSISTENCY) - Method in class org.biojava.nbio.core.search.io.blast.BlastTabularParser
-
Tries to define a different level of consistency during parsing.
- setPartialOn3prime(boolean) - Method in class org.biojava.nbio.core.sequence.location.template.AbstractLocation
-
- setPartialOn5prime(boolean) - Method in class org.biojava.nbio.core.sequence.location.template.AbstractLocation
-
- setPercentageIdentity(Double) - Method in class org.biojava.nbio.core.search.io.blast.BlastHspBuilder
-
- setPosition(int) - Method in class org.biojava.nbio.core.sequence.location.SimplePoint
-
- setProgram(String) - Method in class org.biojava.nbio.core.search.io.blast.BlastResultBuilder
-
- setProgramSpecificParameters(HashMap<String, String>) - Method in class org.biojava.nbio.core.search.io.blast.BlastResultBuilder
-
- setProjectIdentifier(String) - Method in class org.biojava.nbio.core.sequence.io.embl.EmblRecord
-
- setProperties(LinkedHashMap<String, String>) - Method in class org.biojava.nbio.core.sequence.features.DBReferenceInfo
-
- setProxySequenceReader(SequenceReader<C>) - Method in class org.biojava.nbio.core.sequence.template.AbstractSequence
-
Very important method that allows external mappings of sequence data and features.
- setQualifiers(Map<String, List<Qualifier>>) - Method in class org.biojava.nbio.core.sequence.features.AbstractFeature
-
- setQualifiers(Map<String, List<Qualifier>>) - Method in class org.biojava.nbio.core.sequence.features.FeatureDbReferenceInfo
-
- setQualifiers(Map<String, List<Qualifier>>) - Method in interface org.biojava.nbio.core.sequence.features.FeatureInterface
-
Set the qualifiers
- setQualities(List<Number>) - Method in class org.biojava.nbio.core.sequence.features.QualityFeature
-
- setQuantities(List<Number>) - Method in class org.biojava.nbio.core.sequence.features.QuantityFeature
-
- setQuery(Profile<S, C>) - Method in interface org.biojava.nbio.core.alignment.template.MutableProfilePair
-
Sets the first
Profile of the pair.
- setQuery(AlignedSequence<S, C>) - Method in interface org.biojava.nbio.core.alignment.template.MutableSequencePair
-
- setQueryDef(String) - Method in class org.biojava.nbio.core.search.io.blast.BlastResultBuilder
-
- setQueryID(String) - Method in class org.biojava.nbio.core.search.io.blast.BlastResultBuilder
-
- setQueryLength(int) - Method in class org.biojava.nbio.core.search.io.blast.BlastResultBuilder
-
- setQueryReferences(List<Sequence>) - Method in class org.biojava.nbio.core.search.io.blast.BlastTabularParser
-
Intended for use with run module.
- setQueryReferences(List<Sequence>) - Method in class org.biojava.nbio.core.search.io.blast.BlastXMLParser
-
- setQueryReferences(List<Sequence>) - Method in interface org.biojava.nbio.core.search.io.ResultFactory
-
Specify the collection of sequences objects used as queries in the Search run.
- setQuerySequence(Sequence) - Method in class org.biojava.nbio.core.search.io.blast.BlastResultBuilder
-
- setReference(String) - Method in class org.biojava.nbio.core.search.io.blast.BlastResultBuilder
-
- setReferenceAuthor(String) - Method in class org.biojava.nbio.core.sequence.io.embl.EmblReference
-
- setReferenceComment(String) - Method in class org.biojava.nbio.core.sequence.io.embl.EmblReference
-
- setReferenceCrossReference(String) - Method in class org.biojava.nbio.core.sequence.io.embl.EmblReference
-
- setReferenceGroup(String) - Method in class org.biojava.nbio.core.sequence.io.embl.EmblReference
-
- setReferenceLocation(String) - Method in class org.biojava.nbio.core.sequence.io.embl.EmblReference
-
- setReferenceNumber(String) - Method in class org.biojava.nbio.core.sequence.io.embl.EmblReference
-
- setReferencePosition(String) - Method in class org.biojava.nbio.core.sequence.io.embl.EmblReference
-
- setReferences(List<AbstractReference>) - Method in class org.biojava.nbio.core.sequence.template.AbstractSequence
-
- setReferenceTitle(String) - Method in class org.biojava.nbio.core.sequence.io.embl.EmblReference
-
- setRows(List<AminoAcidCompound>) - Method in class org.biojava.nbio.core.alignment.matrices.ScaledSubstitutionMatrix
-
- setScale(int) - Method in class org.biojava.nbio.core.alignment.matrices.ScaledSubstitutionMatrix
-
- setSequence(Sequence<C>) - Method in class org.biojava.nbio.core.sequence.edits.Edit.AbstractEdit
-
- setSequence(String) - Method in class org.biojava.nbio.core.sequence.io.embl.EmblRecord
-
- setSequence(S) - Method in class org.biojava.nbio.core.sequence.location.SequenceLocation
-
- setSequenceCollection(SequenceOptimizationHints.SequenceCollection) - Static method in class org.biojava.nbio.core.sequence.SequenceOptimizationHints
-
- setSequenceDescription(String) - Method in class org.biojava.nbio.core.sequence.io.embl.EmblRecord
-
- setSequenceHeader(String) - Method in class org.biojava.nbio.core.sequence.io.embl.EmblRecord
-
- setSequences(List<AlignedSequence<S, C>>) - Method in interface org.biojava.nbio.core.alignment.template.MutableProfile
-
- setSequenceScore(Double) - Method in class org.biojava.nbio.core.sequence.template.AbstractSequence
-
- setSequenceUsage(SequenceOptimizationHints.SequenceUsage) - Static method in class org.biojava.nbio.core.sequence.SequenceOptimizationHints
-
- setShortDescription(String) - Method in class org.biojava.nbio.core.sequence.features.AbstractFeature
-
- setShortDescription(String) - Method in class org.biojava.nbio.core.sequence.features.FeatureDbReferenceInfo
-
- setShortDescription(String) - Method in interface org.biojava.nbio.core.sequence.features.FeatureInterface
-
Set the short description that can be used to describe the feature
- setShortName(String) - Method in class org.biojava.nbio.core.sequence.compound.CodonCompound
-
- setShortName(String) - Method in class org.biojava.nbio.core.sequence.template.AbstractCompound
-
- setShortName(String) - Method in interface org.biojava.nbio.core.sequence.template.Compound
-
- setShortName(String) - Method in class org.biojava.nbio.core.sequence.transcription.CaseInsensitiveCompound
-
- setShortName(String) - Method in class org.biojava.nbio.core.sequence.transcription.Table.Codon
-
- setSource(String) - Method in class org.biojava.nbio.core.sequence.features.AbstractFeature
-
Set the feature source
- setSource(String) - Method in class org.biojava.nbio.core.sequence.features.FeatureDbReferenceInfo
-
- setSource(String) - Method in interface org.biojava.nbio.core.sequence.features.FeatureInterface
-
Change the source of the FeatureInterface.
- setSource(String) - Method in class org.biojava.nbio.core.sequence.template.AbstractSequence
-
Added support for the source of this sequence for GFF3 export
- setStart(Point) - Method in class org.biojava.nbio.core.sequence.location.template.AbstractLocation
-
- setStrand(Strand) - Method in class org.biojava.nbio.core.sequence.GeneSequence
-
- setStrand(Strand) - Method in class org.biojava.nbio.core.sequence.location.template.AbstractLocation
-
- setStringSequence(String) - Method in class org.biojava.nbio.core.sequence.edits.Edit.AbstractEdit
-
- setSubLocations(List<Location>) - Method in class org.biojava.nbio.core.sequence.location.template.AbstractLocation
-
- setTarget(Profile<S, C>) - Method in interface org.biojava.nbio.core.alignment.template.MutableProfilePair
-
Sets the second
Profile of the pair.
- setTarget(AlignedSequence<S, C>) - Method in interface org.biojava.nbio.core.alignment.template.MutableSequencePair
-
- setTaxonomy(TaxonomyID) - Method in class org.biojava.nbio.core.sequence.template.AbstractSequence
-
- setThreadPool(ThreadPoolExecutor) - Static method in class org.biojava.nbio.core.util.ConcurrencyTools
-
Sets thread pool to any given
ThreadPoolExecutor to allow use of an alternative execution style.
- setThreadPoolCPUsAvailable(int) - Static method in class org.biojava.nbio.core.util.ConcurrencyTools
-
Sets thread pool to reserve a given number of processor cores for foreground or other use.
- setThreadPoolCPUsFraction(float) - Static method in class org.biojava.nbio.core.util.ConcurrencyTools
-
Sets thread pool to a given fraction of the available processors.
- setThreadPoolDefault() - Static method in class org.biojava.nbio.core.util.ConcurrencyTools
-
Sets thread pool to default of 1 background thread for each processor core.
- setThreadPoolSingle() - Static method in class org.biojava.nbio.core.util.ConcurrencyTools
-
Sets thread pool to a single background thread.
- setThreadPoolSize(int) - Static method in class org.biojava.nbio.core.util.ConcurrencyTools
-
Sets thread pool to given size.
- setTitle(String) - Method in class org.biojava.nbio.core.sequence.reference.AbstractReference
-
Set The title that retrieved from the Reference section.
- setTitle(String) - Method in class org.biojava.nbio.core.sequence.reference.GenbankReference
-
- setTitle(String) - Method in interface org.biojava.nbio.core.sequence.reference.ReferenceInterface
-
Set the title that retrieved from Reference section.
- setType(String) - Method in class org.biojava.nbio.core.sequence.features.AbstractFeature
-
Set the feature type
- setType(String) - Method in class org.biojava.nbio.core.sequence.features.FeatureDbReferenceInfo
-
- setType(String) - Method in interface org.biojava.nbio.core.sequence.features.FeatureInterface
-
Change the type of this feature.
- setUncertain(boolean) - Method in class org.biojava.nbio.core.sequence.location.SimplePoint
-
- setUniprotbaseURL(String) - Static method in class org.biojava.nbio.core.sequence.loader.UniprotProxySequenceReader
-
- setUniprotDirectoryCache(String) - Static method in class org.biojava.nbio.core.sequence.loader.UniprotProxySequenceReader
-
- setUnknown(boolean) - Method in class org.biojava.nbio.core.sequence.location.SimplePoint
-
- setUserCollection(Collection<Object>) - Method in class org.biojava.nbio.core.sequence.template.AbstractSequence
-
- setUserObject(Object) - Method in class org.biojava.nbio.core.sequence.features.AbstractFeature
-
Allow the user to associate an object with the feature.
- setUserObject(Object) - Method in class org.biojava.nbio.core.sequence.features.FeatureDbReferenceInfo
-
- setUserObject(Object) - Method in interface org.biojava.nbio.core.sequence.features.FeatureInterface
-
- setValue(String) - Method in class org.biojava.nbio.core.sequence.features.Qualifier
-
- setVersion(String) - Method in class org.biojava.nbio.core.search.io.blast.BlastResultBuilder
-
- setVersion(Integer) - Method in class org.biojava.nbio.core.sequence.AccessionID
-
- setVersion(int) - Method in class org.biojava.nbio.core.sequence.io.GenericGenbankHeaderParser
- shiftAtAlignmentLocation(Location, int) - Method in interface org.biojava.nbio.core.alignment.template.MutableAlignedSequence
-
- shiftAtSequenceLocation(Location, int) - Method in interface org.biojava.nbio.core.alignment.template.MutableAlignedSequence
-
- shuffle(Sequence<C>) - Static method in class org.biojava.nbio.core.sequence.template.SequenceMixin
-
Implements sequence shuffling by first materializing the given
Sequence into a
List, applying
Collections.shuffle(List) and then returning the shuffled
elements in a new instance of
SequenceBackingStore which behaves
as a
Sequence.
- shutdown() - Static method in class org.biojava.nbio.core.util.ConcurrencyTools
-
Disables new tasks from being submitted and closes the thread pool cleanly.
- shutdownAndAwaitTermination() - Static method in class org.biojava.nbio.core.util.ConcurrencyTools
-
Closes the thread pool.
- SimpleAlignedSequence<S extends Sequence<C>,C extends Compound> - Class in org.biojava.nbio.core.alignment
-
Implements a data structure for a
Sequence within an alignment.
- SimpleAlignedSequence(S, List<AlignedSequence.Step>) - Constructor for class org.biojava.nbio.core.alignment.SimpleAlignedSequence
-
- SimpleAlignedSequence(S, List<AlignedSequence.Step>, int, int) - Constructor for class org.biojava.nbio.core.alignment.SimpleAlignedSequence
-
- SimpleAlignedSequence(AlignedSequence<S, C>, List<AlignedSequence.Step>) - Constructor for class org.biojava.nbio.core.alignment.SimpleAlignedSequence
-
- SimpleAlignedSequence(AlignedSequence<S, C>, List<AlignedSequence.Step>, int, int) - Constructor for class org.biojava.nbio.core.alignment.SimpleAlignedSequence
-
- SimpleLocation - Class in org.biojava.nbio.core.sequence.location
-
Very basic implementation of the Location interface which defines a series
of simple constructors.
- SimpleLocation(int, int) - Constructor for class org.biojava.nbio.core.sequence.location.SimpleLocation
-
- SimpleLocation(Point, Point) - Constructor for class org.biojava.nbio.core.sequence.location.SimpleLocation
-
- SimpleLocation(int, int, Strand) - Constructor for class org.biojava.nbio.core.sequence.location.SimpleLocation
-
- SimpleLocation(int, int, Strand, List<Location>) - Constructor for class org.biojava.nbio.core.sequence.location.SimpleLocation
-
- SimpleLocation(Point, Point, Strand) - Constructor for class org.biojava.nbio.core.sequence.location.SimpleLocation
-
- SimpleLocation(Point, Point, Strand, AccessionID) - Constructor for class org.biojava.nbio.core.sequence.location.SimpleLocation
-
- SimpleLocation(Point, Point, Strand, boolean, AccessionID) - Constructor for class org.biojava.nbio.core.sequence.location.SimpleLocation
-
- SimpleLocation(Point, Point, Strand, boolean, boolean) - Constructor for class org.biojava.nbio.core.sequence.location.SimpleLocation
-
- SimpleLocation(int, int, Strand, Location...) - Constructor for class org.biojava.nbio.core.sequence.location.SimpleLocation
-
- SimpleLocation(Point, Point, Strand, Location...) - Constructor for class org.biojava.nbio.core.sequence.location.SimpleLocation
-
- SimpleLocation(Point, Point, Strand, boolean, Location...) - Constructor for class org.biojava.nbio.core.sequence.location.SimpleLocation
-
- SimpleLocation(Point, Point, Strand, boolean, List<Location>) - Constructor for class org.biojava.nbio.core.sequence.location.SimpleLocation
-
- SimpleLocation(Point, Point, Strand, List<Location>) - Constructor for class org.biojava.nbio.core.sequence.location.SimpleLocation
-
- SimpleLocation(Point, Point, Strand, boolean, boolean, List<Location>) - Constructor for class org.biojava.nbio.core.sequence.location.SimpleLocation
-
- SimplePoint - Class in org.biojava.nbio.core.sequence.location
-
Basic implementation of the Point interface.
- SimplePoint() - Constructor for class org.biojava.nbio.core.sequence.location.SimplePoint
-
- SimplePoint(int) - Constructor for class org.biojava.nbio.core.sequence.location.SimplePoint
-
- SimplePoint(int, boolean, boolean) - Constructor for class org.biojava.nbio.core.sequence.location.SimplePoint
-
- SimpleProfile<S extends Sequence<C>,C extends Compound> - Class in org.biojava.nbio.core.alignment
-
Implements a data structure for the results of sequence alignment.
- SimpleProfile(AlignedSequence<S, C>, AlignedSequence<S, C>) - Constructor for class org.biojava.nbio.core.alignment.SimpleProfile
-
Creates a pair profile for the given already aligned sequences.
- SimpleProfile(S) - Constructor for class org.biojava.nbio.core.alignment.SimpleProfile
-
Creates a profile from a single sequence.
- SimpleProfile(S, S, List<AlignedSequence.Step>, int, int, List<AlignedSequence.Step>, int, int) - Constructor for class org.biojava.nbio.core.alignment.SimpleProfile
-
Creates a pair profile for the given sequences.
- SimpleProfile(Profile<S, C>, Profile<S, C>, List<AlignedSequence.Step>, List<AlignedSequence.Step>) - Constructor for class org.biojava.nbio.core.alignment.SimpleProfile
-
Creates a pair profile for the given profiles.
- SimpleProfile(Collection<AlignedSequence<S, C>>) - Constructor for class org.biojava.nbio.core.alignment.SimpleProfile
-
Creates a profile for the already aligned sequences.
- SimpleProfilePair<S extends Sequence<C>,C extends Compound> - Class in org.biojava.nbio.core.alignment
-
Implements a data structure for the results of the alignment of a pair of
Profiles.
- SimpleProfilePair(Profile<S, C>, Profile<S, C>, List<AlignedSequence.Step>, List<AlignedSequence.Step>) - Constructor for class org.biojava.nbio.core.alignment.SimpleProfilePair
-
Creates a pair profile for the given profiles.
- SimpleSequencePair<S extends Sequence<C>,C extends Compound> - Class in org.biojava.nbio.core.alignment
-
Implements a data structure for the results of pairwise sequence alignment.
- SimpleSequencePair(AlignedSequence<S, C>, AlignedSequence<S, C>) - Constructor for class org.biojava.nbio.core.alignment.SimpleSequencePair
-
Creates a pair profile for the given already aligned sequences.
- SimpleSequencePair(S, S, List<AlignedSequence.Step>, List<AlignedSequence.Step>) - Constructor for class org.biojava.nbio.core.alignment.SimpleSequencePair
-
Creates a pair profile for the given sequences with a global alignment.
- SimpleSequencePair(S, S, List<AlignedSequence.Step>, int, int, List<AlignedSequence.Step>, int, int) - Constructor for class org.biojava.nbio.core.alignment.SimpleSequencePair
-
Creates a pair profile for the given sequences with a local alignment.
- SimpleSubstitutionMatrix<C extends Compound> - Class in org.biojava.nbio.core.alignment.matrices
-
Implements a data structure which holds the score (penalty or bonus) given during alignment for the exchange of one
Compound in a sequence for another.
- SimpleSubstitutionMatrix(CompoundSet<C>, File) - Constructor for class org.biojava.nbio.core.alignment.matrices.SimpleSubstitutionMatrix
-
Creates a substitution matrix by reading in a file.
- SimpleSubstitutionMatrix(CompoundSet<C>, Reader, String) - Constructor for class org.biojava.nbio.core.alignment.matrices.SimpleSubstitutionMatrix
-
Creates a substitution matrix by parsing some input.
- SimpleSubstitutionMatrix(CompoundSet<C>, String, String) - Constructor for class org.biojava.nbio.core.alignment.matrices.SimpleSubstitutionMatrix
-
Creates a substitution matrix by parsing a String.
- SimpleSubstitutionMatrix(CompoundSet<C>, short, short) - Constructor for class org.biojava.nbio.core.alignment.matrices.SimpleSubstitutionMatrix
-
Creates an identity substitution matrix from match and replace values.
- SingleCompoundSequenceReader<C extends Compound> - Class in org.biojava.nbio.core.sequence.storage
-
An implementation of the SequenceReader interface which for every
call will return only 1 compound (given to it during construction; a String
is also valid but will require a CompoundSet).
- SingleCompoundSequenceReader(String, CompoundSet<C>, int) - Constructor for class org.biojava.nbio.core.sequence.storage.SingleCompoundSequenceReader
-
Public constructor to be used with String based constructor
- SingleCompoundSequenceReader(C, CompoundSet<C>, int) - Constructor for class org.biojava.nbio.core.sequence.storage.SingleCompoundSequenceReader
-
Build the object with a compound rather than a String
- SingleLinkageClusterer - Class in org.biojava.nbio.core.util
-
An implementation of a single linkage clusterer
See http://en.wikipedia.org/wiki/Single-linkage_clustering
- SingleLinkageClusterer(double[][], boolean) - Constructor for class org.biojava.nbio.core.util.SingleLinkageClusterer
-
- singleLocationPattern - Static variable in class org.biojava.nbio.core.sequence.location.InsdcParser
-
parse a location.
- size() - Static method in class org.biojava.nbio.core.util.FlatFileCache
-
- size() - Method in class org.biojava.nbio.core.util.SoftHashMap
-
- skip(long) - Method in class org.biojava.nbio.core.sequence.io.BufferedReaderBytesRead
-
Skips characters.
- skip(long) - Method in class org.biojava.nbio.core.util.UncompressInputStream
-
- SoftHashMap<K,V> - Class in org.biojava.nbio.core.util
-
A in memory cache using soft references.
- SoftHashMap() - Constructor for class org.biojava.nbio.core.util.SoftHashMap
-
- SoftHashMap(int) - Constructor for class org.biojava.nbio.core.util.SoftHashMap
-
- SOURCE_TAG - Static variable in class org.biojava.nbio.core.sequence.io.GenbankSequenceParser
-
- START_SEQUENCE_TAG - Static variable in class org.biojava.nbio.core.sequence.io.GenbankSequenceParser
-
- StartCodonSequence - Class in org.biojava.nbio.core.sequence
-
Used to map the start codon feature on a gene
- StartCodonSequence(TranscriptSequence, int, int) - Constructor for class org.biojava.nbio.core.sequence.StartCodonSequence
-
- stopAtStopCodons(boolean) - Method in class org.biojava.nbio.core.sequence.transcription.TranscriptionEngine.Builder
-
If set, then the last codon translated in the resulting peptide
sequence will be the stop codon
- StopCodonSequence - Class in org.biojava.nbio.core.sequence
-
Used to map the stop codon sequence on a gene
- StopCodonSequence(TranscriptSequence, int, int) - Constructor for class org.biojava.nbio.core.sequence.StopCodonSequence
-
- storeObjects(List<Result>) - Method in class org.biojava.nbio.core.search.io.blast.BlastTabularParser
-
- storeObjects(List<Result>) - Method in class org.biojava.nbio.core.search.io.blast.BlastXMLParser
-
- storeObjects(List<Result>) - Method in interface org.biojava.nbio.core.search.io.ResultFactory
-
The factory that implements this method will be able to save the Search results
to a file in the same format that it is able to read.
- Strand - Enum in org.biojava.nbio.core.sequence
-
Provides a way of representing the strand of a sequence, location
hit or feature.
- StringManipulationHelper - Class in org.biojava.nbio.core.util
-
A utility class for common
String manipulation tasks.
- StringProxySequenceReader<C extends Compound> - Class in org.biojava.nbio.core.sequence.loader
-
An example of a ProxySequenceReader that is created from a String.
- StringProxySequenceReader() - Constructor for class org.biojava.nbio.core.sequence.loader.StringProxySequenceReader
-
- StringProxySequenceReader(String, CompoundSet<C>) - Constructor for class org.biojava.nbio.core.sequence.loader.StringProxySequenceReader
-
- submit(Callable<T>, String) - Static method in class org.biojava.nbio.core.util.ConcurrencyTools
-
Queues up a task and adds a log entry.
- submit(Callable<T>) - Static method in class org.biojava.nbio.core.util.ConcurrencyTools
-
Queues up a task and adds a default log entry.
- Substitute(String, int) - Constructor for class org.biojava.nbio.core.sequence.edits.Edit.Substitute
-
- Substitute(Sequence<C>, int) - Constructor for class org.biojava.nbio.core.sequence.edits.Edit.Substitute
-
- SubstitutionMatrix<C extends Compound> - Interface in org.biojava.nbio.core.alignment.template
-
Defines a data structure which holds the score (penalty or bonus) given during alignment for the exchange of one
Compound in a sequence for another.
- SubstitutionMatrixHelper - Class in org.biojava.nbio.core.alignment.matrices
-
Static utility to access substitution matrices that come bundled with BioJava.