view GRsetFromGEO/GRsetFromGEO.R @ 11:bfc8b961afe1 draft

Uploaded
author testtool
date Tue, 13 Jun 2017 08:24:22 -0400
parents 8fb59470e294
children 49fb5138448c
line wrap: on
line source

require("minfi", quietly = TRUE)

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

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

GRset <- getGenomicRatioSetFromGEO(GSE)

save(GRset,file = output)