view GRsetFromGEO/GRsetFromGEO.R @ 13:6f7428f907da draft

Uploaded
author testtool
date Wed, 14 Jun 2017 12:07:05 -0400
parents 49fb5138448c
children c3b28b232e64
line wrap: on
line source

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

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

GRset <- getGenomicRatioSetFromGEO(GSE)

save(GRset,file = output)