Mercurial > repos > testtool > get_gr_set
annotate getGRsetFromGEO/.Rhistory @ 3:6521cdfa99a8 draft
Deleted selected files
| author | testtool |
|---|---|
| date | Sun, 11 Jun 2017 06:37:55 -0400 |
| parents | 457c1fc71f64 |
| children |
| rev | line source |
|---|---|
| 0 | 1 require("minfi", quietly = TRUE) |
| 2 ?require | |
| 3 require("minfi", quietly = TRUE) | |
| 4 minfi | |
| 5 as.data.frame(GRset) | |
| 6 GRset <- getGenomicRatioSetFromGEO(GSE) | |
| 7 getGenomicRatioSetFromGEO | |
| 8 require("minfi", quietly = TRUE) | |
| 9 options(warn = -1) | |
| 10 options("download.file.method"="wget") | |
| 11 args <- commandArgs(trailingOnly = TRUE) | |
| 12 GSE = args[1] | |
| 13 output = args[2] | |
| 14 GRset <- getGenomicRatioSetFromGEO(GSE) | |
| 15 save(GRset,file = output) | |
| 16 sessionInfo() |
