5
|
1 <?xml version="1.0" encoding="UTF-8"?>
|
|
2 <tool id="GetGEO" name="GRsetFromGEO" version="1.16.2">
|
6
|
3 <requirements>
|
11
|
4 <requirement type="package" version="1.20.0">gnu-wget</requirement>
|
6
|
5 <requirement type="package" version="1.20.0">bioconductor-minfi</requirement>
|
|
6 </requirements>
|
5
|
7 <stdio>
|
6
|
8 <exit_code range="1:" />
|
5
|
9 </stdio>
|
|
10 <command> Rscript $__tool_directory__/GRsetFromGEO.R "$GSE" "$output" </command>
|
|
11 <inputs>
|
|
12 <param name="GSE" type="text" value="" label="Enter GSE ID." help="e.g. 'GSE51547'"/>
|
|
13 </inputs>
|
|
14 <outputs>
|
|
15 <data format="RDdata" name="output" label="GRsetFromGEO.RData"/>
|
|
16 </outputs>
|
|
17 <tests>
|
|
18 <test>
|
|
19 <param name="test">
|
|
20 <element name="test-data">
|
|
21 <collection type="data">
|
|
22 <element name="GSE" value="GSE51547"/>
|
|
23 </collection>
|
|
24 </element>
|
|
25 </param>
|
|
26 <output type="data" format="RData" name="output" label="test-data/out.RData"/>
|
|
27 </test>
|
|
28 </tests>
|
|
29 <help>
|
6
|
30 **What it does**
|
|
31 This R-based tool downloads data from GEO using getGEO from the GEOquery package and then returns a GenomicRatioSet object
|
|
32 **Input**
|
|
33 The GSE ID of the dataset to be downloaded from GEO "e.g. 'GSE51547'"
|
|
34 **Output**
|
|
35 GenomicRatioSet object
|
5
|
36 </help>
|
|
37 <citations>
|
6
|
38 <citation type="doi">10.1093/bioinformatics/btu049</citation>
|
5
|
39 </citations>
|
|
40 </tool>
|