changeset 20:882e9c8498fa draft

Uploaded
author testtool
date Wed, 12 Apr 2017 13:00:22 -0400
parents 79cf43dbbf79
children 59122070e61d
files GRsetFromGEO/GRsetFromGEO.R
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)