setUpBPPARAM {DysPIA} | R Documentation |
setUpBPPARAM
Description
Sets up parameter BPPARAM value.
Usage
setUpBPPARAM(nproc = 0, BPPARAM = NULL)
Arguments
nproc |
If not equal to zero sets BPPARAM to use nproc workers (default = 0). |
BPPARAM |
Parallelization parameter used in bplapply. Can be used to specify cluster to run. If not initialized explicitly or by setting 'nproc' default value 'bpparam()' is used. |
Value
parameter BPPARAM value
[Package DysPIA version 1.3 Index]