diff GRsetFromGEO/GRsetFromGEO.R @ 29:118e636a5f95 draft

Uploaded
author testtool
date Thu, 13 Apr 2017 11:49:05 -0400
parents 3d281ad15b83
children be1ca0e7829b
line wrap: on
line diff
--- a/GRsetFromGEO/GRsetFromGEO.R	Thu Apr 13 11:26:43 2017 -0400
+++ b/GRsetFromGEO/GRsetFromGEO.R	Thu Apr 13 11:49:05 2017 -0400
@@ -1,14 +1,9 @@
 require("minfi", quietly = TRUE)
 
-options(warn = -1)
-options("download.file.method"="wget")
-
 args <- commandArgs(trailingOnly = TRUE)
 GSE = args[1] 
 output = args[2] 
 
 GRset <- getGenomicRatioSetFromGEO(GSE)
-a<-"stefan"
-write.table(a,output)
 
-#save(GRset,file = output)
+save(GRset,output)