Mercurial > repos > testtool > get_gr_set
view GRsetFromGEO/GRsetFromGEO.R @ 22:71a8c9b37d45 draft
Uploaded
author | testtool |
---|---|
date | Mon, 10 Jul 2017 08:58:01 -0400 |
parents | 07f0fc6e4d1d |
children | 296124126b94 |
line wrap: on
line source
require("minfi", quietly = TRUE) options(warn = -1) options('download.file.method.GEOquery' = 'wget') options('GEOquery.inmemory.gpl'=FALSE) args <- commandArgs(trailingOnly = TRUE) input = args[1] output = args[2] GRset <- getGenomicRatioSetFromGEO(input) save(GRset,file = output)