view GRsetFromGEO/GRsetFromGEO.R @ 20:882e9c8498fa draft

Uploaded
author testtool
date Wed, 12 Apr 2017 13:00:22 -0400
parents 79cf43dbbf79
children 59122070e61d
line wrap: on
line source

options(warn = -1)
options("download.file.method"="wget")

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

GRset <- minfi::getGenomicRatioSetFromGEO(GSE)

save(GRset,file = output)