Mercurial > repos > testtool > get_gr_set
diff GRsetFromGEO/GRsetFromGEO.R @ 16:ceaf71c74547 draft
Uploaded
author | testtool |
---|---|
date | Thu, 29 Jun 2017 10:18:30 -0400 |
parents | c3b28b232e64 |
children | 3431c6054674 |
line wrap: on
line diff
--- a/GRsetFromGEO/GRsetFromGEO.R Thu Jun 29 08:04:13 2017 -0400 +++ b/GRsetFromGEO/GRsetFromGEO.R Thu Jun 29 10:18:30 2017 -0400 @@ -4,9 +4,9 @@ options('download.file.method'='wget') args <- commandArgs(trailingOnly = TRUE) -GSE = args[1] +input = args[1] output = args[2] -GRset <- getGenomicRatioSetFromGEO(GSE) +GRset <- getGenomicRatioSetFromGEO(input) save(GRset,file = output)