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