Mercurial > repos > testtool > get_gr_set
view GRsetFromGEO/GRsetFromGEO.R @ 58:97b91859001f draft
Uploaded
author | testtool |
---|---|
date | Thu, 10 Aug 2017 13:01:23 -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)