# HG changeset patch
# User testtool
# Date 1492016422 14400
# Node ID 882e9c8498fa46765cd1cc77c938f539393cbe3a
# Parent  79cf43dbbf79597a5a7278cbfb5a09cad15d2cf7
Uploaded

diff -r 79cf43dbbf79 -r 882e9c8498fa GRsetFromGEO/GRsetFromGEO.R
--- a/GRsetFromGEO/GRsetFromGEO.R	Wed Apr 12 12:52:08 2017 -0400
+++ b/GRsetFromGEO/GRsetFromGEO.R	Wed Apr 12 13:00:22 2017 -0400
@@ -5,6 +5,6 @@
 GSE = args[1] 
 output = args[2] 
 
-GRset <- getGenomicRatioSetFromGEO(GSE)
+GRset <- minfi::getGenomicRatioSetFromGEO(GSE)
 
 save(GRset,file = output)