Table des matières

Installation of Bioconductor 2.5

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 pre-installed, make sure it is! !

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