comparison getGRsetFromGEO/getGRsetFromGEO.R @ 0:457c1fc71f64 draft

Uploaded
author testtool
date Sun, 11 Jun 2017 06:21:37 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:457c1fc71f64
1 require("minfi", quietly = TRUE)
2
3 options(warn = -1)
4 options("download.file.method"="wget")
5
6 args <- commandArgs(trailingOnly = TRUE)
7 GSE = args[1]
8 output = args[2]
9
10 GRset <- getGenomicRatioSetFromGEO(GSE)
11
12 save(GRset,file = output)