Table des matières

Installation of Bioconductor 2.6

Additional libraries

At system level:

% sudo apt-get install libxml2 libcurl4-openssl-dev

R will take care of everything else ;-)

Procedure

Bioconductor having an absolute requirement of having R already installed, make sure it is!

% sudo R
>source("http://www.bioconductor.org/biocLite.R")
>biocLite()