view GRsetFromGEO/GRsetFromGEO.R @ 12:49fb5138448c draft

Uploaded
author testtool
date Wed, 14 Jun 2017 11:58:44 -0400
parents bfc8b961afe1
children 6f7428f907da
line wrap: on
line source

require("minfi", quietly = TRUE)

options(warn = -1)

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

GRset <- getGenomicRatioSetFromGEO(GSE)

save(GRset,file = output)