view GRsetFromGEO/GRsetFromGEO.R @ 18:25490621d43e draft

Uploaded
author testtool
date Mon, 03 Jul 2017 07:13:38 -0400
parents 3431c6054674
children 07f0fc6e4d1d
line wrap: on
line source

require("minfi", quietly = TRUE)

options(warn = -1)
options('download.file.method.GEOquery'='auto')
options('GEOquery.inmemory.gpl'=TRUE)


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

GRset <- getGenomicRatioSetFromGEO(input)

save(GRset,file = output)