set_cellbench_bpparam: Set BiocParallel parameter used CellBench

View source: R/set_options.R

set_cellbench_bpparamR Documentation

Set BiocParallel parameter used CellBench

Description

This is a more advanced interface for changing CellBench's parallelism settings. Internally CellBench uses BiocParallel for parallelism, 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


Shians/CellBench documentation built on Oct. 16, 2023, 7:54 a.m.