- add(FeatureI) - Method in class org.biojava.nbio.genome.parsers.gff.FeatureList
-
Add specified feature to the end of the list.
- add(Collection<FeatureI>) - Method in class org.biojava.nbio.genome.parsers.gff.FeatureList
-
Add all features in the specified list or collection to this list.
- addGeneIDGFF2GeneFeatures(LinkedHashMap<String, ChromosomeSequence>, FeatureList) - Static method in class org.biojava.nbio.genome.GeneFeatureHelper
-
Load GFF2 feature file generated from the geneid prediction algorithm and map features onto the chromosome sequences
- addGeneMarkGTFGeneFeatures(LinkedHashMap<String, ChromosomeSequence>, FeatureList) - Static method in class org.biojava.nbio.genome.GeneFeatureHelper
-
- addGlimmerGFF3GeneFeatures(LinkedHashMap<String, ChromosomeSequence>, FeatureList) - Static method in class org.biojava.nbio.genome.GeneFeatureHelper
-
- addGmodGFF3GeneFeatures(LinkedHashMap<String, ChromosomeSequence>, FeatureList) - Static method in class org.biojava.nbio.genome.GeneFeatureHelper
-
Load GFF3 file using mRNA as the gene feature as not all GFF3 files are complete
- addIndex(String) - Method in class org.biojava.nbio.genome.parsers.gff.FeatureList
-
Add an attribute that will be used as index for queries
- addIndexes(List<String>) - Method in class org.biojava.nbio.genome.parsers.gff.FeatureList
-
Add a list of attributes that will be used as indexes for queries
- App - Class in org.biojava.nbio.genome
-
Hello world!
- App() - Constructor for class org.biojava.nbio.genome.App
-
- append(T, Fastq...) - Method in interface org.biojava.nbio.genome.io.fastq.FastqWriter
-
Append the specified FASTQ formatted sequences to the specified appendable.
- append(T, Iterable<Fastq>) - Method in interface org.biojava.nbio.genome.io.fastq.FastqWriter
-
Append the specified FASTQ formatted sequences to the specified appendable.
- appendQuality(String) - Method in class org.biojava.nbio.genome.io.fastq.FastqBuilder
-
Return this FASTQ formatted sequence builder configured with the specified quality scores
appended to its current quality scores.
- appendQuality(String) - Method in interface org.biojava.nbio.genome.io.fastq.ParseListener
-
Notify this listener of a quality line.
- appendSequence(String) - Method in class org.biojava.nbio.genome.io.fastq.FastqBuilder
-
Return this FASTQ formatted sequence builder configured with the specified sequence
appended to its current sequence.
- appendSequence(String) - Method in interface org.biojava.nbio.genome.io.fastq.ParseListener
-
Notify this parse listener of an additional sequence line.
- attributes() - Method in class org.biojava.nbio.genome.parsers.gff.Feature
-
Get the string of key/value attributes.
- attributeValues(String) - Method in class org.biojava.nbio.genome.parsers.gff.FeatureList
-
Create a collection of the unique values for the specified key.
- available() - Method in class org.biojava.nbio.genome.parsers.twobit.TwoBitParser
-
- CDS - Static variable in class org.biojava.nbio.genome.util.ChromosomeMappingTools
-
- CHROMOSOME - Static variable in class org.biojava.nbio.genome.util.ChromosomeMappingTools
-
- ChromosomeMappingTools - Class in org.biojava.nbio.genome.util
-
A class that can map chromosomal positions to mRNA (coding sequence) positions.
- ChromosomeMappingTools() - Constructor for class org.biojava.nbio.genome.util.ChromosomeMappingTools
-
- ChromPos - Class in org.biojava.nbio.genome.parsers.genename
-
Created by ap3 on 27/10/2014.
- ChromPos(int, int) - Constructor for class org.biojava.nbio.genome.parsers.genename.ChromPos
-
- close() - Method in class org.biojava.nbio.genome.parsers.twobit.TwoBitFacade
-
Closes .2bit file twoBitParser.
- close() - Method in class org.biojava.nbio.genome.parsers.twobit.TwoBitParser
-
Method closes current sequence and it's necessary to invoke it before setting
new current sequence.
- closeParser() - Method in class org.biojava.nbio.genome.parsers.twobit.TwoBitParser
-
Method closes random access file descriptor.
- compareTo(Cytoband) - Method in class org.biojava.nbio.genome.parsers.cytoband.Cytoband
-
- compareTo(GeneChromosomePosition) - Method in class org.biojava.nbio.genome.parsers.genename.GeneChromosomePosition
-
- compareTo(GeneName) - Method in class org.biojava.nbio.genome.parsers.genename.GeneName
-
- complete() - Method in interface org.biojava.nbio.genome.io.fastq.ParseListener
-
Notify this listener the FASTQ formatted sequence is complete.
- constrain(double) - Method in enum org.biojava.nbio.genome.io.fastq.FastqVariant
-
Constrain the specified quality score in double precision to the minimum and maximum quality
scores in int precision.
- contains(Location) - Method in class org.biojava.nbio.genome.parsers.gff.Location
-
Check if this location contains the other.
- convert(Fastq, FastqVariant) - Static method in class org.biojava.nbio.genome.io.fastq.FastqTools
-
Convert the specified FASTQ formatted sequence to the
specified FASTQ sequence format variant.
- convert(Fastq) - Method in class org.biojava.nbio.genome.io.fastq.IlluminaFastqWriter
-
- convert(Fastq) - Method in class org.biojava.nbio.genome.io.fastq.SangerFastqWriter
-
- convert(Fastq) - Method in class org.biojava.nbio.genome.io.fastq.SolexaFastqWriter
-
- convertDNAtoProteinSequence(String) - Static method in class org.biojava.nbio.genome.util.ProteinMappingTools
-
Converts the DNA sequence to protein sequence.
- convertDNAtoProteinSequence(DNASequence) - Static method in class org.biojava.nbio.genome.util.ProteinMappingTools
-
Converts the DNA sequence to protein sequence.
- convertTo(FastqVariant) - Method in class org.biojava.nbio.genome.io.fastq.Fastq
-
Create and return a new FASTQ formatted sequence from this converted to the
specified FASTQ sequence format variant.
- createDNASequence(Fastq) - Static method in class org.biojava.nbio.genome.io.fastq.FastqTools
-
Create and return a new
DNASequence from the specified FASTQ formatted sequence.
- createDNASequenceWithErrorProbabilities(Fastq) - Static method in class org.biojava.nbio.genome.io.fastq.FastqTools
-
Create and return a new
DNASequence with error probabilities from the specified
FASTQ formatted sequence.
- createDNASequenceWithQualityScores(Fastq) - Static method in class org.biojava.nbio.genome.io.fastq.FastqTools
-
Create and return a new
DNASequence with quality scores from the specified
FASTQ formatted sequence.
- createDNASequenceWithQualityScoresAndErrorProbabilities(Fastq) - Static method in class org.biojava.nbio.genome.io.fastq.FastqTools
-
Create and return a new
DNASequence with quality scores and error probabilities from the
specified FASTQ formatted sequence.
- createErrorProbabilities(Fastq) - Static method in class org.biojava.nbio.genome.io.fastq.FastqTools
-
Create and return a new
QuantityFeature from the error probabilities of the specified
FASTQ formatted sequence.
- createQualityScores(Fastq) - Static method in class org.biojava.nbio.genome.io.fastq.FastqTools
-
Create and return a new
QualityFeature from the quality scores of the specified
FASTQ formatted sequence.
- Cytoband - Class in org.biojava.nbio.genome.parsers.cytoband
-
- Cytoband() - Constructor for class org.biojava.nbio.genome.parsers.cytoband.Cytoband
-
- CytobandParser - Class in org.biojava.nbio.genome.parsers.cytoband
-
Parses the cytoband (karyotype) file from UCSC.
- CytobandParser() - Constructor for class org.biojava.nbio.genome.parsers.cytoband.CytobandParser
-
- Fastq - Class in org.biojava.nbio.genome.io.fastq
-
FASTQ formatted sequence.
- fastq(Fastq) - Method in interface org.biojava.nbio.genome.io.fastq.StreamListener
-
Notify this listener of a FASTQ formatted sequence.
- FastqBuilder - Class in org.biojava.nbio.genome.io.fastq
-
Fluent builder API for creating FASTQ formatted sequences.
- FastqBuilder() - Constructor for class org.biojava.nbio.genome.io.fastq.FastqBuilder
-
Create a new FASTQ formatted sequence builder.
- FastqReader - Interface in org.biojava.nbio.genome.io.fastq
-
Reader for FASTQ formatted sequences.
- FastqTools - Class in org.biojava.nbio.genome.io.fastq
-
Utility methods for FASTQ formatted sequences.
- FastqVariant - Enum in org.biojava.nbio.genome.io.fastq
-
FASTQ sequence format variant.
- FastqWriter - Interface in org.biojava.nbio.genome.io.fastq
-
Writer for FASTQ formatted sequences.
- Feature - Class in org.biojava.nbio.genome.parsers.gff
-
A Feature corresponds to a single row in a GFF file.
- Feature(Feature) - Constructor for class org.biojava.nbio.genome.parsers.gff.Feature
-
Make a copy of the specified feature.
- Feature(String, String, String, Location, Double, int, String) - Constructor for class org.biojava.nbio.genome.parsers.gff.Feature
-
Construct a new Feature from raw data (usually a GFF row).
- FeatureHelper - Class in org.biojava.nbio.genome.parsers.gff
-
- FeatureHelper() - Constructor for class org.biojava.nbio.genome.parsers.gff.FeatureHelper
-
- FeatureI - Interface in org.biojava.nbio.genome.parsers.gff
-
A feature on a sequence (for example, an exon or a gene), defined by a location
and a set of attributes encoded as key/value pairs.
- FeatureList - Class in org.biojava.nbio.genome.parsers.gff
-
A list of FeatureI objects implemented using a Java ArrayList; corresponds to a GFF file.
- FeatureList() - Constructor for class org.biojava.nbio.genome.parsers.gff.FeatureList
-
Construct an empty list.
- FeatureList(Collection<FeatureI>) - Constructor for class org.biojava.nbio.genome.parsers.gff.FeatureList
-
Construct a new list containing the same features
as the specified list.
- formatExonStructure(GeneChromosomePosition) - Static method in class org.biojava.nbio.genome.util.ChromosomeMappingTools
-
Pretty print the details of a GeneChromosomePosition to a String
- frame() - Method in class org.biojava.nbio.genome.parsers.gff.Feature
-
Get frame (aka phase).
- fromBio(int, int, char) - Static method in class org.biojava.nbio.genome.parsers.gff.Location
-
Create location from "biocoordinates", as in GFF file.
- fromBioExt(int, int, char, int) - Static method in class org.biojava.nbio.genome.parsers.gff.Location
-
Create a location from MAF file coordinates, which represent negative
strand locations as the distance from the end of the sequence.
- GCStats - Class in org.biojava.nbio.genome.parsers.gff
-
- GCStats() - Constructor for class org.biojava.nbio.genome.parsers.gff.GCStats
-
- GeneChromosomePosition - Class in org.biojava.nbio.genome.parsers.genename
-
- GeneChromosomePosition() - Constructor for class org.biojava.nbio.genome.parsers.genename.GeneChromosomePosition
-
- GeneChromosomePositionParser - Class in org.biojava.nbio.genome.parsers.genename
-
A parser that parses a file from the UCSC genome browser that contains mapping of gene name to chromosome positions
- GeneChromosomePositionParser() - Constructor for class org.biojava.nbio.genome.parsers.genename.GeneChromosomePositionParser
-
- GeneFeatureHelper - Class in org.biojava.nbio.genome
-
- GeneFeatureHelper() - Constructor for class org.biojava.nbio.genome.GeneFeatureHelper
-
- GeneIDGFF2Reader - Class in org.biojava.nbio.genome.parsers.gff
-
http://www.bioperl.org/wiki/GTF
Read and write FeatureLists as GFF/GTF formatted files.
- GeneIDGFF2Reader() - Constructor for class org.biojava.nbio.genome.parsers.gff.GeneIDGFF2Reader
-
- GeneIDXMLReader - Class in org.biojava.nbio.genome.parsers.geneid
-
- GeneIDXMLReader(String) - Constructor for class org.biojava.nbio.genome.parsers.geneid.GeneIDXMLReader
-
- GeneMarkGTFReader - Class in org.biojava.nbio.genome.parsers.gff
-
http://www.bioperl.org/wiki/GTF
Read and write FeatureLists as GFF/GTF formatted files.
- GeneMarkGTFReader() - Constructor for class org.biojava.nbio.genome.parsers.gff.GeneMarkGTFReader
-
- GeneName - Class in org.biojava.nbio.genome.parsers.genename
-
A simple bean that contains gene name information as available from www.genenames.org
- GeneName() - Constructor for class org.biojava.nbio.genome.parsers.genename.GeneName
-
- GeneNamesParser - Class in org.biojava.nbio.genome.parsers.genename
-
Parses a file from the www.genenames.org website that contains a mapping of human gene names to other databases
- GeneNamesParser() - Constructor for class org.biojava.nbio.genome.parsers.genename.GeneNamesParser
-
- getAccessionNr() - Method in class org.biojava.nbio.genome.parsers.genename.GeneName
-
- getAllCytobands(URL) - Method in class org.biojava.nbio.genome.parsers.cytoband.CytobandParser
-
- getAllCytobands(InputStream) - Method in class org.biojava.nbio.genome.parsers.cytoband.CytobandParser
-
- getApprovedName() - Method in class org.biojava.nbio.genome.parsers.genename.GeneName
-
- getApprovedSymbol() - Method in class org.biojava.nbio.genome.parsers.genename.GeneName
-
- getAttribute(String) - Method in class org.biojava.nbio.genome.parsers.gff.Feature
-
Get value of specified attribute key.
- getAttribute(String) - Method in interface org.biojava.nbio.genome.parsers.gff.FeatureI
-
Get the attribute value for this key.
- getAttributeOld(String) - Method in class org.biojava.nbio.genome.parsers.gff.Feature
-
- getAttributes() - Method in class org.biojava.nbio.genome.parsers.gff.Feature
-
- getAttributes() - Method in interface org.biojava.nbio.genome.parsers.gff.FeatureI
-
- getBegin() - Method in class org.biojava.nbio.genome.parsers.gff.Location
-
- getCdsEnd() - Method in class org.biojava.nbio.genome.parsers.genename.GeneChromosomePosition
-
- getCDSExonRanges(GeneChromosomePosition) - Static method in class org.biojava.nbio.genome.util.ChromosomeMappingTools
-
Extracts the exon boundaries in CDS coordinates.
- getCDSLength(GeneChromosomePosition) - Static method in class org.biojava.nbio.genome.util.ChromosomeMappingTools
-
Get the length of the CDS in nucleotides.
- getCDSLengthForward(List<Integer>, List<Integer>, int, int) - Static method in class org.biojava.nbio.genome.util.ChromosomeMappingTools
-
Get the length of the coding sequence
- getCDSLengthReverse(List<Integer>, List<Integer>, int, int) - Static method in class org.biojava.nbio.genome.util.ChromosomeMappingTools
-
Get the length of the coding sequence
- getCDSPosForChromosomeCoordinate(int, GeneChromosomePosition) - Static method in class org.biojava.nbio.genome.util.ChromosomeMappingTools
-
I have a genomic coordinate, where is it on the mRNA
- getCDSPosForward(int, List<Integer>, List<Integer>, int, int) - Static method in class org.biojava.nbio.genome.util.ChromosomeMappingTools
-
Converts the genetic coordinate to the position of the nucleotide on the mRNA sequence for a gene
living on the forward DNA strand.
- getCDSPosReverse(int, List<Integer>, List<Integer>, int, int) - Static method in class org.biojava.nbio.genome.util.ChromosomeMappingTools
-
Converts the genetic coordinate to the position of the nucleotide on the mRNA sequence for a gene
living on the reverse DNA strand.
- getCDSRegions(List<Integer>, List<Integer>, int, int) - Static method in class org.biojava.nbio.genome.util.ChromosomeMappingTools
-
Extracts the exons boundaries in CDS coordinates corresponding to the forward DNA strand.
- getCdsStart() - Method in class org.biojava.nbio.genome.parsers.genename.GeneChromosomePosition
-
- getChromosomalRangesForCDS(GeneChromosomePosition) - Static method in class org.biojava.nbio.genome.util.ChromosomeMappingTools
-
Extracts the boundaries of the coding regions in chromosomal coordinates
- getChromosome() - Method in class org.biojava.nbio.genome.parsers.cytoband.Cytoband
-
- getChromosome() - Method in class org.biojava.nbio.genome.parsers.genename.GeneChromosomePosition
-
- getChromosome() - Method in class org.biojava.nbio.genome.parsers.genename.GeneName
-
- getChromosomeMappings() - Static method in class org.biojava.nbio.genome.parsers.genename.GeneChromosomePositionParser
-
- getChromosomeMappings(InputStream) - Static method in class org.biojava.nbio.genome.parsers.genename.GeneChromosomePositionParser
-
- getChromosomePosForCDScoordinate(int, GeneChromosomePosition) - Static method in class org.biojava.nbio.genome.util.ChromosomeMappingTools
-
Maps the position of a CDS nucleotide back to the genome
- getChromosomeSequenceFromDNASequence(LinkedHashMap<String, DNASequence>) - Static method in class org.biojava.nbio.genome.GeneFeatureHelper
-
- getChromPosForward(int, List<Integer>, List<Integer>, int, int) - Static method in class org.biojava.nbio.genome.util.ChromosomeMappingTools
-
Get the CDS position mapped onto the chromosome position
- getChromPosReverse(int, List<Integer>, List<Integer>, int, int) - Static method in class org.biojava.nbio.genome.util.ChromosomeMappingTools
-
Get the CDS position mapped on the chromosome position
- getCurrentSequencePosition() - Method in class org.biojava.nbio.genome.parsers.twobit.TwoBitParser
-
- getDescription() - Method in class org.biojava.nbio.genome.io.fastq.Fastq
-
Return the description of this FASTQ formatted sequence.
- getDescription() - Method in class org.biojava.nbio.genome.io.fastq.FastqBuilder
-
Return the description for this FASTQ formatted sequence builder.
- getDescription() - Method in enum org.biojava.nbio.genome.io.fastq.FastqVariant
-
Return the description of this FASTQ sequence format variant.
- getDNACodingSequences() - Method in class org.biojava.nbio.genome.parsers.geneid.GeneIDXMLReader
-
- getEnd() - Method in class org.biojava.nbio.genome.parsers.cytoband.Cytoband
-
- getEnd() - Method in class org.biojava.nbio.genome.parsers.gff.Location
-
- getEnsemblGeneId() - Method in class org.biojava.nbio.genome.parsers.genename.GeneName
-
- getExonCount() - Method in class org.biojava.nbio.genome.parsers.genename.GeneChromosomePosition
-
- getExonEnds() - Method in class org.biojava.nbio.genome.parsers.genename.GeneChromosomePosition
-
- getExonStarts() - Method in class org.biojava.nbio.genome.parsers.genename.GeneChromosomePosition
-
- getFile() - Method in class org.biojava.nbio.genome.parsers.twobit.TwoBitParser
-
- getGCStats(Collection<DNASequence>) - Static method in class org.biojava.nbio.genome.parsers.gff.GCStats
-
- getGCStatsString(Collection<String>) - Static method in class org.biojava.nbio.genome.parsers.gff.GCStats
-
- getGenebankId() - Method in class org.biojava.nbio.genome.parsers.genename.GeneChromosomePosition
-
- getGeneName() - Method in class org.biojava.nbio.genome.parsers.genename.GeneChromosomePosition
-
- getGeneNames() - Static method in class org.biojava.nbio.genome.parsers.genename.GeneNamesParser
-
- getGeneNames(InputStream) - Static method in class org.biojava.nbio.genome.parsers.genename.GeneNamesParser
-
Get a list of GeneNames from an input stream.
- getGeneSequences(Collection<ChromosomeSequence>) - Static method in class org.biojava.nbio.genome.GeneFeatureHelper
-
- getHgncId() - Method in class org.biojava.nbio.genome.parsers.genename.GeneName
-
- getHitsQueryDef(double) - Method in class org.biojava.nbio.genome.query.BlastXMLQuery
-
- getLocus() - Method in class org.biojava.nbio.genome.parsers.cytoband.Cytoband
-
- getMatches(File, double) - Static method in class org.biojava.nbio.genome.homology.BlastHomologyHits
-
- getOmimId() - Method in class org.biojava.nbio.genome.parsers.genename.GeneName
-
- getOrientation() - Method in class org.biojava.nbio.genome.parsers.genename.GeneChromosomePosition
-
- getPhase() - Method in class org.biojava.nbio.genome.parsers.genename.ChromPos
-
- getPos() - Method in class org.biojava.nbio.genome.parsers.genename.ChromPos
-
- getPreviousNames() - Method in class org.biojava.nbio.genome.parsers.genename.GeneName
-
- getPreviousSymbols() - Method in class org.biojava.nbio.genome.parsers.genename.GeneName
-
- getProteinSequences(Collection<ChromosomeSequence>) - Static method in class org.biojava.nbio.genome.GeneFeatureHelper
-
- getProteinSequences() - Method in class org.biojava.nbio.genome.parsers.geneid.GeneIDXMLReader
-
- getQuality() - Method in class org.biojava.nbio.genome.io.fastq.Fastq
-
Return the quality scores for this FASTQ formatted sequence.
- getRefseqIds() - Method in class org.biojava.nbio.genome.parsers.genename.GeneName
-
- getSequence() - Method in class org.biojava.nbio.genome.io.fastq.Fastq
-
Return the sequence for this FASTQ formatted sequence.
- getSequence(String, int, int) - Method in class org.biojava.nbio.genome.parsers.twobit.TwoBitFacade
-
Extract a sequence from a chromosome, using chromosomal coordinates
- getSequenceNames() - Method in class org.biojava.nbio.genome.parsers.twobit.TwoBitParser
-
- getStainTypeFromString(String) - Static method in enum org.biojava.nbio.genome.parsers.cytoband.StainType
-
- getStart() - Method in class org.biojava.nbio.genome.parsers.cytoband.Cytoband
-
- getStatus() - Method in class org.biojava.nbio.genome.parsers.genename.GeneName
-
- getSynonyms() - Method in class org.biojava.nbio.genome.parsers.genename.GeneName
-
- getTranscriptDNASequence(TwoBitFacade, GeneChromosomePosition) - Static method in class org.biojava.nbio.genome.util.ChromosomeMappingTools
-
Extracts the DNA sequence transcribed from the input genetic coordinates.
- getTranscriptDNASequence(TwoBitFacade, String, List<Integer>, List<Integer>, int, int, Character) - Static method in class org.biojava.nbio.genome.util.ChromosomeMappingTools
-
Extracts the DNA sequence transcribed from the input genetic coordinates.
- getTranscriptionEnd() - Method in class org.biojava.nbio.genome.parsers.genename.GeneChromosomePosition
-
- getTranscriptionStart() - Method in class org.biojava.nbio.genome.parsers.genename.GeneChromosomePosition
-
- getTwoBitURL(String) - Static method in class org.biojava.nbio.genome.parsers.twobit.SimpleTwoBitFileProvider
-
- getType() - Method in class org.biojava.nbio.genome.parsers.cytoband.Cytoband
-
- getUniprot() - Method in class org.biojava.nbio.genome.parsers.genename.GeneName
-
- getVariant() - Method in class org.biojava.nbio.genome.io.fastq.Fastq
-
Return the FASTQ sequence format variant for this FASTQ formatted sequence.
- getVariant() - Method in class org.biojava.nbio.genome.io.fastq.IlluminaFastqReader
-
- getVariant() - Method in class org.biojava.nbio.genome.io.fastq.SangerFastqReader
-
- getVariant() - Method in class org.biojava.nbio.genome.io.fastq.SolexaFastqReader
-
- GFF3FromUniprotBlastHits - Class in org.biojava.nbio.genome.homology
-
- GFF3FromUniprotBlastHits() - Constructor for class org.biojava.nbio.genome.homology.GFF3FromUniprotBlastHits
-
- GFF3Reader - Class in org.biojava.nbio.genome.parsers.gff
-
http://www.bioperl.org/wiki/GTF
Read and write FeatureLists as GFF/GTF formatted files.
- GFF3Reader() - Constructor for class org.biojava.nbio.genome.parsers.gff.GFF3Reader
-
- GFF3Writer - Class in org.biojava.nbio.genome.parsers.gff
-
- GFF3Writer() - Constructor for class org.biojava.nbio.genome.parsers.gff.GFF3Writer
-
- group() - Method in class org.biojava.nbio.genome.parsers.gff.Feature
-
Get the first item (everything before first semicolon, if it has one)
in the attribute field, which is assumed to
be a group identifer.
- group() - Method in interface org.biojava.nbio.genome.parsers.gff.FeatureI
-
Get the group id of the feature.
- groupValues() - Method in class org.biojava.nbio.genome.parsers.gff.FeatureList
-
Create a collection of all unique group ids in the list, as defined
by the group() method of the features.
- SangerFastqReader - Class in org.biojava.nbio.genome.io.fastq
-
- SangerFastqReader() - Constructor for class org.biojava.nbio.genome.io.fastq.SangerFastqReader
-
- SangerFastqWriter - Class in org.biojava.nbio.genome.io.fastq
-
- SangerFastqWriter() - Constructor for class org.biojava.nbio.genome.io.fastq.SangerFastqWriter
-
- score() - Method in class org.biojava.nbio.genome.parsers.gff.Feature
-
Get score.
- selectByAttribute(String, String) - Method in class org.biojava.nbio.genome.parsers.gff.FeatureList
-
Create a list of all features that include the specified attribute key/value pair.
- selectByAttribute(String) - Method in class org.biojava.nbio.genome.parsers.gff.FeatureList
-
Create a list of all features that include the specified attribute key.
- selectByGroup(String) - Method in class org.biojava.nbio.genome.parsers.gff.FeatureList
-
Create a list of all features that have the specified group id, as defined by
the group() method of the features.
- selectByType(String) - Method in class org.biojava.nbio.genome.parsers.gff.FeatureList
-
Create a list of all features that are of the specified type, as defined by
the type() method of the features.
- selectByUserData(String, Object) - Method in class org.biojava.nbio.genome.parsers.gff.FeatureList
-
Create a list of all features that include the specified key/value pair in their userMap().
- selectByUserData(String) - Method in class org.biojava.nbio.genome.parsers.gff.FeatureList
-
Create a list of all features that include the specified key in their userMap().
- selectOverlapping(String, Location, boolean) - Method in class org.biojava.nbio.genome.parsers.gff.FeatureList
-
Create a list of all features that overlap the specified location on the specified
sequence.
- seqname() - Method in class org.biojava.nbio.genome.parsers.gff.Feature
-
Get the sequence name.
- seqname() - Method in interface org.biojava.nbio.genome.parsers.gff.FeatureI
-
Get the sequence name.
- sequence(String) - Method in interface org.biojava.nbio.genome.io.fastq.ParseListener
-
Notify this parse listener of a sequence line.
- sequenceAndQualityLengthsMatch() - Method in class org.biojava.nbio.genome.io.fastq.FastqBuilder
-
Return true if the sequence and quality scores for this FASTQ formatted sequence builder are equal in length.
- setAccessionNr(String) - Method in class org.biojava.nbio.genome.parsers.genename.GeneName
-
- setApprovedName(String) - Method in class org.biojava.nbio.genome.parsers.genename.GeneName
-
- setApprovedSymbol(String) - Method in class org.biojava.nbio.genome.parsers.genename.GeneName
-
- setCdsEnd(Integer) - Method in class org.biojava.nbio.genome.parsers.genename.GeneChromosomePosition
-
- setCdsStart(Integer) - Method in class org.biojava.nbio.genome.parsers.genename.GeneChromosomePosition
-
- setChromosome(String) - Method in class org.biojava.nbio.genome.parsers.cytoband.Cytoband
-
- setChromosome(String) - Method in class org.biojava.nbio.genome.parsers.genename.GeneChromosomePosition
-
- setChromosome(String) - Method in class org.biojava.nbio.genome.parsers.genename.GeneName
-
- setChromosome(String) - Method in class org.biojava.nbio.genome.parsers.twobit.TwoBitFacade
-
Sets a chromosome for TwoBitParser.
- setCoordinateSystem(int) - Static method in class org.biojava.nbio.genome.util.ChromosomeMappingTools
-
- setCurrentSequence(String) - Method in class org.biojava.nbio.genome.parsers.twobit.TwoBitParser
-
Method open nucleotide stream for sequence with given name.
- setCurrentSequencePosition(long) - Method in class org.biojava.nbio.genome.parsers.twobit.TwoBitParser
-
- setEnd(Integer) - Method in class org.biojava.nbio.genome.parsers.cytoband.Cytoband
-
- setEnsemblGeneId(String) - Method in class org.biojava.nbio.genome.parsers.genename.GeneName
-
- setExonCount(int) - Method in class org.biojava.nbio.genome.parsers.genename.GeneChromosomePosition
-
- setExonEnds(List<Integer>) - Method in class org.biojava.nbio.genome.parsers.genename.GeneChromosomePosition
-
- setExonStarts(List<Integer>) - Method in class org.biojava.nbio.genome.parsers.genename.GeneChromosomePosition
-
- setGenebankId(String) - Method in class org.biojava.nbio.genome.parsers.genename.GeneChromosomePosition
-
- setGeneName(String) - Method in class org.biojava.nbio.genome.parsers.genename.GeneChromosomePosition
-
- setHgncId(String) - Method in class org.biojava.nbio.genome.parsers.genename.GeneName
-
- setLocus(String) - Method in class org.biojava.nbio.genome.parsers.cytoband.Cytoband
-
- setOmimId(String) - Method in class org.biojava.nbio.genome.parsers.genename.GeneName
-
- setOrientation(Character) - Method in class org.biojava.nbio.genome.parsers.genename.GeneChromosomePosition
-
- setPhase(int) - Method in class org.biojava.nbio.genome.parsers.genename.ChromPos
-
- setPos(int) - Method in class org.biojava.nbio.genome.parsers.genename.ChromPos
-
- setPreviousNames(String) - Method in class org.biojava.nbio.genome.parsers.genename.GeneName
-
- setPreviousSymbols(String) - Method in class org.biojava.nbio.genome.parsers.genename.GeneName
-
- setRefseqIds(String) - Method in class org.biojava.nbio.genome.parsers.genename.GeneName
-
- setStart(Integer) - Method in class org.biojava.nbio.genome.parsers.cytoband.Cytoband
-
- setStatus(String) - Method in class org.biojava.nbio.genome.parsers.genename.GeneName
-
- setSynonyms(String) - Method in class org.biojava.nbio.genome.parsers.genename.GeneName
-
- setTranscriptionEnd(Integer) - Method in class org.biojava.nbio.genome.parsers.genename.GeneChromosomePosition
-
- setTranscriptionStart(Integer) - Method in class org.biojava.nbio.genome.parsers.genename.GeneChromosomePosition
-
- setType(StainType) - Method in class org.biojava.nbio.genome.parsers.cytoband.Cytoband
-
- setUniprot(String) - Method in class org.biojava.nbio.genome.parsers.genename.GeneName
-
- SimpleTwoBitFileProvider - Class in org.biojava.nbio.genome.parsers.twobit
-
Created by yana on 4/4/17.
- SimpleTwoBitFileProvider() - Constructor for class org.biojava.nbio.genome.parsers.twobit.SimpleTwoBitFileProvider
-
- skip(long) - Method in class org.biojava.nbio.genome.parsers.twobit.TwoBitParser
-
Method skips n nucleotides in sequence stream.
- SolexaFastqReader - Class in org.biojava.nbio.genome.io.fastq
-
- SolexaFastqReader() - Constructor for class org.biojava.nbio.genome.io.fastq.SolexaFastqReader
-
- SolexaFastqWriter - Class in org.biojava.nbio.genome.io.fastq
-
- SolexaFastqWriter() - Constructor for class org.biojava.nbio.genome.io.fastq.SolexaFastqWriter
-
- sortByStart() - Method in class org.biojava.nbio.genome.parsers.gff.FeatureList
-
Create a new list that is ordered by the starting index of the features' locations.
- source() - Method in class org.biojava.nbio.genome.parsers.gff.Feature
-
Get source (aka method).
- splice(DNASequence) - Method in class org.biojava.nbio.genome.parsers.gff.FeatureList
-
Concatenate successive portions of the specified sequence
using the feature locations in the list.
- SplitFasta - Class in org.biojava.nbio.genome.util
-
Utility to write each Fasta entry to a unique file
- SplitFasta() - Constructor for class org.biojava.nbio.genome.util.SplitFasta
-
- StainType - Enum in org.biojava.nbio.genome.parsers.cytoband
-
- start() - Method in class org.biojava.nbio.genome.parsers.gff.Location
-
Get starting index (origin 0).
- startsAfter(Location) - Method in class org.biojava.nbio.genome.parsers.gff.Location
-
Check if this location starts after the other location starts.
- startsBefore(Location) - Method in class org.biojava.nbio.genome.parsers.gff.Location
-
Check if this location starts before other location starts.
- stream(Readable, StreamListener) - Method in interface org.biojava.nbio.genome.io.fastq.FastqReader
-
Stream the specified readable.
- StreamListener - Interface in org.biojava.nbio.genome.io.fastq
-
Event based parser callback.
- suffix(int) - Method in class org.biojava.nbio.genome.parsers.gff.Location
-
The part of this location after the specified position.
- suffix(Location) - Method in class org.biojava.nbio.genome.parsers.gff.Location
-
The part of this location after the other location (not inclusive).