Mercurial > repos > bgruening > deeptools_plot_profile
comparison plotProfiler.xml @ 8:4339a4d28e97 draft
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 4f515024772311c950d277246db548453d24abd7
author | bgruening |
---|---|
date | Wed, 23 Dec 2015 14:45:36 -0500 |
parents | a6d65190c7e5 |
children | 9d7d837a76bf |
comparison
equal
deleted
inserted
replaced
7:a6d65190c7e5 | 8:4339a4d28e97 |
---|---|
68 </param> | 68 </param> |
69 <when value="no" /> | 69 <when value="no" /> |
70 <when value="yes"> | 70 <when value="yes"> |
71 <param argument="--startLabel" type="text" value="TSS" size="10" | 71 <param argument="--startLabel" type="text" value="TSS" size="10" |
72 label="Label for the region start" | 72 label="Label for the region start" |
73 help ="[only for scale-regions mode] Label shown in the plot | 73 help ="Label shown in the plot |
74 for the start of the region. Default is TSS (transcription start site), | 74 for the start of the region. Default is TSS (transcription start site), |
75 but could be changed to anything, e.g. "peak start"." /> | 75 but could be changed to anything, e.g. "peak start"." /> |
76 <param argument="--endLabel" type="text" value="TES" size="10" | 76 <param argument="--endLabel" type="text" value="TES" size="10" |
77 label="Label for the region end" | 77 label="Label for the region end" |
78 help="Label shown in the plot for the region end. Default is TES (transcription end site)."/> | 78 help="Label shown in the plot for the region end. Default is TES (transcription end site)."/> |
105 <param argument="--plotWidth" type="integer" value="8" min="1" | 105 <param argument="--plotWidth" type="integer" value="8" min="1" |
106 label="Plot width" | 106 label="Plot width" |
107 help="Width in cm. The default value is 8 centimeters. The minimum value is 1 cm." /> | 107 help="Width in cm. The default value is 8 centimeters. The minimum value is 1 cm." /> |
108 | 108 |
109 <param argument="--plotType" type="select" label="Plot type" | 109 <param argument="--plotType" type="select" label="Plot type" |
110 help="For the summary plot (profile) only. The "lines" option will | 110 help="The "lines" option will |
111 plot the profile line based on the average type selected. The "fill" | 111 plot the profile line based on the average type selected. The "fill" |
112 option fills the region between zero and the profile curve. The fill in color is | 112 option fills the region between zero and the profile curve. The filled in color is |
113 semi transparent to distinguish different profiles. The "add standard error" | 113 semi-transparent. The "add standard error" |
114 option colors the region between the profile and the standard error of the data. | 114 option colors the region between the profile and the standard error of the data. |
115 As in the case of fill, a semi-transparent color is used. | 115 As in the case of fill, a semi-transparent color is used. |
116 The option "overlapped_lines" plots each region values, one on top of | 116 The option "overlapped_lines" plots each region's value, one on top of |
117 the other; this option only works if "one plot per proup" is set."> | 117 the other."> |
118 <option value="lines" selected="true">lines</option> | 118 <option value="lines" selected="true">lines</option> |
119 <option value="fill">fill</option> | 119 <option value="fill">fill</option> |
120 <option value="se">add standard error</option> | 120 <option value="se">add standard error</option> |
121 <option value="overlapped_lines">overlapped lines</option> | 121 <option value="overlapped_lines">overlapped lines</option> |
122 </param> | 122 </param> |
123 <param argument="--regionsLabel" type="text" value="coverage" size="30" | 123 <param argument="--regionsLabel" type="text" value="coverage" size="30" |
124 label="Labels for the regions plotted in the heatmap" | 124 label="Labels for the regions plotted in the heatmap" |
125 help="If more than one region is being plotted a list of labels separated | 125 help="If more than one region is being plotted a list of labels separated |
126 by comma and limited by quotes, is required. For example, "label1, label2"."/> | 126 by commas is required. For example, "label1, label2"."/> |
127 | 127 |
128 <expand macro="plotTitle" /> | 128 <expand macro="plotTitle" /> |
129 <param argument="--colors" type="text" value="" size="40" | 129 <param argument="--colors" type="text" value="" size="40" |
130 label="List of colors to use for the plotted lines" | 130 label="List of colors to use for the plotted lines" |
131 help="Color names and html hex strings (e.g. #eeff22) are accepted. | 131 help="Color names and html hex strings (e.g. #eeff22) are accepted. |
132 The color names should be given separated by spaces. (--colors red blue green)"> | 132 The color names should be separated by spaces. (--colors red blue green)"> |
133 <validator type="expression" | 133 <validator type="expression" |
134 message="Only numbers, digits, '#' and spaces are allowed.">all(c in ' #abcdefghijklmnopqrstuvwxyz0123456789' for c in value)</validator> | 134 message="Only numbers, digits, '#' and spaces are allowed.">all(c in ' #abcdefghijklmnopqrstuvwxyz0123456789' for c in value)</validator> |
135 </param> | 135 </param> |
136 | 136 |
137 <param argument="--perGroup" type="boolean" truevalue="--perGroup" falsevalue="" | 137 <param argument="--perGroup" type="boolean" truevalue="--perGroup" falsevalue="" |
138 label="Do one plot per group" | 138 label="Do one plot per group" |
139 help="When clustering is applied to the data, or the region file contains groups separated by "#", | 139 help="When clustering is applied to the data or multiple BED files were used, |
140 plot the groups next to each other. The default is to plot the samples next to each other. | 140 plot the groups next to each other. The default is to plot the samples next to each other." /> |
141 If this option is set, each group (or cluster) will get its own plot, with different samples | |
142 stacked on top of each other." /> | |
143 | 141 |
144 | 142 |
145 <param argument="--yMin" type="float" value="" size="3" optional="true" | 143 <param argument="--yMin" type="float" value="" size="3" optional="true" |
146 label="Minimum value for the Y-axis of the summary plot. Leave empty for automatic values"/> | 144 label="Minimum value for the Y-axis of the summary plot. Leave empty for automatic values"/> |
147 <param argument="--yMax" type="float" value="" size="3" optional="true" | 145 <param argument="--yMax" type="float" value="" size="3" optional="true" |
173 | 171 |
174 **What it does** | 172 **What it does** |
175 | 173 |
176 This tool plots the average enrichments over all genomic | 174 This tool plots the average enrichments over all genomic |
177 regions supplied to computeMarix. It requires that computeMatrix was successfully run. | 175 regions supplied to computeMarix. It requires that computeMatrix was successfully run. |
178 It is a very useful complement to the heatmapper, especially in cases when you want to | 176 It is a very useful complement to the heatmapper, especially in cases where you want to |
179 compare the scores for many different groups. Like heatmapper, profiler does not change the | 177 compare the scores for many different groups. Like heatmapper, profiler does not change the |
180 values that were compute by computeMatrix, but you can choose between | 178 values that were compute by computeMatrix, but you can modify the color and other display properties of the plots. |
181 many different ways to color and display the plots. | |
182 | 179 |
183 | 180 |
184 .. image:: $PATH_TO_IMAGES/visual_profiler_DmelPolII.png | 181 .. image:: $PATH_TO_IMAGES/visual_profiler_DmelPolII.png |
185 :alt: Meta-gene profile of Rna Polymerase II | 182 :alt: Meta-gene profile of Rna Polymerase II |
186 | 183 |