readRNASeqEnds: Read Paired End Bam Files
Description
Read paired end BAM files with requested columns from the BAMUsage
readRNASeqEnds(bam_file, scan_bam_what)
Details
This function returns a GRangesList containing information about
pair-end alignment data. It is essentially
Rsamtools::readBamGappedAlignments, but it uses Rsamtools::scanBam
to get information not that cannot be obtained from
readBamGappedAlignments