Mercurial > repos > testtool > get_gr_set
view GRsetFromGEO/GRsetFromGEO.R @ 57:119dad795f32 draft
Uploaded
author | testtool |
---|---|
date | Thu, 10 Aug 2017 07:31:27 -0400 |
parents | d7cf4a35f827 |
children | 2382697aad09 |
line wrap: on
line source
require(minfi, quietly = TRUE) options(warn = -1) args <- commandArgs(trailingOnly = TRUE) input = args[1] output = args[2] GRset <- getGenomicRatioSetFromGEO(input) save(GRset,file = output)