R/benchmark_io.R
benchmark_from_file.RdConvenience factory that reads a contrast result directory (contrasts.tsv +
metadata.yaml), applies ground truth annotation, and creates a
Benchmark R6 object.
benchmark_from_file(path, ...)directory containing contrasts.tsv and metadata.yaml
additional arguments passed to make_benchmark
Benchmark R6 object
Other benchmarking:
Benchmark,
benchmark_from_result(),
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{
bench <- benchmark_from_file("/tmp/ionstar_lm")
bench$plot_ROC()
bench$pAUC()
} # }