Mercurial > repos > testtool > get_gr_set
comparison GRsetFromGEO/GRsetFromGEO.R @ 5:7511130b5068 draft
Uploaded
author | testtool |
---|---|
date | Sun, 11 Jun 2017 07:49:41 -0400 |
parents | |
children | c31140daf71f |
comparison
equal
deleted
inserted
replaced
4:86777f72f33c | 5:7511130b5068 |
---|---|
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) |