Reads BAM files using Rsamtools (if available) or the system samtools
command as fallback.
Usage
bb_read_bam(
path,
index = TRUE,
what = c("qname", "flag", "rname", "pos", "mapq", "cigar")
)Reads BAM files using Rsamtools (if available) or the system samtools
command as fallback.
bb_read_bam(
path,
index = TRUE,
what = c("qname", "flag", "rname", "pos", "mapq", "cigar")
)