Mercurial > repos > testtool > get_gr_set
changeset 38:88d2c717105e draft
Uploaded
author | testtool |
---|---|
date | Mon, 24 Jul 2017 10:39:43 -0400 |
parents | 10996f6ddcb5 |
children | 05f6acc80f47 |
files | GRsetFromGEO/GRsetFromGEO.R |
diffstat | 1 files changed, 2 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/GRsetFromGEO/GRsetFromGEO.R Mon Jul 24 10:39:17 2017 -0400 +++ b/GRsetFromGEO/GRsetFromGEO.R Mon Jul 24 10:39:43 2017 -0400 @@ -1,6 +1,3 @@ -require("IlluminaHumanMethylation450kanno.ilmn12.hg19", quietly = TRUE) -require("minfi", quietly = TRUE) - options(warn = -1) options('download.file.method.GEOquery' = 'wget') options('GEOquery.inmemory.gpl'=FALSE) @@ -9,7 +6,8 @@ args <- commandArgs(trailingOnly = TRUE) input = args[1] output = args[2] - +input <- 'GSE51547' GRset <- getGenomicRatioSetFromGEO(input) save(GRset,file = output) +