Class Fragment
java.lang.Object
org.broadinstitute.hellbender.utils.read.Fragment
- All Implemented Interfaces:
htsjdk.samtools.util.Locatable
All available evidence coming from a single biological fragment. Either one read or a read pair.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface htsjdk.samtools.util.Locatable
contains, contigsMatch, getLengthOnReference, overlaps, withinDistanceOf
-
Constructor Details
-
Fragment
-
Fragment
-
-
Method Details
-
create
-
createAndAvoidFailure
-
getReads
-
getContig
- Specified by:
getContig
in interfacehtsjdk.samtools.util.Locatable
-
getStart
public int getStart()- Specified by:
getStart
in interfacehtsjdk.samtools.util.Locatable
-
getEnd
public int getEnd()- Specified by:
getEnd
in interfacehtsjdk.samtools.util.Locatable
-