view GRsetFromGEO/GRsetFromGEO.R @ 59:c356d89b0145 draft

Uploaded
author testtool
date Mon, 21 Aug 2017 06:28:18 -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)