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 Color
getColor()
String
getDescription()
List<FullBEDFeature.Exon>
getExons()
String
getLink()
String
getName()
float
getScore()
Strand
getStrand()
String
getType()
-
Methods inherited from interface htsjdk.samtools.util.Locatable
contains, contigsMatch, getContig, getEnd, getLengthOnReference, getStart, overlaps, withinDistanceOf
-
-