27
|
1 <tool id="getGRset" name="GRsetFromGEO">
|
|
2 <description>downloads data from GEO</description>
|
28
|
3 <requirements>
|
|
4 <requirement type="package" version="1.20.0">bioconductor-minfi</requirement>
|
|
5 </requirements>
|
27
|
6 <command>Rscript $__tool_directory__/GRsetFromGEO.R $input output.RData</command>
|
20
|
7 <inputs>
|
27
|
8 <param format="text" name="input" type="text" value="" label="Enter GSE ID." help="e.g. 'GSE51547'"/>
|
20
|
9 </inputs>
|
|
10 <outputs>
|
27
|
11 <data format="RDdata" name="output" label="output.RData" />
|
20
|
12 </outputs>
|
|
13 <help>
|
27
|
14 **What it does**
|
|
15 This R-based tool downloads data from GEO using getGEO from the GEOquery package and then returns a GenomicRatioSet object
|
|
16 **Input**
|
|
17 The GSE ID of the dataset to be downloaded from GEO "e.g. 'GSE51547'"
|
|
18 **Output**
|
|
19 GenomicRatioSet object
|
20
|
20 </help>
|
5
|
21 </tool>
|