set_cellbench_threads: Set number of threads used by CellBench

View source: R/set_options.R

set_cellbench_threadsR Documentation

Set number of threads used by CellBench

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

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

set_cellbench_threads(1) # CellBench runs on a single thread


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