Mercurial > repos > testtool > get_gr_set
comparison GRsetFromGEO/GRsetFromGEO.R @ 7:c31140daf71f draft
Uploaded
author | testtool |
---|---|
date | Mon, 12 Jun 2017 11:44:26 -0400 |
parents | 7511130b5068 |
children | 5b1a9d86338c |
comparison
equal
deleted
inserted
replaced
6:3cd5fb747251 | 7:c31140daf71f |
---|---|
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"="wget") | 4 options('download.file.method'='curl') |
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 |