Usage
reduceResultsExperiments(reg, ids, part = NA_character_, fun, ...,
strings.as.factors = default.stringsAsFactors(), block.size, impute.val)
Arguments
ids
[integer]
Ids of selected
experiments. Default is all jobs for which results are
available.
part
[character] Only useful for multiple
result files, then defines which result file part(s)
should be loaded. NA means all parts are loaded,
which is the default.
fun
[function(job, res, ...)]
Function
to collect values from job and result res
object, the latter from stored result file. Must return
an object which can be coerced to a data.frame
(e.g. a
...
[any]
Additional arguments to fun.
strings.as.factors
[logical(1)] Should all
character columns in result be converted to factors?
Default is default.stringsAsFactors().
block.size
[integer(1)] Results will be
fetched in blocks of this size. Default is max(100, 5
percent of ids).
impute.val
[named list]
If not missing,
the value of impute.val is used as a replacement
for the return value of function fun on missing
results. An empty list is allowed.