view GRsetFromGEO/GRsetFromGEO.R @ 56:d7cf4a35f827 draft

Uploaded
author testtool
date Thu, 10 Aug 2017 06:42:47 -0400
parents e23909ae6676
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)