view GRsetFromGEO/GRsetFromGEO.R @ 21:59122070e61d draft

Uploaded
author testtool
date Wed, 12 Apr 2017 13:20:50 -0400
parents 882e9c8498fa
children 3d281ad15b83
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)