view GRsetFromGEO/GRsetFromGEO.R @ 16:ceaf71c74547 draft

Uploaded
author testtool
date Thu, 29 Jun 2017 10:18:30 -0400
parents c3b28b232e64
children 3431c6054674
line wrap: on
line source

require("minfi", quietly = TRUE)

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

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

GRset <- getGenomicRatioSetFromGEO(input)

save(GRset,file = output)