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