This repo allows to
- download the (preprocessed) data used in the study
- reproduce the results (table, figures etc.) presented in the paper
- rerun the entire benchmark experiment
If you use the code or data please cite:
Moritz Herrmann, Philipp Probst, Roman Hornung, Vindi Jurinovic, Anne-Laure Boulesteix, Large-scale benchmark study of survival prediction methods using multi-omics data, Briefings in Bioinformatics, Volume 22, Issue 3, May 2021, bbaa167, https://doi.org/10.1093/bib/bbaa167
data/datset_ids.txt
or data/datset_ids.RData
R/bench_experiment.R
(lines 44-81) to directly download the data (and convert it to mlr
tasks)reproduce_table-and-figures.Rmd
R/bench_experiment.R
R/packages.R
!mlr
(s. R/packages.R
)!R/merge_bmr_results.R
Note, mlr
has deprecated (https://github.com/mlr-org/mlr) in the meantime. There is now the new framework mlr3
(https://mlr3.mlr-org.com/).