View source: R/reduceResultsExperimentsParallel.R
| reduceResultsExperimentsParallel | R Documentation |
Basically the same as reduceResultsExperiments but creates a few (hopefully short) jobs
to reduce the results in parallel. The function internally calls batchMapQuick,
does “busy-waiting” till
all jobs are done and cleans all temporary files up.
The rows are ordered as ids and named with ids, so one can easily index them.
reduceResultsExperimentsParallel(
reg,
ids,
part = NA_character_,
fun,
...,
timeout = 604800L,
njobs = 20L,
strings.as.factors = FALSE,
impute.val,
apply.on.missing = FALSE,
progressbar = TRUE
)
reg |
[ |
ids |
[ |
part |
[ |
fun |
[ |
... |
[any] |
timeout |
[ |
njobs |
[ |
strings.as.factors |
[ |
impute.val |
[ |
apply.on.missing |
[ |
progressbar |
[ |
[data.frame]. Aggregated results, containing problem and algorithm paramaters and collected values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.