Allow and disable multi-threading for certain WGCNA calculations
“允许”和“禁止多线程的某些WGCNA计算
译者:生物统计家园网 机器人LoveR
描述----------Description----------
These functions allow and disable multi-threading for WGCNA calculations that can optionally be multi-threaded, which includes all functions using cor or bicor functions.
这些功能允许禁用多线程WGCNA计算,可以选择是多线程的,其中包括使用cor或bicor函数的所有功能。
用法----------Usage----------
allowWGCNAThreads(nThreads = NULL)
disableWGCNAThreads()
参数----------Arguments----------
参数:nThreads
Number of threads to allow. If not given, the number of processors online (as reported by system configuration) will be used. There appear to be some cases where the automatically-determined number is wrong; please check the output to see that the number of threads makes sense. Except for testing and/or torturing your system, the number of threads should be no more than the number of actual processors/cores.
允许的线程数。如果没有给出,联机处理器的数目(如由系统配置报告)将被使用。似乎有某些情况下,自动确定的数字是错误的,请检查输出的线程数是有道理的。除用于测试和/或折磨你的系统中,线程的数量应该不超过实际处理器/核心的数量。
值----------Value----------
Maximum number of threads WGCNA calculations will be allowed to use.
最大数将被允许的线程WGCNA计算的使用。
注意----------Note----------
Multi-threading within WGCNA is not available on Windows.
多线程内WGCNA的是适用于Windows。