Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.biojava.nbio.core.sequence Classes and Interfaces - 148 results found.
NameDescriptionTypePackageFramework
AbstractCompoundClassorg.biojava.nbio.core.sequence.templateBioJava
AbstractCompoundSetClassorg.biojava.nbio.core.sequence.templateBioJava
AbstractCompoundTranslatorClassorg.biojava.nbio.core.sequence.templateBioJava
AbstractFeatureA 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 userClassorg.biojava.nbio.core.sequence.featuresBioJava
AbstractLocationBase abstraction of a location which encodes for the majority of important features about a location such as the start, end and strandClassorg.biojava.nbio.core.sequence.location.templateBioJava
AbstractNucleotideCompoundSetClassorg.biojava.nbio.core.sequence.templateBioJava
AbstractSequenceThe base class for DNA, RNA and Protein sequences.Classorg.biojava.nbio.core.sequence.templateBioJava
AbstractSequence .AnnotationTypeClassorg.biojava.nbio.core.sequence.templateBioJava
AccesionedLocationA location which is bound to an AccessionID.Interfaceorg.biojava.nbio.core.sequence.location.templateBioJava
AccessionedInterfaceorg.biojava.nbio.core.sequence.templateBioJava
AccessionIDUsed in Sequences as the unique indentifier.Classorg.biojava.nbio.core.sequenceBioJava
AmbiguityDNACompoundSetClassorg.biojava.nbio.core.sequence.compoundBioJava
AmbiguityDNARNAHybridCompoundSetAmbiguity set for hybrid DNA/RNA sequences.Classorg.biojava.nbio.core.sequence.compoundBioJava
AmbiguityRNACompoundSetClassorg.biojava.nbio.core.sequence.compoundBioJava
AminoAcidCompoundUsed to describe an Amino Acid.Classorg.biojava.nbio.core.sequence.compoundBioJava
AminoAcidCompoundSetSet of proteinogenic amino acids.Classorg.biojava.nbio.core.sequence.compoundBioJava
ArrayListProxySequenceReaderClassorg.biojava.nbio.core.sequence.loaderBioJava
ArrayListSequenceReaderClassorg.biojava.nbio.core.sequence.storageBioJava
BasicSequenceBare bones version of the Sequence object to be used sparingly.Classorg.biojava.nbio.core.sequenceBioJava
BitSequenceReaderAn implementation of the popular bit encodings.Classorg.biojava.nbio.core.sequence.storageBioJava
BitSequenceReader .BitArrayWorkerThe logic of working with a bit has been separated out into this class to help developers create the bit data structures without having toClassorg.biojava.nbio.core.sequence.storageBioJava
BufferedReaderBytesReadNeed to keep track of actual bytes read and take advantage of buffered reader performance.Classorg.biojava.nbio.core.sequence.ioBioJava
CaseInsensitiveCompoundAttempts to wrap compounds so it is possible to view them in a case insensitive mannerClassorg.biojava.nbio.core.sequence.transcriptionBioJava
CasePreservingProteinSequenceCreatorA sequence creator which preserves the case of its input string in the user collection of the returned ProteinSequence.Classorg.biojava.nbio.core.sequence.ioBioJava
CDSComparatorClassorg.biojava.nbio.core.sequenceBioJava
CDSSequenceRepresents a exon or coding sequence in a gene.Classorg.biojava.nbio.core.sequenceBioJava
ChromosomeSequenceA ChromosomeSequence is a DNASequence but keeps track of geneSequencesAuthor:Scooter WillisClassorg.biojava.nbio.core.sequenceBioJava
ClasspathResourceThis object represents a classpath resource on the local system.Classorg.biojava.nbio.core.sequence.io.utilBioJava
CodonCompoundClassorg.biojava.nbio.core.sequence.compoundBioJava
ComplementCompoundInterfaceorg.biojava.nbio.core.sequence.templateBioJava
ComplementSequenceViewFor 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 underlyingClassorg.biojava.nbio.core.sequence.viewsBioJava
CompoundInterfaceorg.biojava.nbio.core.sequence.templateBioJava
CompoundSetInterfaceorg.biojava.nbio.core.sequence.templateBioJava
CompoundTranslatorInterfaceorg.biojava.nbio.core.sequence.templateBioJava
DatabaseReferenceInterfaceIf a SequenceProxyReader implements this interface then that external source has a list of cross reference id(s)Interfaceorg.biojava.nbio.core.sequence.featuresBioJava
DataSource GenBank giClassorg.biojava.nbio.core.sequenceBioJava
DBReferenceInfoIf you have a uniprot ID then it is possible to get a collection of other id(s) that the protein is known by.Classorg.biojava.nbio.core.sequence.featuresBioJava
DNACompoundSetClassorg.biojava.nbio.core.sequence.compoundBioJava
DNASequenceThis is class should model the attributes associated with a DNA sequenceAuthor:Scooter WillisClassorg.biojava.nbio.core.sequenceBioJava
DNASequence .DNATypeClassorg.biojava.nbio.core.sequenceBioJava
DNASequenceCreatorA helper class that allows different ways to read a string and create a DNA sequence.Classorg.biojava.nbio.core.sequence.ioBioJava
DNAToRNATranslatorPerforms the first stage of transcription by going from DNA to RNA.Classorg.biojava.nbio.core.sequence.transcriptionBioJava
EditInterface for carrying out edit operations on a Sequence.Interfaceorg.biojava.nbio.core.sequence.editsBioJava
Edit .AbstractEditAbstract class which defines all edit operations as a call to discover what 5' and 3' ends of an editing Sequence should be joined togetherClassorg.biojava.nbio.core.sequence.editsBioJava
Edit .DeleteClassorg.biojava.nbio.core.sequence.editsBioJava
Edit .InsertEdit implementation which allows us to insert a base at any position in a Sequence.Classorg.biojava.nbio.core.sequence.editsBioJava
Edit .SubstituteAllows for the substitution of bases into an existing Sequence.Classorg.biojava.nbio.core.sequence.editsBioJava
ExonComparatorSort Exon where it is a little confusing if exons shoud always be ordered left to right where a negative stranded gene should go the other direction.Classorg.biojava.nbio.core.sequenceBioJava
ExonSequenceA gene contains a collection of Exon sequencesAuthor:Scooter WillisClassorg.biojava.nbio.core.sequenceBioJava
FastaGeneWriterA Gene sequence has a Positive or Negative Strand where we want to write out to a stream the 5 to 3 prime version.Classorg.biojava.nbio.core.sequence.ioBioJava
FastaHeaderFormatInterfaceInterfaceorg.biojava.nbio.core.sequence.io.templateBioJava
FastaReaderUse FastaReaderHelper as an example of how to use this class where FastaReaderHelper should be the primary class used to read Fasta filesClassorg.biojava.nbio.core.sequence.ioBioJava
FastaReaderHelperClassorg.biojava.nbio.core.sequence.ioBioJava
FastaSequenceParserUsed to parse a stream of a fasta file to get the sequenceAuthor:Scooter Willis Classorg.biojava.nbio.core.sequence.ioBioJava
FastaWriterThe FastaWriter writes a collection of sequences to an outputStream.Classorg.biojava.nbio.core.sequence.ioBioJava
FastaWriterHelperThe class that should be used to write out fasta file of a sequence collectionAuthor:Scooter Willis Classorg.biojava.nbio.core.sequence.ioBioJava
FeatureDbReferenceInfoIt is DBReferenceInfo which implements FeatureInterface.Classorg.biojava.nbio.core.sequence.featuresBioJava
FeatureInterfaceInterface class to handle describing arbitrary features.Interfaceorg.biojava.nbio.core.sequence.featuresBioJava
FeatureRetrieverIf a SequenceProxyReader implements this interface then that external source has a list featuresInterfaceorg.biojava.nbio.core.sequence.featuresBioJava
FeaturesKeyWordInterfaceModels the keywords that are annotated for a protein sequence at Uniprot.Interfaceorg.biojava.nbio.core.sequence.featuresBioJava
FileProxyDNASequenceCreatorThis class is a good example of using the SequenceCreatorInterface where during parsing of the stream the sequence and the offset index are passed to create a Protein sequence that will be loaded in lazily.Classorg.biojava.nbio.core.sequence.ioBioJava
FileProxyProteinSequenceCreatorThis class is a good example of using the SequenceCreatorInterface where during parsing of the stream the sequence and the offset index are passed to create a Protein sequence that will be loaded in lazily.Classorg.biojava.nbio.core.sequence.ioBioJava
FourBitSequenceReaderFour bit encoding of the bit formats.Classorg.biojava.nbio.core.sequence.storageBioJava
FourBitSequenceReader .FourBitArrayWorkerA four bit per compound implementation of the bit array worker code.Classorg.biojava.nbio.core.sequence.storageBioJava
FrameIndicates a way of translating a sequence.Classorg.biojava.nbio.core.sequence.transcriptionBioJava
FuzzyPointClassorg.biojava.nbio.core.sequence.locationBioJava
GenbankHeaderFormatInterfaceInterfaceorg.biojava.nbio.core.sequence.io.templateBioJava
GenbankProxySequenceReaderClassorg.biojava.nbio.core.sequence.loaderBioJava
GenbankReaderUse GenbankReaderHelper as an example of how to use this class where GenbankReaderHelper should be the primary class used to read Genbank filesClassorg.biojava.nbio.core.sequence.ioBioJava
GenbankReaderHelperClassorg.biojava.nbio.core.sequence.ioBioJava
GenbankSequenceParserClassorg.biojava.nbio.core.sequence.ioBioJava
GenbankWriterClassorg.biojava.nbio.core.sequence.ioBioJava
GenbankWriterHelperClassorg.biojava.nbio.core.sequence.ioBioJava
GenericFastaHeaderFormatWe 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.Classorg.biojava.nbio.core.sequence.ioBioJava
GenericFastaHeaderParserThe 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 identifierClassorg.biojava.nbio.core.sequence.ioBioJava
GenericGenbankHeaderFormatClassorg.biojava.nbio.core.sequence.ioBioJava
GenericGenbankHeaderParserClassorg.biojava.nbio.core.sequence.ioBioJava
GenericInsdcHeaderFormatClassorg.biojava.nbio.core.sequence.ioBioJava
GeneSequenceClassorg.biojava.nbio.core.sequenceBioJava
InsdcLocationsA collection of locations which are used whenever we work with INSDC; some of which could be deprecated (from INSDC's point of view) yet appearClassorg.biojava.nbio.core.sequence.locationBioJava
InsdcLocations .BondLocationUsed to represent bond locations equivalent to bond(7,8) or bond(7).Classorg.biojava.nbio.core.sequence.locationBioJava
InsdcLocations .GroupLocationDeprecated in INSDC yet still appears; equivalent to the order() directive except no 5' to 3' ordering is defined.Classorg.biojava.nbio.core.sequence.locationBioJava
InsdcLocations .OneOfLocationDeprecated in INSDC; refers to a set of locations of which one location could be valid e.Classorg.biojava.nbio.core.sequence.locationBioJava
InsdcLocations .OrderLocationUsed to describe a 5' to 3' ordering but no firm assurance it is correctSee Also:Serialized FormClassorg.biojava.nbio.core.sequence.locationBioJava
InsdcParserParser for working with INSDC style locations.Classorg.biojava.nbio.core.sequence.locationBioJava
IntronSequenceClassorg.biojava.nbio.core.sequenceBioJava
IOUtilsClassorg.biojava.nbio.core.sequence.io.utilBioJava
IOUtils .ReaderProcessorClosure interface used when working with IOUtils#processReader(String).Interfaceorg.biojava.nbio.core.sequence.io.utilBioJava
IUPACParserAvailable translations 1 - UNIVERSAL2 - VERTEBRATE_MITOCHONDRIAL3 - YEAST_MITOCHONDRIAL4 - MOLD_MITOCHONDRIAL5 - INVERTEBRATE_MITOCHONDRIAL6 - CILIATE_NUCLEAR9 - ECHINODERM_MITOCHONDRIAL10 - EUPLOTID_NUCLEAR11 - BACTERIAL12 - ALTERNATIVE_YEAST_NUCLEAR13 - ASCIDIAN_MITOCHONDRIAL14 - FLATWORM_MITOCHONDRIAL15 - BLEPHARISMA_MACRONUCLEAR16 - 2CHLOROPHYCEAN_MITOCHONDRIAL21 - TREMATODE_MITOCHONDRIAL23 - SCENEDESMUS_MITOCHONDRIALClassorg.biojava.nbio.core.sequence.ioBioJava
IUPACParser .IUPACTableClassorg.biojava.nbio.core.sequence.ioBioJava
JoiningSequenceReaderThis 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.Classorg.biojava.nbio.core.sequence.storageBioJava
LightweightProfileDefines a minimal data structure for reading and writing a sequence alignment.Interfaceorg.biojava.nbio.core.sequence.templateBioJava
LightweightProfile .StringFormatList of output formats.Classorg.biojava.nbio.core.sequence.templateBioJava
LocationSets of integers used to represent the location of features on sequence.Interfaceorg.biojava.nbio.core.sequence.location.templateBioJava
Location .ToolsHelper methods for use with the Location classes.Classorg.biojava.nbio.core.sequence.location.templateBioJava
LocationHelperHelper methods for use with the Location classes.Classorg.biojava.nbio.core.sequence.locationBioJava
MultipleSequenceAlignment structure in the alignment module provides additional functionality.Classorg.biojava.nbio.core.sequenceBioJava
NucleotideCompoundClassorg.biojava.nbio.core.sequence.compoundBioJava
PlainFastaHeaderParserThe plain fasta header takes everything in the header as a single entity.Classorg.biojava.nbio.core.sequence.ioBioJava
PointInterfaceorg.biojava.nbio.core.sequence.location.templateBioJava
Point .ResolverInterfaceorg.biojava.nbio.core.sequence.location.templateBioJava
ProteinSequenceThe representation of a ProteinSequenceAuthor:Scooter Willis, Paolo PavanClassorg.biojava.nbio.core.sequenceBioJava
ProteinSequenceCreatorUsed to create a ProteinSequence from a String to allow for details about the location of the sequence etc.Classorg.biojava.nbio.core.sequence.ioBioJava
ProxySequenceReaderInterfaceorg.biojava.nbio.core.sequence.templateBioJava
QualifierClassorg.biojava.nbio.core.sequence.featuresBioJava
QualityFeatureDNA Sequences produced by modern sequencers usually have quality informaion attached to them.Classorg.biojava.nbio.core.sequence.featuresBioJava
QuantityFeatureIt is common to have a numerical value or values associated with a feature.Classorg.biojava.nbio.core.sequence.featuresBioJava
ReversedSequenceViewFor a given sequence this class will return the base at the reversed position i.Classorg.biojava.nbio.core.sequence.viewsBioJava
RNACompoundSetClassorg.biojava.nbio.core.sequence.compoundBioJava
RNASequenceRNASequence where RNACompoundSet are the allowed valuesAuthor:Scooter Willis Classorg.biojava.nbio.core.sequenceBioJava
RNASequenceCreatorUsed to create a RNA sequenceAuthor:Scooter Willis Classorg.biojava.nbio.core.sequence.ioBioJava
RnaSequenceViewClassorg.biojava.nbio.core.sequence.viewsBioJava
RNAToAminoAcidTranslatorTakes a Sequence of NucleotideCompound which should represent an RNA sequence (RNASequence is good for this) and returns a list ofClassorg.biojava.nbio.core.sequence.transcriptionBioJava
SequenceMain interface for defining a collection of Compounds and accessing them using biological indexesInterfaceorg.biojava.nbio.core.sequence.templateBioJava
SequenceAsStringHelperThis is a common method that can be used across multiple storage/proxy implementations to handle Negative strand and other interesting elements of sequence data.Classorg.biojava.nbio.core.sequence.storageBioJava
SequenceComparatorUsed to sort sequencesAuthor:Scooter Willis Classorg.biojava.nbio.core.sequenceBioJava
SequenceCreatorInterfaceInterfaceorg.biojava.nbio.core.sequence.io.templateBioJava
SequenceFileProxyLoaderThis 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.Classorg.biojava.nbio.core.sequence.loaderBioJava
SequenceHeaderParserInterfaceInterfaceorg.biojava.nbio.core.sequence.io.templateBioJava
SequenceLocationA location in a sequence that keeps a reference to its parent sequenceAuthor:Scooter Willis , Paolo PavanSee Also:Serialized FormClassorg.biojava.nbio.core.sequence.locationBioJava
SequenceMixinProvides a set of static methods to be used as static imports when needed across multiple Sequence implementations but inheritance gets in the way.Classorg.biojava.nbio.core.sequence.templateBioJava
SequenceMixin .SequenceIteratorA basic sequence iterator which iterates over the given Sequence by biological index.Classorg.biojava.nbio.core.sequence.templateBioJava
SequenceOptimizationHintsA static class that provides optimization hints for memory or performance handling of sequence data.Classorg.biojava.nbio.core.sequenceBioJava
SequenceOptimizationHints .SequenceCollectionClassorg.biojava.nbio.core.sequenceBioJava
SequenceOptimizationHints .SequenceUsageClassorg.biojava.nbio.core.sequenceBioJava
SequenceParserInterfaceInterfaceorg.biojava.nbio.core.sequence.io.templateBioJava
SequenceProxyViewClassorg.biojava.nbio.core.sequence.templateBioJava
SequenceReaderInterfaceorg.biojava.nbio.core.sequence.templateBioJava
SequenceViewInterfaceorg.biojava.nbio.core.sequence.templateBioJava
SimpleLocationVery basic implementation of the Location interface which defines a series of simple constructors.Classorg.biojava.nbio.core.sequence.locationBioJava
SimplePointBasic implementation of the Point interface.Classorg.biojava.nbio.core.sequence.locationBioJava
SingleCompoundSequenceReaderAn implementation of the SequenceReader interface which for every call will return only 1 compound (given to it during construction; a StringClassorg.biojava.nbio.core.sequence.storageBioJava
StartCodonSequenceUsed to map the start codon feature on a geneAuthor:Scooter WillisClassorg.biojava.nbio.core.sequenceBioJava
StopCodonSequenceUsed to map the stop codon sequence on a geneAuthor:Scooter WillisClassorg.biojava.nbio.core.sequenceBioJava
StrandProvides a way of representing the strand of a sequence, locationEnum Constant SummaryClassorg.biojava.nbio.core.sequenceBioJava
StringProxySequenceReaderAn example of a ProxySequenceReader that is created from a String.Classorg.biojava.nbio.core.sequence.loaderBioJava
TableProvides a way of separating us from the specific IUPACParser.Interfaceorg.biojava.nbio.core.sequence.transcriptionBioJava
Table .CaseInsensitiveTriplet to be assessed in a case insensitive manner.Classorg.biojava.nbio.core.sequence.transcriptionBioJava
Table .CodonInstance of a Codon which is 3 NucleotideCompounds, its corresponding AminoAcidCompound and if it is a start or stop codon.Classorg.biojava.nbio.core.sequence.transcriptionBioJava
TaxonomyIDA sequence can be associated with a species or Taxonomy IDAuthor:Scooter WillisClassorg.biojava.nbio.core.sequenceBioJava
TextFeatureA implmentation of AbstractFeatureAuthor:Scooter Willis Classorg.biojava.nbio.core.sequence.featuresBioJava
TranscriptionEngineUsed as a way of encapsulating the data structures required to parse DNA to a In order to build one look at @ TranscriptionEngine.Classorg.biojava.nbio.core.sequence.transcriptionBioJava
TranscriptionEngine .BuilderThis class is the way to create a TranslationEngine.Classorg.biojava.nbio.core.sequence.transcriptionBioJava
TranscriptSequenceThis is the sequence if you want to go from a gene sequence to a protein sequence.Classorg.biojava.nbio.core.sequenceBioJava
TwoBitSequenceReader 0 - T1 - C2 - A3 - G We also do not support case sensitive encodings therefore if you pass aClassorg.biojava.nbio.core.sequence.storageBioJava
TwoBitSequenceReader .TwoBitArrayWorkerExtension of the BitArrayWorker which provides the 2bit implementation code.Classorg.biojava.nbio.core.sequence.storageBioJava
UniprotProxySequenceReaderPass 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.Classorg.biojava.nbio.core.sequence.loaderBioJava
WindowedSequenceA sliding window view of a sequence which does not implement any interfaces like Sequence because they do not fit how this works.Classorg.biojava.nbio.core.sequence.viewsBioJava