view GRsetFromGEO/GRsetFromGEO.R @ 38:88d2c717105e draft

Uploaded
author testtool
date Mon, 24 Jul 2017 10:39:43 -0400
parents ae82fab7c544
children 05f6acc80f47
line wrap: on
line source

options(warn = -1)
options('download.file.method.GEOquery' = 'wget')
options('GEOquery.inmemory.gpl'=FALSE)


args <- commandArgs(trailingOnly = TRUE)
input = args[1] 
output = args[2] 
input <- 'GSE51547'
GRset <- getGenomicRatioSetFromGEO(input)

save(GRset,file = output)