view GRsetFromGEO/GRsetFromGEO.R @ 24:f5d862854788 draft

Uploaded
author testtool
date Thu, 13 Apr 2017 08:19:52 -0400
parents 59122070e61d
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)