setModuleNumCores,RnBClusterRun,integer,character-method {RnBeads} | R Documentation |
Specifies the number of cores used by the different pipeline modules
## S4 method for signature 'RnBClusterRun,integer,character' setModuleNumCores(object, num.cores, modules = "all")
object |
|
num.cores |
an integer specifying the number of cores to be used |
modules |
vector of applicable pipeline modules. Can be |
The modified object
Fabian Mueller