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
if (FALSE) { # \dontrun{
bench <- benchmark_from_file("/tmp/ionstar_lm")
bench$plot_ROC()
bench$pAUC()
} # }