view rgedgeR/installBioC.R @ 0:82e0af566160 draft

Uploaded
author fubar
date Wed, 12 Jun 2013 02:58:43 -0400
parents
children
line wrap: on
line source

source('http://bioconductor.org/biocLite.R')
installme=c('edgeR','limma','DESeq','DEXSeq','ggplot2','gplots')
biocLite()
biocLite(installme)