Uses of Class
org.biojava3.core.sequence.template.AbstractSequence
Package
Description
-
Uses of AbstractSequence in bacnet.datamodel.sequence
Modifier and TypeClassDescriptionclass
A ChromosomeSequence is a DNASequence but keeps track of geneSequencesclass
A ChromosomeSequence is a DNASequence but keeps track of geneSequences -
Uses of AbstractSequence in bacnet.reader
Modifier and TypeClassDescriptionclass
NCBIFastaHeaderParser<S extends AbstractSequence<C>,
C extends Compound> My own implementation of a FastaHeaderParserInterface to parse Fasta files from NCBI ftp NCBI fna (genome and plasmids) gi|gi-number|ref|accession|name gi|16802048|ref|NC_003210.1| Listeria monocytogenes EGD-e, complete genome NCBI ffn (coding) ref|refGenome gi-number|:start-end name ref|NC_003210.1|:318-1673 chromosomal replication initiation protein [Listeria monocytogenes EGD-e] NCBI frn (non-coding) ref|refGenome gi-number|:start-end| name| [locus-tag] ref|NC_003210|:82705-82777|Lys tRNA| [locus_tag=lmot01] NCBI faa (proteins) gi|gi-number|ref|accession|name gi|16802049|ref|NP_463534.1| chromosomal replication initiation protein [Listeria monocytogenes EGD-e] -
Uses of AbstractSequence in org.biojava3.core.sequence
Modifier and TypeClassDescriptionclass
BasicSequence<C extends Compound>
Bare bones version of the Sequence object to be used sparingly.class
Represents a exon or coding sequence in a gene.class
A ChromosomeSequence is a DNASequence but keeps track of geneSequencesclass
This is class should model the attributes associated with a DNA sequenceclass
A gene contains a collection of Exon sequencesclass
class
class
The representation of a ProteinSequenceclass
RNASequence where RNACompoundSet are the allowed valuesclass
Used to map the start codon feature on a geneclass
Used to map the stop codon sequence on a geneclass
This is the sequence if you want to go from a gene sequence to a protein sequence.Modifier and TypeMethodDescriptionint
SequenceComparator.compare
(AbstractSequence<?> o1, AbstractSequence<?> o2) void
ProteinSequence.setParentDNASequence
(AbstractSequence parentDNASequence, Integer begin, Integer end) A Protein sequence can be stand alone or loaded from a transcript sequence. -
Uses of AbstractSequence in org.biojava3.core.sequence.features
Modifier and TypeClassDescriptionclass
AbstractFeature<S extends AbstractSequence<C>,
C extends Compound> A feature is currently any descriptive item that can be associated with a sequence position(s) A feature has a type and a source which is currently a string to allow flexibility for the user Ideally well defined features should have a class to describe attributes of that featureinterface
FeatureInterface<S extends AbstractSequence<C>,
C extends Compound> Interface class to handle describing arbitrary features.class
QualityFeature<S extends AbstractSequence<C>,
C extends Compound> DNA Sequences produced by modern sequencers usually have quality informaion attached to them.class
QuantityFeature<S extends AbstractSequence<C>,
C extends Compound> It is common to have a numerical value or values associated with a feature.class
TextFeature<S extends AbstractSequence<C>,
C extends Compound> A implmentation of AbstractFeature -
Uses of AbstractSequence in org.biojava3.core.sequence.io
Modifier and TypeClassDescriptionclass
GenericFastaHeaderFormat<S extends AbstractSequence<?>,
C extends Compound> 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.class
GenericFastaHeaderParser<S extends AbstractSequence<C>,
C extends Compound> 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 GenBank gi|gi-number|gb|accession|locus ENA Data Library gi|gi-number|emb|accession|locus DDBJ, DNA Database of Japan gi|gi-number|dbj|accession|locus NBRF PIR pir||entry Protein Research Foundation prf||name SWISS-PROT sp|accession|name Brookhaven Protein Data Bank (1) pdb|entry|chain Brookhaven Protein Data Bank (2) entry:chain|PDBID|CHAIN|SEQUENCE PDB EBI PDB:1ECY_A mol:protein length:142 ECOTIN Patents pat|country|number GenInfo Backbone Id bbs|number General database identifier gnl|database|identifier NCBI Reference Sequence ref|accession|locus Local Sequence identifier lcl|identifierModifier and TypeMethodDescriptionCasePreservingProteinSequenceCreator.getSequence
(String sequence, long index) CasePreservingProteinSequenceCreator.getSequence
(List<AminoAcidCompound> list) Assumes all compounds were uppercaseCasePreservingProteinSequenceCreator.getSequence
(ProxySequenceReader<AminoAcidCompound> proxyLoader, long index) DNASequenceCreator.getSequence
(String sequence, long index) DNASequenceCreator.getSequence
(List<NucleotideCompound> list) DNASequenceCreator.getSequence
(ProxySequenceReader<NucleotideCompound> proxyLoader, long index) FileProxyDNASequenceCreator.getSequence
(String sequence, long index) Even though we are passing in the sequence we really only care about the length of the sequence and the offset index in the fasta file.FileProxyDNASequenceCreator.getSequence
(List<NucleotideCompound> list) Not sure of use case and currently not supportedFileProxyDNASequenceCreator.getSequence
(ProxySequenceReader<NucleotideCompound> proxyLoader, long index) Should be able to extend the same concept to a remote URL call or database connection.FileProxyProteinSequenceCreator.getSequence
(String sequence, long index) Even though we are passing in the sequence we really only care about the length of the sequence and the offset index in the fasta file.FileProxyProteinSequenceCreator.getSequence
(List<AminoAcidCompound> list) Not sure of use case and currently not supportedFileProxyProteinSequenceCreator.getSequence
(ProxySequenceReader<AminoAcidCompound> proxyLoader, long index) Should be able to extend the same concept to a remote URL call or database connection.ProteinSequenceCreator.getSequence
(String sequence, long index) ProteinSequenceCreator.getSequence
(List<AminoAcidCompound> list) ProteinSequenceCreator.getSequence
(ProxySequenceReader<AminoAcidCompound> proxyLoader, long index) RNASequenceCreator.getSequence
(String sequence, long index) RNASequenceCreator.getSequence
(List<NucleotideCompound> list) RNASequenceCreator.getSequence
(ProxySequenceReader<NucleotideCompound> proxyLoader, long index) -
Uses of AbstractSequence in org.biojava3.core.sequence.io.template
Modifier and TypeMethodDescriptionSequenceCreatorInterface.getSequence
(String sequence, long index) SequenceCreatorInterface.getSequence
(List<C> list) SequenceCreatorInterface.getSequence
(ProxySequenceReader<C> proxyLoader, long index) -
Uses of AbstractSequence in org.biojava3.core.sequence.location
Modifier and TypeClassDescriptionclass
SequenceLocation<S extends AbstractSequence<C>,
C extends Compound> A location in a sequence that keeps a reference to its parent sequence -
Uses of AbstractSequence in org.biojava3.core.sequence.template
Modifier and TypeMethodDescriptionAbstractSequence.getFeatures()
AbstractSequence.getFeatures
(int bioSequencePosition) Return features at a sequence positionAbstractSequence.getFeatures
(String featureType, int bioSequencePosition) Return features at a sequence position by typeAbstractSequence.getFeaturesByType
(String type) Modifier and TypeMethodDescriptionvoid
AbstractSequence.setParentSequence
(AbstractSequence<C> abstractSequence) Modifier and TypeMethodDescriptionvoid
AbstractSequence.addFeature
(int bioStart, int bioEnd, FeatureInterface<AbstractSequence<C>, C> feature) Method to help set the proper details for a feature as it relates to a sequence where the feature needs to have a location on the sequencevoid
AbstractSequence.addFeature
(FeatureInterface<AbstractSequence<C>, C> feature) Add a feature to this sequence.void
AbstractSequence.removeFeature
(FeatureInterface<AbstractSequence<C>, C> feature) Remove a feature from the sequence