parallelize | R Documentation |
A convenient wrapper function of BiocParallel
providing easy
parallelization.
paraLapply(
X,
FUN,
BPPARAM = NULL,
cores = 1L,
type = c("serial", "fork", "sock"),
verbose = FALSE,
...
)
X |
Any object for which methods |
FUN |
The |
BPPARAM |
An optional |
cores |
The number of threads to use. The results are invariate to the
value of |
type |
One of "serial", "fork", or "sock". When |
verbose |
Whether to print debug information or not. |
... |
Additional parameters passed to |
See lapply
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.