comparison GRsetFromGEO/GRsetFromGEO.R @ 10:8fb59470e294 draft

Uploaded
author testtool
date Tue, 13 Jun 2017 07:30:46 -0400
parents 6908c2998731
children bfc8b961afe1
comparison
equal deleted inserted replaced
9:6908c2998731 10:8fb59470e294
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 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