Installation

For installation you can use devtool R package to install BraDiPluS as follow:

library(devtools)
install_github("saezlab/BraDiPluS")

Alternatively, you can install BraDiPlus from your local folder with the package, typing:

install.packages('BraDiPluS',repos=NULL,type='src')