summarizeExperiments: Quick Summary over Experiments

View source: R/summarizeExperiments.R

summarizeExperimentsR Documentation

Quick Summary over Experiments

Description

Returns a frequency table of defined experiments. See ExperimentRegistry for an example.

Usage

summarizeExperiments(
  ids = NULL,
  by = c("problem", "algorithm"),
  reg = getDefaultRegistry()
)

Arguments

ids

[data.frame or integer]
A data.frame (or data.table) with a column named “job.id”. Alternatively, you may also pass a vector of integerish job ids. If not set, defaults to all jobs. Invalid ids are ignored.

by

[character]
Split the resulting table by columns of getJobPars.

reg

[ExperimentRegistry]
Registry. If not explicitly passed, uses the last created registry.

Value

[data.table] of frequencies.

See Also

Other Experiment: addExperiments(), removeExperiments()


batchtools documentation built on April 20, 2023, 5:09 p.m.