make Benchmark
make_benchmark(
prpr,
contrast = "contrast",
toscale = c("p.value"),
avgInt = "avgInt",
fcestimate = "diff",
benchmark = list(list(score = "diff", desc = TRUE), list(score = "statistic", desc =
TRUE), list(score = "scaled.p.value", desc = TRUE)),
FDRvsFDP = list(list(score = "FDR", desc = FALSE)),
model_description = "protein level measurments, linear model",
model_name = "prot_med_lm",
hierarchy = c("protein_Id"),
summarizeNA = "statistic"
)
prepared data, e.g. function ionstar_bench_preprocess
column with names of the contrast
which scores to scale using fcestimate, typically p.value
column with average intensity
column with FC estimate
which scores to benchmark e.g. diff, statistics
which score to plot against the false discovery proportion
string describing the model
name of the model, compatible with make.names
output.
name of column with protein ID.
summarizeNA
Benchmark
Other benchmarking:
Benchmark
,
INTERNAL_FUNCTIONS_BY_FAMILY
,
ionstar_bench_preprocess()
,
ms_bench_add_scores()
,
ms_bench_auc()