61
|
1 <tool id="getGRset" name="GRsetFromGEO" version="1.0.0">
|
60
|
2 <description>downloads data from GEO</description>
|
|
3 <requirements>
|
|
4 <requirement type="package" version="1.20.0">bioconductor-minfi</requirement>
|
|
5 <requirement type="package" version="0.6.0">bioconductor-illuminahumanmethylation450kanno.ilmn12.hg19</requirement>
|
|
6 </requirements>
|
|
7 <command detect_errors="aggressive">
|
|
8 Rscript '$__tool_directory__/GRsetFromGEO.R' '$input' '$output'
|
|
9 </command>
|
|
10 <inputs>
|
61
|
11 <param format="text" name="input" type="text" value="" label="Enter GSE ID." help="e.g. 'GSE42752'"/>
|
60
|
12 </inputs>
|
|
13 <outputs>
|
|
14 <data format="rdata" name="output" label="output.rdata" />
|
|
15 </outputs>
|
61
|
16 <tests>
|
|
17 <test>
|
|
18 <param name="input" value="GSE42752"/>
|
|
19 <output name="output" file="out.rdata"/>
|
|
20 </test>
|
|
21 </tests>
|
|
22 <help>
|
|
23 **What it does**
|
|
24
|
|
25 This R-based tool downloads data from GEO using getGEO from the GEOquery package and then returns a GenomicRatioSet object
|
|
26
|
|
27 **Input**
|
|
28 The GSE ID of the dataset to be downloaded from GEO "e.g. 'GSE51547'"
|
|
29
|
|
30 **Output**
|
|
31 GenomicRatioSet object
|
|
32 </help>
|
|
33 <citations>
|
|
34 <citation type="doi">10.1093/bioinformatics/btm254</citation>
|
|
35 <citation type="doi">10.1093/bioinformatics/btu049</citation>
|
|
36 </citations>
|
5
|
37 </tool>
|