Package htsjdk.tribble.gff
Class SequenceRegion
java.lang.Object
htsjdk.tribble.gff.SequenceRegion
- All Implemented Interfaces:
Locatable
Represents a sequence region feature in a gff3 file. May be linear or circular.
-
Method Details
-
getContig
Description copied from interface:Locatable
Gets the contig name for the contig this is mapped to. May return null if there is no unique mapping. -
getStart
public int getStart() -
getEnd
public int getEnd() -
isCircular
public boolean isCircular() -
equals
-
hashCode
public int hashCode()
-