view GRsetFromGEO/GRsetFromGEO.R @ 8:5b1a9d86338c draft

Uploaded
author testtool
date Mon, 12 Jun 2017 13:35:47 -0400
parents c31140daf71f
children 6908c2998731
line wrap: on
line source

require("minfi", quietly = TRUE)

options(warn = -1)
options('download.file.method'='libcurl')

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

GRset <- getGenomicRatioSetFromGEO(GSE)

save(GRset,file = output)