83
|
1 <macros>
|
|
2 <token name="@VERSION@">1.0.0</token>
|
|
3 <xml name="requirements">
|
|
4 <requirements>
|
|
5 <requirement type="package" version="@VERSION@">bioconductor-iwtomics</requirement>
|
|
6 </requirements>
|
|
7 </xml>
|
|
8
|
|
9 <xml name="alignment-s">
|
|
10 <conditional name="conditionalscale">
|
|
11 <param name="alignment" type="select" label="Region alignment" help="">
|
|
12 <option value="center">Center - Alignment on the central position</option>
|
|
13 <option value="left">Left - Alignment on the starting position</option>
|
|
14 <option value="right">Right - Alignment on the ending position</option>
|
|
15 <option value="scale">Scale - Scaling all regions to the same length</option>
|
|
16 </param>
|
|
17 <when value="center">
|
|
18 <!-- fill gaps -->
|
|
19 <param name="fillgaps" type="boolean" truevalue="TRUE" falsevalue="FALSE" checked="True" label="Use smoothing to fill gaps (NA measurements)" help="" />
|
|
20 </when>
|
|
21 <when value="left">
|
|
22 <!-- fill gaps -->
|
|
23 <param name="fillgaps" type="boolean" truevalue="TRUE" falsevalue="FALSE" checked="True" label="Use smoothing to fill gaps (NA measurements)" help="" />
|
|
24 </when>
|
|
25 <when value="right">
|
|
26 <!-- fill gaps -->
|
|
27 <param name="fillgaps" type="boolean" truevalue="TRUE" falsevalue="FALSE" checked="True" label="Use smoothing to fill gaps (NA measurements)" help="" />
|
|
28 </when>
|
|
29 <when value="scale">
|
|
30 <param name="scalegrid" type="integer" value="0" min="0" label="Number of grid points" help="Number of equally-spaced grid points over which the smoothed curves are evaluated." />
|
|
31 </when>
|
|
32 </conditional>
|
|
33 </xml>
|
|
34
|
|
35 <xml name="alignment">
|
|
36 <param name="alignment" type="select" label="Region alignment" help="">
|
|
37 <option value="center">Center - Alignment on the central position</option>
|
|
38 <option value="left">Left - Alignment on the starting position</option>
|
|
39 <option value="right">Right - Alignment on the ending position</option>
|
|
40 </param>
|
|
41 </xml>
|
|
42
|
|
43 <xml name="citations">
|
|
44 <citations>
|
|
45 <citation type="doi">10.1080/10485252.2017.1306627</citation>
|
89
|
46 <citation type="doi">10.1093/bioinformatics/bty090</citation>
|
83
|
47 </citations>
|
|
48 </xml>
|
|
49
|
|
50 <xml name="plot-params">
|
|
51 <!-- average -->
|
|
52 <param name="average" type="boolean" truevalue="TRUE" falsevalue="FALSE" checked="True" label="Plot the mean curves" />
|
|
53 <!-- average -->
|
|
54 <param name="size" type="boolean" truevalue="TRUE" falsevalue="FALSE" checked="True" label="Plot sample size in each position" />
|
|
55 <!-- conditional plot type -->
|
|
56 <conditional name="conditionalplottype">
|
|
57 <!-- plot type -->
|
|
58 <param name="plottype" type="select" label="Plot type">
|
|
59 <option value="boxplot">Pointwise quantile curves (boxplot)</option>
|
|
60 <option value="curves">Curves (aligned)</option>
|
|
61 </param>
|
|
62 <!-- conditional choice: plottype=boxplot -->
|
|
63 <when value="boxplot">
|
|
64 <section name="probabilitiessection" title="Probabilities" expanded="True" help="Probabilities corresponding to the quantile curves to be drawn.">
|
|
65 <param name="prob0" size="3" type="float" value="0.25" min="0.0" max="1.0" label="Probability" />
|
|
66 <param name="prob1" size="3" type="float" value="0.5" min="0.0" max="1.0" label="Probability" />
|
|
67 <param name="prob2" size="3" type="float" value="0.75" min="0.0" max="1.0" label="Probability" />
|
|
68 <repeat name="probabilities" title="Probabilities">
|
|
69 <param name="prob" size="3" type="float" value="0.5" min="0.0" max="1.0" label="Probability" />
|
|
70 </repeat>
|
|
71 </section>
|
|
72 </when>
|
|
73 </conditional>
|
|
74 </xml>
|
|
75
|
|
76 <xml name="plot-sum">
|
|
77 <section name="plotsum" title="Summary plot" expanded="True">
|
|
78 <!-- conditional group by -->
|
|
79 <conditional name="conditionalgroupby">
|
|
80 <!-- group by -->
|
|
81 <param name="groupby" type="select" label="Group by" help="How tests should be grouped.">
|
|
82 <option value="none">No plot</option>
|
|
83 <option value="test">Group by test</option>
|
|
84 <option value="feature">Group by feature</option>
|
|
85 </param>
|
|
86 <when value="test">
|
|
87 <param name="testalphaplot" size="3" type="float" value="0.05" min="0.0" max="1.0" label="Level of the test (alpha)" />
|
|
88 <param name="testonlysig" type="boolean" truevalue="TRUE" falsevalue="FALSE" label="Plot only significant tests" />
|
|
89 </when>
|
|
90 <when value="feature">
|
|
91 <param name="featurealphaplot" size="3" type="float" value="0.05" min="0.0" max="1.0" label="Level of the test (alpha)" />
|
|
92 <param name="featureonlysig" type="boolean" truevalue="TRUE" falsevalue="FALSE" label="Plot only significant tests" />
|
|
93 </when>
|
|
94 </conditional>
|
|
95 </section>
|
|
96 </xml>
|
|
97 </macros> |