comparison GRsetFromGEO/GRsetFromGEO.R @ 9:6908c2998731 draft

Uploaded
author testtool
date Tue, 13 Jun 2017 07:03:10 -0400
parents 5b1a9d86338c
children 8fb59470e294
comparison
equal deleted inserted replaced
8:5b1a9d86338c 9:6908c2998731
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'='libcurl') 4 options('download.file.method.GEOquery' = 'libcurl')
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