view GRsetFromGEO/GRsetFromGEO.R @ 55:e23909ae6676 draft

Uploaded
author testtool
date Thu, 10 Aug 2017 06:26:46 -0400
parents 5752f23e451f
children d7cf4a35f827
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] 

GRset <- minfi::getGenomicRatioSetFromGEO(input)

save(GRset,file = output)