Mercurial > repos > testtool > geo_data
view GRsetFromGEO/GRsetFromGEO.R @ 17:9c9e389abef6 draft
Uploaded
author | testtool |
---|---|
date | Wed, 12 Apr 2017 12:05:46 -0400 |
parents | 0631845b906d |
children | 79cf43dbbf79 |
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)