Mercurial > repos > testtool > geo_data
annotate GRsetFromGEO/GRsetFromGEO.R @ 28:3d281ad15b83 draft
Uploaded
author | testtool |
---|---|
date | Thu, 13 Apr 2017 11:26:43 -0400 |
parents | 59122070e61d |
children | 118e636a5f95 |
rev | line source |
---|---|
21 | 1 require("minfi", quietly = TRUE) |
2 | |
12 | 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 | |
21 | 10 GRset <- getGenomicRatioSetFromGEO(GSE) |
28 | 11 a<-"stefan" |
12 write.table(a,output) | |
12 | 13 |
28 | 14 #save(GRset,file = output) |