changeset 42:fe7d4d8591c5 draft

Uploaded
author testtool
date Mon, 07 Aug 2017 10:21:43 -0400
parents 3ee5ebb721ad
children efe74e8c047e
files GRsetFromGEO/GRsetFromGEO.R
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/GRsetFromGEO/GRsetFromGEO.R	Mon Aug 07 10:06:06 2017 -0400
+++ b/GRsetFromGEO/GRsetFromGEO.R	Mon Aug 07 10:21:43 2017 -0400
@@ -10,7 +10,8 @@
 input = args[1] 
 output = args[2] 
 
-GRset <- getGenomicRatioSetFromGEO(input)
+GRset <- minfi::getGenomicRatioSetFromGEO(input)
 
 save(GRset,file = output)
 
+??getGenomicRatioSetFromGEO