diff GRsetFromGEO/GRsetFromGEO.R @ 34:59a5237b72a3 draft

Uploaded
author testtool
date Fri, 14 Apr 2017 09:25:08 -0400
parents
children 694382fd220a
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/GRsetFromGEO/GRsetFromGEO.R	Fri Apr 14 09:25:08 2017 -0400
@@ -0,0 +1,9 @@
+require("minfi", quietly = TRUE)
+
+args <- commandArgs(trailingOnly = TRUE)
+GSE = args[1] 
+output = args[2] 
+
+GRset <- getGenomicRatioSetFromGEO(GSE)
+
+save(GRset,output)
\ No newline at end of file