comparison GRsetFromGEO/GRsetFromGEO.R @ 8:5b1a9d86338c draft

Uploaded
author testtool
date Mon, 12 Jun 2017 13:35:47 -0400
parents c31140daf71f
children 6908c2998731
comparison
equal deleted inserted replaced
7:c31140daf71f 8:5b1a9d86338c
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'='curl') 4 options('download.file.method'='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