Mercurial > repos > testtool > get_gr_set
comparison GRsetFromGEO/GRsetFromGEO.R @ 21:07f0fc6e4d1d draft
Uploaded
author | testtool |
---|---|
date | Mon, 03 Jul 2017 07:14:02 -0400 |
parents | 3431c6054674 |
children | 71a8c9b37d45 |
comparison
equal
deleted
inserted
replaced
20:40d7bdac6322 | 21:07f0fc6e4d1d |
---|---|
1 require("minfi", quietly = TRUE) | 1 require("minfi", quietly = TRUE) |
2 | 2 |
3 options(warn = -1) | 3 options(warn = -1) |
4 options('download.file.method.GEOquery'='auto') | 4 options('download.file.method.GEOquery' = 'libcurl') |
5 options('GEOquery.inmemory.gpl'=TRUE) | 5 options('GEOquery.inmemory.gpl'=FALSE) |
6 | 6 |
7 | 7 |
8 args <- commandArgs(trailingOnly = TRUE) | 8 args <- commandArgs(trailingOnly = TRUE) |
9 input = args[1] | 9 input = args[1] |
10 output = args[2] | 10 output = args[2] |