getBamMultiMatching | R Documentation |
Gets bam multi matching and returns the result as an integer vector.
getBamMultiMatching(param, bamFile, nReads = NULL)
param |
a list of parameters:
|
bamFile |
a character representing the bam file path. |
nReads |
an integer specifying the number of reads. These additional reads will be counted in "0" |
Returns a integer vector specifying the amount of matching reads.
Rehrauer, Hubert
Schmid, Peter
param = ezParam()
bamFile <- system.file("extdata", "ex1.bam", package="Rsamtools", mustWork=TRUE)
getBamMultiMatching(param, bamFile, nReads=10000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.