cor
or bicor
functions.allowWGCNAThreads(nThreads = NULL)enableWGCNAThreads(nThreads = NULL)
disableWGCNAThreads()
WGCNAnThreads()
allowWGCNAThreads
, enableWGCNAThreads
, and disableWGCNAThreads
return the
maximum number of threads WGCNA calculations will be allowed to use.allowWGCNAThreads
enables parallel calculation within the compiled code in WGCNA, principally for
calculation of correlations in the presence of missing data. This function is now deprecated; use
enableWGCNAThreads
instead.enableWGCNAThreads
enables parallel calculations within user-level R functions as well as within the
compiled code, and registers an
appropriate parallel calculation back-end for the operating system/platform.
disableWGCNAThreads
disables parallel processing.
WGCNAnThreads
returns the number of threads (parallel processes) that WGCNA is currently configured
to run with.