- 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 in the Gene?
- getCDSPosForward(int, List<Integer>, List<Integer>, int, int) - Static method in class org.biojava.nbio.genome.util.ChromosomeMappingTools
-
Get the chromosome position mapped onto the mrna CDS transcript position (needs to be divided by 3 to get protein coordinate)
- getCDSPosReverse(int, List<Integer>, List<Integer>, int, int) - Static method in class org.biojava.nbio.genome.util.ChromosomeMappingTools
-
- 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
-
- 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
-
- getRefseqIds() - Method in class org.biojava.nbio.genome.parsers.genename.GeneName
-
- 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
-
- getTranscriptionEnd() - Method in class org.biojava.nbio.genome.parsers.genename.GeneChromosomePosition
-
- getTranscriptionStart() - Method in class org.biojava.nbio.genome.parsers.genename.GeneChromosomePosition
-
- getType() - Method in class org.biojava.nbio.genome.parsers.cytoband.Cytoband
-
- getUniprot() - Method in class org.biojava.nbio.genome.parsers.genename.GeneName
-
- 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.
- 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
-
- 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
-
- 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).