6
|
1 <tool id="findDMR" name="findDMR" version="1.16.2">
|
0
|
2 <requirements>
|
6
|
3 <requirement name="package_r_3_2_1" type="package" version="3.2.1">R</requirement>
|
|
4 </requirements>
|
0
|
5 <stdio>
|
|
6 <exit_code range="1:" />
|
|
7 </stdio>
|
6
|
8 <command> Rscript $__tool_directory__/findDMR.R "$input1" "$input2" "$output" </command>
|
0
|
9 <inputs>
|
6
|
10 <param name="input1" format="Rdata"label="GenomicRatioSet.Rdata" help="e.g. 'GSE51547'"/>
|
|
11 <param name="input2" format="txt"label="PhenoTab.txt" help="ID and Phenotype table"/>
|
0
|
12 </inputs>
|
|
13 <outputs>
|
6
|
14 <data format="txt" name="output" label="findDMR.txt"/>
|
0
|
15 </outputs>
|
|
16 <tests>
|
|
17 <test>
|
|
18 <param name="test">
|
|
19 <element name="test-data">
|
6
|
20 <collection type="data">
|
|
21 <element format="Rdata" name="input1" label="test-data/GenomicRatioSet.Rdata"/>
|
|
22 <element format="txt" name="input2" label="test-data/PhenoTab.txt"/>
|
0
|
23 </collection>
|
|
24 </element>
|
|
25 </param>
|
6
|
26 <output format="txt" name="output" label="test-data/findDMR.txt"/>
|
0
|
27 </test>
|
|
28 </tests>
|
|
29 <help>
|
6
|
30 Identify CpGs where methylation is associated with a continuous or categorical phenotype.
|
0
|
31 </help>
|
|
32 <citations>
|
6
|
33 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.
|
0
|
34 </citations>
|
|
35 </tool>
|