View source: R/preprocess-utils.R
countParam | R Documentation |
A wrapper function for Rsamtools::ScanBamParam()
.
countParam(
gr,
flags = scanBamFlag(isUnmappedQuery = FALSE, isDuplicate = FALSE)
)
gr |
A |
flags |
An integer vector as returned by |
A ScanBamParam
object
library(Rsamtools)
library(svfilters.hg19)
data(bins1kb)
scan_param <- countParam(bins1kb)
scan_param
class(scan_param) #ScanBamParam
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.