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/
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")
BiomarkerWrappers is under heavy development. It lacks comprehensive documentation or vignette. Both are on the way.