windowCountsParallel: Parallel version of 'csaw::windowCounts()'

View source: R/parallel_utils.R

windowCountsParallelR Documentation

Parallel version of csaw::windowCounts()

Description

Parallel version of csaw::windowCounts()

Usage

windowCountsParallel(
  bam.files,
  ...,
  filter = 10,
  BPPARAM = BiocParallel::bpparam()
)

Arguments

bam.files, filter

These arguments have the same meaning as in csaw::windowCounts()

...

Other arguments are passed to csaw::windowCounts()

BPPARAM

A BiocParallelParam instance that determines how to parallelize the operation

Value

See csaw::windowCounts().

See Also

csaw::windowCounts(), BiocParallel::bplapply()


DarwinAwardWinner/rctutils documentation built on July 22, 2022, 5:19 a.m.