set_cellbench_threads: Set number of threads used by CellBench

Description Usage Arguments Value See Also Examples

View source: R/set_options.R

Description

Sets global parameter for CellBench to use multiple threads for applying methods. If any methods applied are multi-threaded then it's recommended to set CellBench threads to 1. It only recommended to use CellBench with multiple threads if methods applied can be set to run on single threads.

Usage

1
set_cellbench_threads(nthreads = 1)

Arguments

nthreads

the number of threads used by CellBench

Value

None

See Also

set_cellbench_bpparam for more advanced interface

Examples

1
set_cellbench_threads(1) # CellBench runs on a single thread

CellBench documentation built on Nov. 8, 2020, 5:11 p.m.