The feature can either be the pathological fraction, the sample size or the overlap (category) individually or cumulative (_cum).
For an individualized categorisation see getSubsetForDefinedCats
.
getSubset(
subsetDef,
distType = FALSE,
tableTCs,
errorList,
category = c("fractionPathol", "fractionPathol_cum", "N", "N_cum", "OvFreq",
"OvFreq_cum"),
restrict = NULL
)
(list) containing the performance measurements grouped according to specified subset definition and categories
(character) listing either the analytes or distribution types for which the result files should be parsed
(logical) indicating if parameter subsetDef refers to analytes (FALSE, default) or distribution types (TRUE)
(data.frame) containing all information about the simulated test sets
(list) containing for each method the table with the computed error measurements
(character) defining the category used for creating the subsets. All defined sub-features are used for the categorization. Choose from "fractionPathol" (default), "N", or "OvFreq", individual or cumulative ("_cum")
(character) indicating whether test sets should be filtered according to specified restriction, default NULL, e.g. fractionPathol <= 0.30
Tatjana Ammer tatjana.ammer@roche.com