public interface ReadsDecoder extends HtsDecoder<SAMFileHeader,SAMRecord>, ReadsQuery<SAMRecord>
HtsContentType.ALIGNED_READS decoders. Defines the type parameters instantiated for
reads decoders.| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<SAMRecord> |
queryMate(SAMRecord rec)
Fetch the mate for the given read.
|
CloseableIterator<SAMRecord> |
queryUnmapped()
Get an iterator of unmapped reads.
|
close, getDisplayName, getFileFormat, getHeader, getVersionhasIndex, isQueryable, iterator, query, query, query, query, queryContained, queryContained, queryContained, queryOverlapping, queryOverlapping, queryOverlapping, queryStartCloseableIterator<SAMRecord> queryUnmapped()
Bundle.queryUnmapped in interface ReadsQuery<SAMRecord>java.util.Optional<SAMRecord> queryMate(SAMRecord rec)
Bundle.queryMate in interface ReadsQuery<SAMRecord>rec - the source record