filteroutBam | R Documentation |
Filter bam file by removing...
filteroutBam(inBam, outBam, cores = ezThreads(), chrs = NA)
inBam |
|
outBam |
|
cores |
|
chrs |
|
mapQ |
|
invisible outBam
file
Ge Tan
inBam <- system.file("extdata", "ex1.bam", package="Rsamtools",
mustWork=TRUE)
outBam <- tempfile(pattern="test-", fileext=".bam")
filteroutBam(inBam, outBam, chrs="seq1", mapQ=10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.