Description Usage Arguments Value Author(s) Examples
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.
1 | readPooledBamGaps(infiles,idxInfiles=paste(infiles,".bai",sep=""))
|
infiles |
Filenames of BAM-files to be opened for data extraction. |
idxInfiles |
Optional: Name of BAM-index files |
bamGapList
Wolfgang Kaisers
1 2 3 4 | bam<-system.file("extdata","accepted_hits.bam",package="rbamtools")
rpb<-readPooledBamGaps(bam)
rpdf<-readPooledBamGapDf(bam)
hist(rpdf$gqs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.