Uses of Interface
org.biojava3.core.sequence.template.SequenceReader
Packages that use SequenceReader
Package
Description
-
Uses of SequenceReader in bacnet.datamodel.sequence
Constructors in bacnet.datamodel.sequence with parameters of type SequenceReaderModifierConstructorDescriptionChromosome(SequenceReader<NucleotideCompound> proxyLoader) Chromosome(SequenceReader<NucleotideCompound> proxyLoader, CompoundSet<NucleotideCompound> compoundSet) ChromosomeBacteriaSequence(SequenceReader<NucleotideCompound> proxyLoader) ChromosomeBacteriaSequence(SequenceReader<NucleotideCompound> proxyLoader, CompoundSet<NucleotideCompound> compoundSet) -
Uses of SequenceReader in org.biojava3.core.sequence
Constructors in org.biojava3.core.sequence with parameters of type SequenceReaderModifierConstructorDescriptionChromosomeSequence(SequenceReader<NucleotideCompound> proxyLoader) Fairly important constructor given the size of a ChromsomeSequence where the ProxySequenceReader could load from disk via RandomAccessFile so that the sequence doesn't need to be kept in memory.ChromosomeSequence(SequenceReader<NucleotideCompound> proxyLoader, CompoundSet<NucleotideCompound> compoundSet) Allows the creation of a ChromosomeSequence using a ProxyResequenceReader for the sequence with a custom CompoundSetDNASequence(SequenceReader<NucleotideCompound> proxyLoader) Create a sequence where the actual storage of the sequence data is somewhere elseDNASequence(SequenceReader<NucleotideCompound> proxyLoader, CompoundSet<NucleotideCompound> compoundSet) Create a sequence from a ProxySequencereader and user defined compound set -
Uses of SequenceReader in org.biojava3.core.sequence.loader
Classes in org.biojava3.core.sequence.loader that implement SequenceReaderModifier and TypeClassDescriptionclassArrayListProxySequenceReader<C extends Compound>classSequenceFileProxyLoader<C extends Compound>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.classStringProxySequenceReader<C extends Compound>An example of a ProxySequenceReader that is created from a String.classUniprotProxySequenceReader<C extends Compound>Pass in a Uniprot ID and this ProxySequenceReader when passed to a ProteinSequence will get the sequence data and other data elements associated with the ProteinSequence by Uniprot. -
Uses of SequenceReader in org.biojava3.core.sequence.storage
Classes in org.biojava3.core.sequence.storage that implement SequenceReaderModifier and TypeClassDescriptionclassArrayListSequenceReader<C extends Compound>Stores a Sequence as a collection of compounds in an ArrayListclassBitSequenceReader<C extends Compound>An implementation of the popular bit encodings.classFourBitSequenceReader<C extends Compound>Four bit encoding of the bit formats.classJoiningSequenceReader<C extends Compound>This reader actually proxies onto multiple types of sequence in order to allow a number of sequence objects to act as if they are one sequence.classSingleCompoundSequenceReader<C extends Compound>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).classTwoBitSequenceReader<C extends NucleotideCompound>Implementation of the 2bit encoding. -
Uses of SequenceReader in org.biojava3.core.sequence.template
Subinterfaces of SequenceReader in org.biojava3.core.sequence.templateMethods in org.biojava3.core.sequence.template that return SequenceReaderMethods in org.biojava3.core.sequence.template with parameters of type SequenceReaderModifier and TypeMethodDescriptionvoidAbstractSequence.setProxySequenceReader(SequenceReader<C> proxyLoader) Very important method that allows external mappings of sequence data and features.Constructors in org.biojava3.core.sequence.template with parameters of type SequenceReaderModifierConstructorDescriptionAbstractSequence(SequenceReader<C> proxyLoader, CompoundSet<C> compoundSet) A ProxySequenceReader allows abstraction of both the storage of the sequence data and the location of the sequence data. -
Uses of SequenceReader in org.biojava3.core.sequence.views
Classes in org.biojava3.core.sequence.views that implement SequenceReaderModifier and TypeClassDescriptionclassAttempts to do on the fly translation of RNA by not requesting the compounds until asked.