Translations of this page:
Trace: bioc_26

Installation of Bioconductor 2.6

Installation of Bioconductor 2.6

Additional libraries

At system level:

  • libxml2-dev
  • libcurl4-openssl-dev
% 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!

  • Since we are installing from within R, open a R session. Using sudo is necessary because we want to install at system-level, not user-level.
% sudo R
  • In the R console, type these commands:
>source("http://www.bioconductor.org/biocLite.R")
>biocLite()
  • This will take some time; take the time to kiss the spouse, feed the pets and water the plants!
  • NOTE: since the RAMA and BRIDGE modules are now deprecated in MeV, it is not necessary to install the corresponding Bioconductor modules.
en/install/10_04_a10_build/bioc_26.txt · Last modified: 2021/05/29 15:35 by 127.0.0.1
CC Attribution-Share Alike 4.0 International Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International