view GRsetFromGEO/GRsetFromGEO.R @ 18:13d27903d34b draft

Uploaded
author testtool
date Wed, 12 Apr 2017 12:38:33 -0400
parents 9c9e389abef6
children 79cf43dbbf79
line wrap: on
line source

require("minfi", quietly = TRUE)

options(warn = -1)
options("download.file.method"="wget")

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

GRset <- getGenomicRatioSetFromGEO(GSE)

save(GRset,file = output)