diff GRsetFromGEO/GRsetFromGEO.R @ 5:7511130b5068 draft

Uploaded
author testtool
date Sun, 11 Jun 2017 07:49:41 -0400
parents
children c31140daf71f
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/GRsetFromGEO/GRsetFromGEO.R	Sun Jun 11 07:49:41 2017 -0400
@@ -0,0 +1,12 @@
+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)
+
+save(GRset,file = output)