view GRsetFromGEO/GRsetFromGEO.R @ 14:c3b28b232e64 draft

Uploaded
author testtool
date Wed, 14 Jun 2017 12:23:00 -0400
parents 6f7428f907da
children ceaf71c74547
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)