- getAttributes() - Method in class org.dishevelled.bio.feature.Gff3Record
-
Return the attributes for this GFF3 record.
- getBlockCount() - Method in class org.dishevelled.bio.feature.BedRecord
-
Return the block count for this BED record.
- getBlockSizes() - Method in class org.dishevelled.bio.feature.BedRecord
-
Return the block sizes for this BED record.
- getBlockStarts() - Method in class org.dishevelled.bio.feature.BedRecord
-
Return the block starts for this BED record.
- getChrom() - Method in class org.dishevelled.bio.feature.BedRecord
-
Return the chrom for this BED record.
- getEnd() - Method in class org.dishevelled.bio.feature.BedRecord
-
Return the end for this BED record in 0-based coordinate system, closed open range.
- getEnd() - Method in class org.dishevelled.bio.feature.Gff3Record
-
Return the end for this GFF3 record in 0-based coordinate system, closed open range.
- getFeatureType() - Method in class org.dishevelled.bio.feature.Gff3Record
-
Return the feature type for this GFF3 record.
- getFormat() - Method in class org.dishevelled.bio.feature.BedRecord
-
Return the format of this BED record.
- getItemRgb() - Method in class org.dishevelled.bio.feature.BedRecord
-
Return the item RGB for this BED record, if any.
- getName() - Method in class org.dishevelled.bio.feature.BedRecord
-
Return the name for this BED record, if any.
- getPhase() - Method in class org.dishevelled.bio.feature.Gff3Record
-
Return the phase for this GFF3 record, if any.
- getScore() - Method in class org.dishevelled.bio.feature.BedRecord
-
Return the score for this BED record, if any.
- getScore() - Method in class org.dishevelled.bio.feature.Gff3Record
-
Return the score for this GFF3 record, if any.
- getSeqid() - Method in class org.dishevelled.bio.feature.Gff3Record
-
Return the seqid for this GFF3 record.
- getSource() - Method in class org.dishevelled.bio.feature.Gff3Record
-
Return the source for this GFF3 record.
- getStart() - Method in class org.dishevelled.bio.feature.BedRecord
-
Return the start for this BED record in 0-based coordinate system, closed open range.
- getStart() - Method in class org.dishevelled.bio.feature.Gff3Record
-
Return the start for this GFF3 record in 0-based coordinate system, closed open range.
- getStrand() - Method in class org.dishevelled.bio.feature.BedRecord
-
Return the strand for this BED record, if any.
- getStrand() - Method in class org.dishevelled.bio.feature.Gff3Record
-
Return the strand for this GFF3 record.
- getThickEnd() - Method in class org.dishevelled.bio.feature.BedRecord
-
Return the thick end for this BED record in 0-based coordinate system, closed open range.
- getThickStart() - Method in class org.dishevelled.bio.feature.BedRecord
-
Return the thick start for this BED record in 0-based coordinate system, closed open range.
- Gff3Listener - Interface in org.dishevelled.bio.feature
-
GFF3 listener.
- Gff3Reader - Class in org.dishevelled.bio.feature
-
GFF3 format reader.
- Gff3Record - Class in org.dishevelled.bio.feature
-
GFF3 record.
- Gff3Record(String, String, String, long, long, Double, String, Integer, ListMultimap<String, String>) - Constructor for class org.dishevelled.bio.feature.Gff3Record
-
Create a new GFF3 record.
- Gff3Writer - Class in org.dishevelled.bio.feature
-
GFF3 writer.