Mercurial > repos > testtool > get_gr_set
comparison GRsetFromGEO/GRsetFromGEO.R @ 12:49fb5138448c draft
Uploaded
author | testtool |
---|---|
date | Wed, 14 Jun 2017 11:58:44 -0400 |
parents | bfc8b961afe1 |
children | 6f7428f907da |
comparison
equal
deleted
inserted
replaced
11:bfc8b961afe1 | 12:49fb5138448c |
---|---|
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') | |
5 | 4 |
6 args <- commandArgs(trailingOnly = TRUE) | 5 args <- commandArgs(trailingOnly = TRUE) |
7 GSE = args[1] | 6 GSE = args[1] |
8 output = args[2] | 7 output = args[2] |
9 | 8 |