Installation

The first step is to get the library BiocInstaller from Biocondcutor. Hence we open an R session and run the following command:

source( "http://bioconductor.org/biocLite.R" )

Having the library BiocInstaller installed and loaded into the R session, the following commands will install BRGEdata. Although this step is not mandatory, it is recommended.

The BRGEdata is a data package used by omicRexposome in its vignette and in mos of all the code examples from help files.

biocLite("isglobal-brge/BRGEdata")

Once BRGEdata is installed, omicRexposome is installed using the same function.

biocLite("isglobal-brge/omicRexposome")