view GRsetFromGEO/GRsetFromGEO.R @ 55:f84cadc1fdd6 draft

Uploaded
author testtool
date Tue, 25 Apr 2017 11:03:34 -0400
parents
children
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)