readPooledBamGaps: readPooledBamGaps: Position data for alignments gaps from multiple
BAM files.
Description
The function takes vectors of BAM-file names
(plus accompanying names of BAM-index-files) and return a bamGapList object.
The bamGapList object can be merged with other bamGapList objects and data
can be extracted with the 'as.data.frame' method.
# NOT RUN {bam<-system.file("extdata","accepted_hits.bam",package="rbamtools")
rpb<-readPooledBamGaps(bam)
rpdf<-readPooledBamGapDf(bam)
hist(rpdf$gqs)
# }