set_cellbench_bpparam {CellBench}R Documentation

Set BiocParallel parameter used CellBench

Description

This is a more advanced interface for changing CellBench's parallelism settings. Internally CellBench uses BiocParallel for parallism, consult the documentation of BiocParallel to see what settings are available.

Usage

set_cellbench_bpparam(param)

Arguments

param

the BiocParallel parameter object

Value

None

See Also

set_cellbench_threads for more basic interface

Examples

set_cellbench_threads(1) # CellBench runs on a single thread


[Package CellBench version 1.10.0 Index]