CAGEr_Multicore | R Documentation |
CAGEr is in the transition towards using the BiocParallel for multicore parallelisation. On Windows platforms, the multicore support is disabled transparently, that is, attempts to use multiple cores are silently ignored.
CAGEr_Multicore(useMulticore = FALSE, nrCores = NULL)
useMulticore |
TRUE or FALSE |
nrCores |
number of cores to use (leave |
Returns either a MulticoreParam
object or a
SerialParam
object.
Charles Plessy
CAGEr:::CAGEr_Multicore()
CAGEr:::CAGEr_Multicore(TRUE,)
CAGEr:::CAGEr_Multicore(TRUE, 2)
CAGEr:::CAGEr_Multicore(FALSE, 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.