- 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.
- 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
-
- 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
-
- 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
-
- skip(long) - Method in class org.biojava.nbio.genome.parsers.twobit.TwoBitParser
-
Method skips n nucleotides in sequence stream.
- 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.
- 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).