changeset 92:71ba9cdc9838 draft

Uploaded
author fubar
date Sun, 02 Mar 2014 22:21:47 -0500
parents 6fb919a3bff4
children 34ef458b7fd9
files runme.R
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/runme.R	Sun Mar 02 22:21:47 2014 -0500
@@ -0,0 +1,7 @@
+bioclite = "http://bioconductor.org/biocLite.R"
+install.packages(c("stringr","gplots"),dependencies=T,repos=http://cran.us.r-project.org)
+source(bioclite)
+installme=c(edgeR,limma,DESeq,DESeq2)
+biocLite()
+biocLite(installme)
+quit(save="no")