view GRsetFromGEO/GRsetFromGEO.R @ 34:59a5237b72a3 draft

Uploaded
author testtool
date Fri, 14 Apr 2017 09:25:08 -0400
parents
children 694382fd220a
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)