set_cellbench_threads | R Documentation |
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.
set_cellbench_threads(nthreads = 1)
nthreads |
the number of threads used by CellBench |
None
set_cellbench_bpparam
for more advanced interface
set_cellbench_threads(1) # CellBench runs on a single thread
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.