Mercurial > repos > testtool > get_gr_set
view GRsetFromGEO/GRsetFromGEO.R @ 19:0a619d0e45fd draft
Deleted selected files
author | testtool |
---|---|
date | Mon, 03 Jul 2017 07:13:43 -0400 |
parents | 3431c6054674 |
children | 07f0fc6e4d1d |
line wrap: on
line source
require("minfi", quietly = TRUE) options(warn = -1) options('download.file.method.GEOquery'='auto') options('GEOquery.inmemory.gpl'=TRUE) args <- commandArgs(trailingOnly = TRUE) input = args[1] output = args[2] GRset <- getGenomicRatioSetFromGEO(input) save(GRset,file = output)