Uses of Interface
org.biojava.nbio.core.sequence.template.Accessioned
-
-
Uses of Accessioned in org.biojava.nbio.core.alignment
Classes in org.biojava.nbio.core.alignment that implement Accessioned Modifier and Type Class Description classSimpleAlignedSequence<S extends Sequence<C>,C extends Compound>Implements a data structure for aSequencewithin an alignment. -
Uses of Accessioned in org.biojava.nbio.core.alignment.template
Subinterfaces of Accessioned in org.biojava.nbio.core.alignment.template Modifier and Type Interface Description interfaceAlignedSequence<S extends Sequence<C>,C extends Compound>Defines a data structure for aSequencewithin an alignment.interfaceMutableAlignedSequence<S extends Sequence<C>,C extends Compound>Defines a mutable (editable) data structure for anAlignedSequence. -
Uses of Accessioned in org.biojava.nbio.core.sequence
Classes in org.biojava.nbio.core.sequence that implement Accessioned Modifier and Type Class Description classBasicSequence<C extends Compound>Bare bones version of the Sequence object to be used sparingly.classCDSSequenceRepresents a exon or coding sequence in a gene.classChromosomeSequenceA ChromosomeSequence is a DNASequence but keeps track of geneSequencesclassDNASequenceThis is class should model the attributes associated with a DNA sequenceclassExonSequenceA gene contains a collection of Exon sequencesclassGeneSequenceclassIntronSequenceclassProteinSequenceThe representation of a ProteinSequenceclassRNASequenceRNASequence where RNACompoundSet are the allowed valuesclassStartCodonSequenceUsed to map the start codon feature on a geneclassStopCodonSequenceUsed to map the stop codon sequence on a geneclassTranscriptSequenceThis is the sequence if you want to go from a gene sequence to a protein sequence. -
Uses of Accessioned in org.biojava.nbio.core.sequence.loader
Classes in org.biojava.nbio.core.sequence.loader that implement Accessioned Modifier and Type Class Description classArrayListProxySequenceReader<C extends Compound>classGenbankProxySequenceReader<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 Accessioned in org.biojava.nbio.core.sequence.location
Classes in org.biojava.nbio.core.sequence.location that implement Accessioned Modifier and Type Class Description static classInsdcLocations.BondLocationUsed to represent bond locations equivalent to bond(7,8) or bond(7).static classInsdcLocations.GroupLocationDeprecated in INSDC yet still appears; equivalent to the order() directive except no 5' to 3' ordering is defined.static classInsdcLocations.OneOfLocationDeprecated in INSDC; refers to a set of locations of which one location could be valid e.g. one-of(location, location, location).static classInsdcLocations.OrderLocationUsed to describe a 5' to 3' ordering but no firm assurance it is correctclassSequenceLocation<S extends AbstractSequence<C>,C extends Compound>A location in a sequence that keeps a reference to its parent sequenceclassSimpleLocationVery basic implementation of the Location interface which defines a series of simple constructors. -
Uses of Accessioned in org.biojava.nbio.core.sequence.location.template
Subinterfaces of Accessioned in org.biojava.nbio.core.sequence.location.template Modifier and Type Interface Description interfaceAccesionedLocationA location which is bound to an AccessionID.interfaceLocationSets of integers used to represent the location of features on sequence.Classes in org.biojava.nbio.core.sequence.location.template that implement Accessioned Modifier and Type Class Description classAbstractLocationBase abstraction of a location which encodes for the majority of important features about a location such as the start, end and strand -
Uses of Accessioned in org.biojava.nbio.core.sequence.storage
Classes in org.biojava.nbio.core.sequence.storage that implement Accessioned Modifier and Type Class Description classArrayListSequenceReader<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 Accessioned in org.biojava.nbio.core.sequence.template
Subinterfaces of Accessioned in org.biojava.nbio.core.sequence.template Modifier and Type Interface Description interfaceProxySequenceReader<C extends Compound>interfaceSequence<C extends Compound>Main interface for defining a collection of Compounds and accessing them using biological indexesinterfaceSequenceReader<C extends Compound>interfaceSequenceView<C extends Compound>Classes in org.biojava.nbio.core.sequence.template that implement Accessioned Modifier and Type Class Description classAbstractSequence<C extends Compound>The base class for DNA, RNA and Protein sequences.classSequenceProxyView<C extends Compound> -
Uses of Accessioned in org.biojava.nbio.core.sequence.views
Classes in org.biojava.nbio.core.sequence.views that implement Accessioned Modifier and Type Class Description classComplementSequenceView<C extends ComplementCompound>For a given sequence this class will create a view over the top of it and for every request the code will return the complement of the underlying base e.g. base A will become base TclassReversedSequenceView<C extends Compound>For a given sequence this class will return the base at the reversed position i.e. in a sequence of size 10, if you request base 2 you will get back the base at position 9.classRnaSequenceViewAttempts to do on the fly translation of RNA by not requesting the compounds until asked.
-