12
|
1 <tool id="GRset" name="GRsetFromGEO" version="1.16.2">
|
|
2 <requirements>
|
|
3 <requirement name="package_r_3_2_1" type="package" version="3.2.1">R</requirement>
|
14
|
4 <requirement name="package_minfi_1_16_0" owner="nturaga" ></requirement>
|
12
|
5 </requirements>
|
|
6 <stdio>
|
|
7 <exit_code range="1:" />
|
|
8 </stdio>
|
|
9 <command> Rscript $__tool_directory__/GRsetFromGEO.R "$GSE" "$output" </command>
|
|
10 <inputs>
|
|
11 <param name="GSE" type="text" value="" label="Enter GSE ID." help="e.g. 'GSE51547'"/>
|
|
12 </inputs>
|
|
13 <outputs>
|
|
14 <data format="Rdata" name="output" label="GenomicRatioSet.Rdata"/>
|
|
15 </outputs>
|
|
16 <tests>
|
|
17 <test>
|
|
18 <param name="test">
|
|
19 <element name="test-data">
|
|
20 <collection type="data">
|
|
21 <element name="GSE" value="GSE51547"/>
|
|
22 </collection>
|
|
23 </element>
|
|
24 </param>
|
|
25 <output format="Rdata" name="output" label="test-data/GenomicRatioSet.Rdata"/>
|
|
26 </test>
|
|
27 </tests>
|
|
28 <help>
|
|
29 Reading Illumina methylation array data from GEO.
|
|
30 </help>
|
|
31 <citations>
|
|
32 Aryee, Martin J., et al. "Minfi: a flexible and comprehensive Bioconductor package for the analysis of Infinium DNA methylation microarrays." Bioinformatics 30.10 (2014): 1363-1369.
|
|
33 </citations>
|
|
34 </tool>
|