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

Uploaded
author fubar
date Wed, 12 Jun 2013 02:58:43 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:82e0af566160
1 source('http://bioconductor.org/biocLite.R')
2 installme=c('edgeR','limma','DESeq','DEXSeq','ggplot2','gplots')
3 biocLite()
4 biocLite(installme)