View source: R/parallel_utils.R
windowCountsParallel | R Documentation |
csaw::windowCounts()
Parallel version of csaw::windowCounts()
windowCountsParallel( bam.files, ..., filter = 10, BPPARAM = BiocParallel::bpparam() )
bam.files, filter |
These arguments have the same meaning
as in |
... |
Other arguments are passed to |
BPPARAM |
A BiocParallelParam instance that determines how to parallelize the operation |
See csaw::windowCounts()
.
csaw::windowCounts()
, BiocParallel::bplapply()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.