View source: R/GlobalDefaults.R
addArchRThreads | R Documentation |
This function will set the number of threads to be used for parallel computing across all ArchR functions.
addArchRThreads(threads = floor(parallel::detectCores()/2), force = FALSE)
threads |
The default number of threads to be used for parallel execution across all ArchR functions.
This value is stored as a global environment variable, not part of the |
force |
If you request more than the total number of CPUs minus 2, ArchR will set |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.