Mercurial > repos > testtool > get_gr_set
comparison GRsetFromGEO/GRsetFromGEO.R @ 22:71a8c9b37d45 draft
Uploaded
author | testtool |
---|---|
date | Mon, 10 Jul 2017 08:58:01 -0400 |
parents | 07f0fc6e4d1d |
children | 296124126b94 |
comparison
equal
deleted
inserted
replaced
21:07f0fc6e4d1d | 22:71a8c9b37d45 |
---|---|
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' = 'libcurl') | 4 options('download.file.method.GEOquery' = 'wget') |
5 options('GEOquery.inmemory.gpl'=FALSE) | 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] |