SAMRecord.getAlignedPairs

get a range of aligned read and reference positions this is meant to recreate functionality from pysam: https://pysam.readthedocs.io/en/latest/api.html#pysam.AlignedSegment.get_aligned_pairs

  1. auto getAlignedPairs(long start, long end)
  2. auto getAlignedPairs()
    class SAMRecord
    getAlignedPairs
    (
    bool withRefSeq
    )
    ()

Meta