comparison GRsetFromGEO/GRsetFromGEO.R @ 14:c3b28b232e64 draft

Uploaded
author testtool
date Wed, 14 Jun 2017 12:23:00 -0400
parents 6f7428f907da
children ceaf71c74547
comparison
equal deleted inserted replaced
13:6f7428f907da 14:c3b28b232e64
1 require("minfi", quietly = TRUE)
2
1 options(warn = -1) 3 options(warn = -1)
2 options('download.file.method'='auto') 4 options('download.file.method'='wget')
3 5
4 args <- commandArgs(trailingOnly = TRUE) 6 args <- commandArgs(trailingOnly = TRUE)
5 GSE = args[1] 7 GSE = args[1]
6 output = args[2] 8 output = args[2]
7 9