view GRsetFromGEO/GRsetFromGEO.R @ 31:cc4b808cb2ea draft

Uploaded
author testtool
date Thu, 13 Apr 2017 12:19:33 -0400
parents 118e636a5f95
children be1ca0e7829b
line wrap: on
line source

require("minfi", quietly = TRUE)

args <- commandArgs(trailingOnly = TRUE)
GSE = args[1] 
output = args[2] 

GRset <- getGenomicRatioSetFromGEO(GSE)

save(GRset,output)