comparison GRsetFromGEO/GRsetFromGEO.R @ 11:bfc8b961afe1 draft

Uploaded
author testtool
date Tue, 13 Jun 2017 08:24:22 -0400
parents 8fb59470e294
children 49fb5138448c
comparison
equal deleted inserted replaced
10:8fb59470e294 11:bfc8b961afe1
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' = 'wget') 4 options('download.file.method'='wget')
5 5
6 args <- commandArgs(trailingOnly = TRUE) 6 args <- commandArgs(trailingOnly = TRUE)
7 GSE = args[1] 7 GSE = args[1]
8 output = args[2] 8 output = args[2]
9 9