Uses of Package
org.biojava.nbio.genome.parsers.gff
-
Packages that use org.biojava.nbio.genome.parsers.gff Package Description org.biojava.nbio.genome org.biojava.nbio.genome.parsers.gff -
Classes in org.biojava.nbio.genome.parsers.gff used by org.biojava.nbio.genome Class Description FeatureList A list of FeatureI objects implemented using a Java ArrayList; corresponds to a GFF file. -
Classes in org.biojava.nbio.genome.parsers.gff used by org.biojava.nbio.genome.parsers.gff Class Description Feature A Feature corresponds to a single row in a GFF file.FeatureI 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 A list of FeatureI objects implemented using a Java ArrayList; corresponds to a GFF file.Location A location on a sequence.LocIterator Move a sliding window over a Location.