# HG changeset patch # User testtool # Date 1502360208 14400 # Node ID 20d50c006fcab42c7b8c7dd3977987e462a2d1aa # Parent b68434e4db0e70bdfb949ae512dea0e89db5080b Uploaded diff -r b68434e4db0e -r 20d50c006fca GRsetFromGEO/test-data/GRsetFromGEO.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GRsetFromGEO/test-data/GRsetFromGEO.xml Thu Aug 10 06:16:48 2017 -0400 @@ -0,0 +1,24 @@ + + downloads data from GEO + +bioconductor-minfi + + + + + Rscript $__tool_directory__/GRsetFromGEO.R "$input" "$output" + + + + + + + + **What it does** + This R-based tool downloads data from GEO using getGEO from the GEOquery package and then returns a GenomicRatioSet object + **Input** + The GSE ID of the dataset to be downloaded from GEO "e.g. 'GSE51547'" + **Output** + GenomicRatioSet object + +