R/benchmark_io.R
benchmark_from_result.RdConvenience factory that takes the list returned by
write_contrast_results (with data and metadata
elements), applies ground truth annotation, and creates a
Benchmark R6 object.
benchmark_from_result(result, ...)list with data and metadata as returned by
write_contrast_results
additional arguments passed to make_benchmark
Benchmark R6 object
Other benchmarking:
Benchmark,
benchmark_from_file(),
collect_benchmark_results(),
ionstar_bench_preprocess(),
make_benchmark(),
ms_bench_add_scores(),
ms_bench_ap(),
ms_bench_auc(),
plot_benchmark_comparison(),
read_benchmark_results(),
read_contrast_results(),
write_benchmark_results(),
write_contrast_results()
if (FALSE) { # \dontrun{
res <- write_contrast_results(contrast_data, "/tmp/ionstar_lm", metadata)
bench <- benchmark_from_result(res)
bench$plot_ROC()
} # }