# HG changeset patch # User testtool # Date 1504692164 14400 # Node ID dc0d9276a8f1e0bfc37ee8a5ff1f5576ae39e3fc # Parent c356d89b0145df6c32196d0c872eba4078b6f53d Uploaded diff -r c356d89b0145 -r dc0d9276a8f1 GRsetFromGEO/GRsetFromGEO.xml --- a/GRsetFromGEO/GRsetFromGEO.xml Mon Aug 21 06:28:18 2017 -0400 +++ b/GRsetFromGEO/GRsetFromGEO.xml Wed Sep 06 06:02:44 2017 -0400 @@ -1,25 +1,27 @@ - downloads data from GEO - -bioconductor-minfi -bioconductor-illuminahumanmethylation450kanno.ilmn12.hg19 - - - - - Rscript $__tool_directory__/GRsetFromGEO.R "$input" "$output" - - - - - - - + downloads data from GEO + + bioconductor-minfi + bioconductor-illuminahumanmethylation450kanno.ilmn12.hg19 + + + 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 - +