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