30
|
1 <tool id="getGRset" name="GRsetFromGEO">
|
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>
|
|
11 <param format="text" name="input" type="text" value="" label="Enter GSE ID." help="e.g. 'GSE51547'"/>
|
|
12 </inputs>
|
|
13 <outputs>
|
|
14 <data format="rdata" name="output" label="output.rdata" />
|
|
15 </outputs>
|
|
16 <help>
|
30
|
17 **What it does**
|
60
|
18
|
30
|
19 This R-based tool downloads data from GEO using getGEO from the GEOquery package and then returns a GenomicRatioSet object
|
60
|
20
|
30
|
21 **Input**
|
|
22 The GSE ID of the dataset to be downloaded from GEO "e.g. 'GSE51547'"
|
60
|
23
|
30
|
24 **Output**
|
|
25 GenomicRatioSet object
|
60
|
26 </help>
|
5
|
27 </tool>
|