Mercurial > repos > bgruening > deeptools_plot_heatmap
comparison plotHeatmap.xml @ 9:f509604dbf06 draft
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 4f515024772311c950d277246db548453d24abd7
| author | bgruening |
|---|---|
| date | Wed, 23 Dec 2015 14:38:05 -0500 |
| parents | 8ed7e3b6a16c |
| children | 5984ae55928f |
comparison
equal
deleted
inserted
replaced
| 8:8ed7e3b6a16c | 9:f509604dbf06 |
|---|---|
| 128 <param argument="--yMin" type="float" value="" size="3" optional="True" | 128 <param argument="--yMin" type="float" value="" size="3" optional="True" |
| 129 label="Minimum value for the Y-axis of the summary plot. Leave empty for automatic values" help=""/> | 129 label="Minimum value for the Y-axis of the summary plot. Leave empty for automatic values" help=""/> |
| 130 <param argument="--yMax" type="float" value="" size="3" optional="True" | 130 <param argument="--yMax" type="float" value="" size="3" optional="True" |
| 131 label="Maximum value for Y-axis of the summary plot. Leave empty for automatic values" help=""/> | 131 label="Maximum value for Y-axis of the summary plot. Leave empty for automatic values" help=""/> |
| 132 <param argument="--xAxisLabel" type="text" value="distance from TSS (bp)" size="200" | 132 <param argument="--xAxisLabel" type="text" value="distance from TSS (bp)" size="200" |
| 133 label="Description for the x-axis label" help="" /> | 133 label="The x-axis label" help="" /> |
| 134 <param argument="--yAxisLabel" type="text" value="genes" size="30" | 134 <param argument="--yAxisLabel" type="text" value="genes" size="30" |
| 135 label="Description for the y-axis label for the top panel" help="" /> | 135 label="The y-axis label for the top panel" help="" /> |
| 136 | 136 |
| 137 <param argument="--heatmapWidth" type="float" value="7.5" min="1" max="100" | 137 <param argument="--heatmapWidth" type="float" value="7.5" min="1" max="100" |
| 138 label="Heatmap width in cm" help="The minimum value is 1 and the maximum is 100."/> | 138 label="Heatmap width in cm" help="The minimum value is 1 and the maximum is 100."/> |
| 139 <param argument="--heatmapHeight" type="float" value="25" min="3" max="100" | 139 <param argument="--heatmapHeight" type="float" value="25" min="3" max="100" |
| 140 label="Heatmap height in cm" help="The minimum value is 3 and the maximum is 100."/> | 140 label="Heatmap height in cm" help="The minimum value is 3 and the maximum is 100."/> |
| 156 <param argument="--referencePointLabel" type="text" value="TSS" size="10" | 156 <param argument="--referencePointLabel" type="text" value="TSS" size="10" |
| 157 label="Reference point label" | 157 label="Reference point label" |
| 158 help ="Label shown in the plot for the reference-point. Default is the same as the reference point selected (e.g. TSS), but could be anything, e.g. "peak start" etc." /> | 158 help ="Label shown in the plot for the reference-point. Default is the same as the reference point selected (e.g. TSS), but could be anything, e.g. "peak start" etc." /> |
| 159 <param argument="--regionsLabel" type="text" value="genes" size="30" | 159 <param argument="--regionsLabel" type="text" value="genes" size="30" |
| 160 label="Labels for the regions plotted in the heatmap" | 160 label="Labels for the regions plotted in the heatmap" |
| 161 help="If more than one region is being plotted a list of labels separated by comma and limited by quotes, is required. For example, label1, label2."> | 161 help="If more than one region is being plotted then a list of labels separated by comma is required. For example, label1, label2."> |
| 162 <sanitizer> | 162 <sanitizer> |
| 163 <valid initial="string.printable"> | 163 <valid initial="string.printable"> |
| 164 </valid> | 164 </valid> |
| 165 </sanitizer> | 165 </sanitizer> |
| 166 </param> | 166 </param> |
| 167 <expand macro="plotTitle" /> | 167 <expand macro="plotTitle" /> |
| 168 <param argument="--perGroup" type="boolean" truevalue="--perGroup" falsevalue="" | 168 <param argument="--perGroup" type="boolean" truevalue="--perGroup" falsevalue="" |
| 169 label="Do one plot per group" | 169 label="Do one plot per group" |
| 170 help="When clustering is applied to the data, or the computematrix was performed on file containing | 170 help="When clustering is applied to the data, or the computematrix was performed on multiple BED files, |
| 171 groups separated by "#", plot the groups next to each other. The default is to plot | 171 plot the groups next to each other. The default is to plot |
| 172 the samples next to each other. If this option is set, each group (or cluster) will get its own plot, | 172 the samples next to each other. If this option is set, each group (or cluster) will get its own plot, |
| 173 with different samples stacked on top of each other."/> | 173 with different samples stacked on top of each other."/> |
| 174 | 174 |
| 175 <expand macro="kmeans_clustering" /> | 175 <expand macro="kmeans_clustering" /> |
| 176 </when> | 176 </when> |
| 198 **What it does** | 198 **What it does** |
| 199 | 199 |
| 200 The heatmapper visualizes scores associated with genomic regions, for example ChIP enrichment values around the TSS of genes. | 200 The heatmapper visualizes scores associated with genomic regions, for example ChIP enrichment values around the TSS of genes. |
| 201 Like profiler, it requires that computeMatrix was run first to calculate the values. | 201 Like profiler, it requires that computeMatrix was run first to calculate the values. |
| 202 | 202 |
| 203 We implemented vast optional parameters to optimize the visual output and we encourage you to play around with the min/max values | 203 We have implemented number of optional parameters to optimize the visual output and we encourage you to play around with the min/max values |
| 204 displayed in the heatmap as well as with the different coloring options. The most powerful option is the k-means/hirarchichal clustering | 204 displayed in the heatmap as well as with the different coloring options. The most powerful option is the k-means/hierarchical clustering, |
| 205 where you simply need to indicate the number of groups with similar read distributions that you expect and the algorithm will do the sorting for you. | 205 where you simply need to indicate the number of groups with similar read distributions that you expect and the algorithm will do the sorting for you. |
| 206 | 206 |
| 207 | 207 |
| 208 .. image:: $PATH_TO_IMAGES/visual_hm_DmelPolII.png | 208 .. image:: $PATH_TO_IMAGES/visual_hm_DmelPolII.png |
| 209 :alt: Heatmap of RNA Polymerase II ChIP-seq | 209 :alt: Heatmap of RNA Polymerase II ChIP-seq |
