comparison INSTALL.r @ 2:16ad47f8751f

adding lib png and other options
author pieter.lukasse@wur.nl
date Fri, 07 Nov 2014 12:04:54 +0100
parents e6171a39dd04
children 0b8516e10ae3
comparison
equal deleted inserted replaced
1:e6171a39dd04 2:16ad47f8751f
2 2
3 # installs Bioconductor 3 # installs Bioconductor
4 source("http://bioconductor.org/biocLite.R") 4 source("http://bioconductor.org/biocLite.R")
5 biocLite() 5 biocLite()
6 6
7 # upgrage? Some packages are "old" and can be upgraded with: biocLite("BiocUpgrade") 7 # upgrade? Some packages are "old" and can be upgraded with: biocLite("BiocUpgrade")
8 8
9 9
10 # install metaMS and multtest for differential analysis tool (from xcms) 10 # install metaMS and multtest for differential analysis tool (from xcms)
11 biocLite("metaMS") 11 biocLite("metaMS")
12 biocLite("multtest") 12 biocLite("multtest")