Package htsjdk.tribble.bed
Interface BEDFeature
-
- All Known Implementing Classes:
FullBEDFeature,SimpleBEDFeature
public interface BEDFeature extends Feature
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ColorgetColor()StringgetDescription()List<FullBEDFeature.Exon>getExons()StringgetLink()StringgetName()floatgetScore()StrandgetStrand()StringgetType()-
Methods inherited from interface htsjdk.samtools.util.Locatable
contains, contigsMatch, getContig, getEnd, getLengthOnReference, getStart, overlaps, withinDistanceOf
-
-