# HG changeset patch # User testtool # Date 1502115703 14400 # Node ID fe7d4d8591c5e2be0a10a5275c611f8d229f7d67 # Parent 3ee5ebb721ad34aad06dd5a11594c45dc0766d4e Uploaded diff -r 3ee5ebb721ad -r fe7d4d8591c5 GRsetFromGEO/GRsetFromGEO.R --- 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