view GRsetFromGEO/GRsetFromGEO.R @ 60:dc0d9276a8f1 draft

Uploaded
author testtool
date Wed, 06 Sep 2017 06:02:44 -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)