Mercurial > repos > testtool > get_gr_set
comparison GRsetFromGEO/GRsetFromGEO.R @ 17:3431c6054674 draft
Uploaded
author | testtool |
---|---|
date | Thu, 29 Jun 2017 11:10:41 -0400 |
parents | ceaf71c74547 |
children | 07f0fc6e4d1d |
comparison
equal
deleted
inserted
replaced
16:ceaf71c74547 | 17:3431c6054674 |
---|---|
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'='wget') | 4 options('download.file.method.GEOquery'='auto') |
5 options('GEOquery.inmemory.gpl'=TRUE) | |
6 | |
5 | 7 |
6 args <- commandArgs(trailingOnly = TRUE) | 8 args <- commandArgs(trailingOnly = TRUE) |
7 input = args[1] | 9 input = args[1] |
8 output = args[2] | 10 output = args[2] |
9 | 11 |