view GRsetFromGEO/GRsetFromGEO.R @ 17:3431c6054674 draft

Uploaded
author testtool
date Thu, 29 Jun 2017 11:10:41 -0400
parents ceaf71c74547
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)