BiomarkerWrappers is an R package that contains wrapper functions to perform exploratory biomarker analyses.
Source code: https://github.com/gosianow/BiomarkerWrappers
Project page: https://gosianow.github.io/BiomarkerWrappers/
Installation
To install this package from R, use install_github()
function from the devtools package.
Type the following if you need to install devtools:
install.packages("devtools")
Then install BiomarkerWrappers:
devtools::install_github("gosianow/BiomarkerWrappers")