# HG changeset patch # User testtool # Date 1502360360 14400 # Node ID 55c57fa3f67956c20ebbf6d9b820d898798762c5 # Parent d793e03b4da1845ade661c0441b3ec222c17057e Deleted selected files diff -r d793e03b4da1 -r 55c57fa3f679 GRsetFromGEO.R --- a/GRsetFromGEO.R Thu Aug 10 06:19:14 2017 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,16 +0,0 @@ -require(minfi, quietly = TRUE) - -options(warn = -1) -options('download.file.method.GEOquery' = 'wget') -options('GEOquery.inmemory.gpl'=FALSE) - - -args <- commandArgs(trailingOnly = TRUE) -input = args[1] -output = args[2] - -GRset <- getGenomicRatioSetFromGEO(input) - -save(GRset,file = output) - -