Mercurial > repos > testtool > find_dmr
comparison findDMR/findDMR.xml @ 6:a0e3f4efb03f draft
Uploaded
author | testtool |
---|---|
date | Tue, 25 Apr 2017 13:19:29 -0400 |
parents | 715d03e1fd83 |
children | f9486b344dbc |
comparison
equal
deleted
inserted
replaced
5:715d03e1fd83 | 6:a0e3f4efb03f |
---|---|
1 <tool id="DMR" name="findDMR" version="1.16.2"> | 1 <tool id="findDMR" name="findDMR" version="1.16.2"> |
2 <description> | |
3 from series of samples | |
4 </description> | |
5 <requirements> | 2 <requirements> |
6 <requirement type="package" version="3.2.1">R</requirement> | 3 <requirement name="package_r_3_2_1" type="package" version="3.2.1">R</requirement> |
7 </requirements> | 4 </requirements> |
8 <stdio> | 5 <stdio> |
9 <exit_code range="1:" /> | 6 <exit_code range="1:" /> |
10 </stdio> | 7 </stdio> |
11 <command> Rscript $__tool_directory__/findDMR.R "$GSMTable" "$platform" "$Data_Table" "$cutoff" "$clusterSize" "$DMR"</command> | 8 <command> Rscript $__tool_directory__/findDMR.R "$input1" "$input2" "$output" </command> |
12 <inputs> | 9 <inputs> |
13 <param optional="false" format="txt" name="GSMTable" type="data" value="" help="GSM ID and phenotype table." label="[required] GSMTable"> | 10 <param name="input1" format="Rdata"label="GenomicRatioSet.Rdata" help="e.g. 'GSE51547'"/> |
14 <validator type="empty_field" message="This field is required."/> | 11 <param name="input2" format="txt"label="PhenoTab.txt" help="ID and Phenotype table"/> |
15 </param> | |
16 <param optional="false" format="txt" name="platform" type="data" value="" help="CG, CHR, BP table." label="[required] platform"> | |
17 <validator type="empty_field" message="This field is required."/> | |
18 </param> | |
19 <param optional="false" format="txt" name="Data_Table" type="data" value="" help="Matrix of data." label="[required] Data_Table"> | |
20 <validator type="empty_field" message="This field is required."/> | |
21 </param> | |
22 <param name="cutoff" type="float" value="" | |
23 label="Enter cutoff size (number)" | |
24 help="e.g. '0.2'" > | |
25 </param> | |
26 <param name="clusterSize" type="float" value="" | |
27 label="Enter cluster size (number)" | |
28 help="e.g. '2'" > | |
29 </param> | |
30 </inputs> | 12 </inputs> |
31 <outputs> | 13 <outputs> |
32 <data format="bed" name="DMR" label="DMR.bed"/> | 14 <data format="txt" name="output" label="findDMR.txt"/> |
33 </outputs> | 15 </outputs> |
34 <tests> | 16 <tests> |
35 <test> | 17 <test> |
36 <param name="test"> | 18 <param name="test"> |
37 <element name="test-data"> | 19 <element name="test-data"> |
38 <collection type="data"> | 20 <collection type="data"> |
39 <element name="GSMTable" value="test-data/input.txt"/> | 21 <element format="Rdata" name="input1" label="test-data/GenomicRatioSet.Rdata"/> |
40 <element name="platform" value="test-data/platform.txt"/> | 22 <element format="txt" name="input2" label="test-data/PhenoTab.txt"/> |
41 <element name="Data_Table" value="test-data/Data_Table.txt"/> | |
42 <element name="cutoff" value="0.2"/> | |
43 <element name="clusterSize" value="2"/> | |
44 </collection> | 23 </collection> |
45 </element> | 24 </element> |
46 </param> | 25 </param> |
47 <output format="bed" name="DMR" label="test-data/DMR.bed"/> | 26 <output format="txt" name="output" label="test-data/findDMR.txt"/> |
48 </test> | 27 </test> |
49 </tests> | 28 </tests> |
50 <help> | 29 <help> |
51 **Description** | 30 Identify CpGs where methylation is associated with a continuous or categorical phenotype. |
52 </help> | 31 </help> |
53 <citations> | 32 <citations> |
54 DMR | 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. |
55 </citations> | 34 </citations> |
56 </tool> | 35 </tool> |