view getGRsetFromGEO/getGRsetFromGEO.R @ 3:6521cdfa99a8 draft

Deleted selected files
author testtool
date Sun, 11 Jun 2017 06:37:55 -0400
parents 457c1fc71f64
children
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)