# HG changeset patch # User testtool # Date 1492098545 14400 # Node ID 118e636a5f956c20ac343efe4f73be30d4d13ca4 # Parent 3d281ad15b83583951b2fb1aa69a257bfc323dbb Uploaded diff -r 3d281ad15b83 -r 118e636a5f95 GRsetFromGEO/GRsetFromGEO.R --- a/GRsetFromGEO/GRsetFromGEO.R Thu Apr 13 11:26:43 2017 -0400 +++ b/GRsetFromGEO/GRsetFromGEO.R Thu Apr 13 11:49:05 2017 -0400 @@ -1,14 +1,9 @@ require("minfi", quietly = TRUE) -options(warn = -1) -options("download.file.method"="wget") - args <- commandArgs(trailingOnly = TRUE) GSE = args[1] output = args[2] GRset <- getGenomicRatioSetFromGEO(GSE) -a<-"stefan" -write.table(a,output) -#save(GRset,file = output) +save(GRset,output) diff -r 3d281ad15b83 -r 118e636a5f95 GRsetFromGEO/GRsetFromGEO.xml --- a/GRsetFromGEO/GRsetFromGEO.xml Thu Apr 13 11:26:43 2017 -0400 +++ b/GRsetFromGEO/GRsetFromGEO.xml Thu Apr 13 11:49:05 2017 -0400 @@ -1,36 +1,33 @@ - - Reading Illumina methylation array data from GEO. - - R - + R + Rscript $__tool_directory__/GRsetFromGEO.R "$GSE" "$output" - + - + - + - + -Reading Illumina methylation array data from GEO. +Reading Illumina methylation array data from GEO -Aryee, Martin J, et al "Minfi: a flexible and comprehensive Bioconductor package for the analysis of Infinium DNA methylation microarrays" Bioinformatics 3010 (2014): 1363-1369 +xxx