view getGRsetFromGEO/getGRsetFromGEO.R @ 11:983651783ce9 draft

Uploaded
author testtool
date Wed, 22 Mar 2017 09:01:06 -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] #GSE51547
output = args[2] #output <- ("GEOdata.txt")

GEO <- getGenomicRatioSetFromGEO(GSE)

save(GEO, ascii=TRUE, file=output)