view GRsetFromGEO/GRsetFromGEO.R @ 6:3cd5fb747251 draft

Uploaded
author testtool
date Sun, 11 Jun 2017 08:00:36 -0400
parents 7511130b5068
children c31140daf71f
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)