view GRsetFromGEO/GRsetFromGEO.R @ 19:79cf43dbbf79 draft

Uploaded
author testtool
date Wed, 12 Apr 2017 12:52:08 -0400
parents 9c9e389abef6
children 882e9c8498fa
line wrap: on
line source

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)