Mercurial > repos > testtool > geo_data
view GRsetFromGEO/GRsetFromGEO.R @ 26:c7bab1a516ce draft
Uploaded
author | testtool |
---|---|
date | Thu, 13 Apr 2017 10:41:44 -0400 |
parents | 59122070e61d |
children | 3d281ad15b83 |
line wrap: on
line source
require("minfi", quietly = TRUE) options(warn = -1) options("download.file.method"="wget") args <- commandArgs(trailingOnly = TRUE) GSE = args[1] output = args[2] GRset <- getGenomicRatioSetFromGEO(GSE) save(GRset,file = output)