A data.frame is returned that contains summary information about the selected experiments. The data.frame is constructed by building the columns prob, <prob.pars>, algo, <algo.pars>, repl . Now only the columns in show will be selected, how many of such experiments exist will be counted in a new column .count .
summarizeExperiments(reg, ids, show = c("prob","algo"))
Arguments
reg: [ExperimentRegistry]
Registry.
ids: [integer]
Selected experiments. Default is all experiments.
show: [character]
Should detailed information for each single experiment be printed? Default is c("prob", "algo").