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 range is 0-based half open using chromosomal coordinates

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

Meta