public class ReadEndsForMateCigar extends ReadEnds
| Modifier and Type | Field and Description |
|---|---|
htsjdk.samtools.util.SamRecordWithOrdinal |
samRecordWithOrdinal |
F, FF, FR, isOpticalDuplicate, libraryId, orientation, orientationForOpticalDuplicates, R, read1Coordinate, read1ReferenceIndex, read2Coordinate, read2ReferenceIndex, readGroup, RF, RRtile, x, yNO_VALUE| Constructor and Description |
|---|
ReadEndsForMateCigar(ReadEndsForMateCigar other,
htsjdk.samtools.util.SamRecordWithOrdinal samRecordWithOrdinal)
Creates a shallow copy from the "other"
|
ReadEndsForMateCigar(htsjdk.samtools.SAMFileHeader header,
htsjdk.samtools.util.SamRecordWithOrdinal samRecordWithOrdinal,
OpticalDuplicateFinder opticalDuplicateFinder,
short libraryId)
Builds a read ends object that represents a single read.
|
| Modifier and Type | Method and Description |
|---|---|
PhysicalLocationForMateCigarSet |
getLocationSet() |
java.util.Set<ReadEnds> |
getReadEndSetForOpticalDuplicates()
Gets the read ends for optical duplicate tracking
|
htsjdk.samtools.SAMRecord |
getRecord() |
java.lang.String |
getRecordReadName() |
htsjdk.samtools.util.SamRecordWithOrdinal |
getSamRecordIndex()
A number of convenience functions
|
boolean |
isPaired() |
PhysicalLocationForMateCigarSet |
removeLocationSet() |
void |
setLocationSet(PhysicalLocationForMateCigarSet locationSet) |
getLibraryId, getOrientationByte, getReadGroup, setLibraryId, setReadGroupsetX, setYgetTile, getX, getY, setTileclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasLocationpublic htsjdk.samtools.util.SamRecordWithOrdinal samRecordWithOrdinal
public ReadEndsForMateCigar(htsjdk.samtools.SAMFileHeader header,
htsjdk.samtools.util.SamRecordWithOrdinal samRecordWithOrdinal,
OpticalDuplicateFinder opticalDuplicateFinder,
short libraryId)
public ReadEndsForMateCigar(ReadEndsForMateCigar other, htsjdk.samtools.util.SamRecordWithOrdinal samRecordWithOrdinal)
public htsjdk.samtools.util.SamRecordWithOrdinal getSamRecordIndex()
public htsjdk.samtools.SAMRecord getRecord()
public java.lang.String getRecordReadName()
public java.util.Set<ReadEnds> getReadEndSetForOpticalDuplicates()
public PhysicalLocationForMateCigarSet getLocationSet()
public PhysicalLocationForMateCigarSet removeLocationSet()
public void setLocationSet(PhysicalLocationForMateCigarSet locationSet)