Mercurial > repos > testtool > get_gr_set
comparison GRsetFromGEO/GRsetFromGEO.R @ 13:6f7428f907da draft
Uploaded
| author | testtool |
|---|---|
| date | Wed, 14 Jun 2017 12:07:05 -0400 |
| parents | 49fb5138448c |
| children | c3b28b232e64 |
comparison
equal
deleted
inserted
replaced
| 12:49fb5138448c | 13:6f7428f907da |
|---|---|
| 1 require("minfi", quietly = TRUE) | |
| 2 | |
| 3 options(warn = -1) | 1 options(warn = -1) |
| 2 options('download.file.method'='auto') | |
| 4 | 3 |
| 5 args <- commandArgs(trailingOnly = TRUE) | 4 args <- commandArgs(trailingOnly = TRUE) |
| 6 GSE = args[1] | 5 GSE = args[1] |
| 7 output = args[2] | 6 output = args[2] |
| 8 | 7 |
