comparison heatmapper.xml @ 52:c0a054f2eff8 draft

Uploaded
author bgruening
date Mon, 22 Dec 2014 18:56:27 -0500
parents 72d1d7c68bd3
children
comparison
equal deleted inserted replaced
51:329e8411cc51 52:c0a054f2eff8
5 <macros> 5 <macros>
6 <token name="@BINARY@">heatmapper</token> 6 <token name="@BINARY@">heatmapper</token>
7 <import>deepTools_macros.xml</import> 7 <import>deepTools_macros.xml</import>
8 </macros> 8 </macros>
9 <command> 9 <command>
10 <![CDATA[
10 heatmapper 11 heatmapper
11 12
12 --matrixFile $matrixFile 13 --matrixFile $matrixFile
13 --outFileName $outFileName 14 --outFileName $outFileName
14 15
79 --plotTitle '$advancedOpt.plotTitle' 80 --plotTitle '$advancedOpt.plotTitle'
80 #end if 81 #end if
81 82
82 $advancedOpt.onePlotPerGroup 83 $advancedOpt.onePlotPerGroup
83 84
84 @kmeans_clusterin@ 85 @KMEANS_CLUSTERING@
85 86
86 #end if 87 #end if
88 ]]>
87 </command> 89 </command>
88 <inputs> 90 <inputs>
89 <param name="matrixFile" format="bgzip" type="data" label="Matrix file from the computeMatrix tool"/> 91 <param name="matrixFile" format="bgzip" type="data" label="Matrix file from the computeMatrix tool"/>
90 92
91 <expand macro="input_graphic_output_settings"> 93 <expand macro="input_graphic_output_settings">
123 <option value="max">max</option> 125 <option value="max">max</option>
124 <option value="sum">sum</option> 126 <option value="sum">sum</option>
125 <option value="std">std</option> 127 <option value="std">std</option>
126 </param> 128 </param>
127 129
128 <param name="missingDataColor" type="text" label="Missing data color" value="black" optional="true" help="If 'Represent missing data as zero' is not set, such cases will be colored in black by default. By using this parameter a different color can be set. A value between 0 and 1 will be used for a gray scale (black is 0). Also color names can be used, see a list here: http://packages.python.org/ete2/reference/reference_svgcolors.html. Alternatively colors can be specified using the #rrggbb notation." /> 130 <param name="missingDataColor" type="text" value="black" optional="true" label="Missing data color"
131 help="If 'Represent missing data as zero' is not set, such cases will be colored in black by default. By using this parameter a different color can be set. A value between 0 and 1 will be used for a gray scale (black is 0). Also color names can be used, see a list here: http://packages.python.org/ete2/reference/reference_svgcolors.html. Alternatively colors can be specified using the #rrggbb notation." />
129 132
130 <expand macro="colormap" /> 133 <expand macro="colormap" />
131 134
132 <param name="zMin" type="float" value="" size="3" label="Minimum value for the heatmap intensities. Leave empty for automatic values" optional="true"/> 135 <param name="zMin" type="float" value="" size="3"
133 <param name="zMax" type="float" value="" size="3" label="Maximum value for the heatmap intensities. Leave empty for automatic values" optional="true"/> 136 label="Minimum value for the heatmap intensities. Leave empty for automatic values"/>
134 <param name="yMin" type="float" value="" size="3" label="Minimum value for the Y-axis of the summary plot. Leave empty for automatic values" optional="true"/> 137 <param name="zMax" type="float" value="" size="3"
135 <param name="yMax" type="float" value="" size="3" label="Maximum value for Y-axis of the summary plot. Leave empty for automatic values" optional="true"/> 138 label="Maximum value for the heatmap intensities. Leave empty for automatic values"/>
136 139 <param name="yMin" type="float" value="" size="3"
137 <param name="xAxisLabel" type="text" value="distance from TSS (bp)" size="200" label="Description for the x-axis label" /> 140 label="Minimum value for the Y-axis of the summary plot. Leave empty for automatic values"/>
138 <param name="yAxisLabel" type="text" value="genes" size="30" label="Description for the y-axis label for the top panel" /> 141 <param name="yMax" type="float" value="" size="3"
139 142 label="Maximum value for Y-axis of the summary plot. Leave empty for automatic values"/>
140 <param name="heatmapWidth" type="float" value="7.5" min="1" max="100" label="Heatmap width in cm" help="The minimum value is 1 and the maximum is 100."/> 143 <param name="xAxisLabel" type="text" value="distance from TSS (bp)" size="200"
141 <param name="heatmapHeight" type="float" value="25" min="3" max="100" label="Heatmap height in cm" help="The minimum value is 3 and the maximum is 100."/> 144 label="Description for the x-axis label" />
142 145 <param name="yAxisLabel" type="text" value="genes" size="30"
143 <param name="whatToShow" type="select" label="What to show" help ="The default is to include a summary or profile plot on top of the heatmap and a heatmap colorbar."> 146 label="Description for the y-axis label for the top panel" />
147
148 <param name="heatmapWidth" type="float" value="7.5" min="1" max="100"
149 label="Heatmap width in cm" help="The minimum value is 1 and the maximum is 100."/>
150 <param name="heatmapHeight" type="float" value="25" min="3" max="100"
151 label="Heatmap height in cm" help="The minimum value is 3 and the maximum is 100."/>
152
153 <param name="whatToShow" type="select" label="What to show"
154 help ="The default is to include a summary or profile plot on top of the heatmap and a heatmap colorbar.">
144 <option value="plot, heatmap and colorbar" selected="true">summary plot, heatmap and colorbar</option> 155 <option value="plot, heatmap and colorbar" selected="true">summary plot, heatmap and colorbar</option>
145 <option value="plot and heatmap">summary plot and heatmap (no colorbar)</option> 156 <option value="plot and heatmap">summary plot and heatmap (no colorbar)</option>
146 <option value="heatmap only">heatmap only</option> 157 <option value="heatmap only">heatmap only</option>
147 <option value="heatmap and colorbar">heatmap and colorbar</option> 158 <option value="heatmap and colorbar">heatmap and colorbar</option>
148 <option value="colorbar only">colorbar only</option> 159 <option value="colorbar only">colorbar only</option>
149 </param> 160 </param>
150 161
151 <param name="startLabel" type="text" value="TSS" size="10" label="Label for the region start" help ="[only for scale-regions mode] Label shown in the plot for the start of the region. Default is TSS (transcription start site), but could be changed to anything, e.g. &quot;peak start&quot;." /> 162 <param name="startLabel" type="text" value="TSS" size="10"
152 <param name="endLabel" type="text" value="TES" size="10" label="Label for the region end" help="[only for scale-regions mode] Label shown in the plot for the region end. Default is TES (transcription end site)."/> 163 label="Label for the region start"
153 164 help ="[only for scale-regions mode] Label shown in the plot for the start of the region. Default is TSS (transcription start site), but could be changed to anything, e.g. &quot;peak start&quot;." />
154 <param name="referencePointLabel" type="text" value="TSS" size="10" label="Reference point label" help ="[only for scale-regions mode] 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. &quot;peak start&quot; etc." /> 165 <param name="endLabel" type="text" value="TES" size="10"
166 label="Label for the region end"
167 help="[only for scale-regions mode] Label shown in the plot for the region end. Default is TES (transcription end site)."/>
168
169 <param name="referencePointLabel" type="text" value="TSS" size="10"
170 label="Reference point label"
171 help ="[only for scale-regions mode] 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. &quot;peak start&quot; etc." />
155 <param name="regionsLabel" type="text" value="genes" size="30" 172 <param name="regionsLabel" type="text" value="genes" size="30"
156 label="Labels for the regions plotted in the heatmap" 173 label="Labels for the regions plotted in the heatmap"
157 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."> 174 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.">
158 <sanitizer> 175 <sanitizer>
159 <valid initial="string.printable"> 176 <valid initial="string.printable">
160 </valid> 177 </valid>
161 </sanitizer> 178 </sanitizer>
162 </param> 179 </param>
163 <param name="plotTitle" type="text" value="" size="30" label="Title of the plot" help="Title of the plot, to be printed on top of the generated image. Leave blank for no title." /> 180 <param name="plotTitle" type="text" value="" size="30"
181 label="Title of the plot" help="Title of the plot, to be printed on top of the generated image. Leave blank for no title. (--plotTitle)" />
164 <param name="onePlotPerGroup" type="boolean" truevalue="--onePlotPerGroup" falsevalue="" 182 <param name="onePlotPerGroup" type="boolean" truevalue="--onePlotPerGroup" falsevalue=""
165 label="Do one plot per group" 183 label="Do one plot per group"
166 help="When computeMatrix was used on more than one group of genes, the average plots for all the groups will be drawn in one panel by default. If this option is set, each group will get its own plot, stacked on top of each other."/> 184 help="When computeMatrix was used on more than one group of genes, the average plots for all the groups will be drawn in one panel by default. If this option is set, each group will get its own plot, stacked on top of each other."/>
167 185
168 <expand macro="kmeans_clustering" /> 186 <expand macro="kmeans_clustering" />
169
170 </when> 187 </when>
171 </conditional> 188 </conditional>
172 </inputs> 189 </inputs>
173 <outputs> 190 <outputs>
174 <expand macro="output_image_file_format" /> 191 <expand macro="output_image_file_format" />
175 <expand macro="output_graphic_outputs" /> 192 <expand macro="output_graphic_outputs" />
176 <expand macro="output_save_matrix_values" /> 193 <expand macro="output_save_matrix_values" />
177 </outputs> 194 </outputs>
178 <tests> 195 <tests>
179 <test> 196 <test>
180 <param name="matrixFile" value="master.mat.gz" ftype="bgzip" /> 197 <param name="matrixFile" value="computeMatrix_result1.gz" ftype="bgzip" />
181 <output name="outFileName" file="master.png" ftype="png" compare="sim_size" delta="100" /> 198 <output name="outFileName" file="heatmapper_result1.png" ftype="png" compare="sim_size" delta="100" />
182 </test> 199 </test>
183 </tests> 200 </tests>
184 <help> 201 <help>
185 202 <![CDATA[
186 **What it does** 203 **What it does**
187 204
188 The heatmapper visualizes scores associated with genomic regions, for example ChIP enrichment values around the TSS of genes. 205 The heatmapper visualizes scores associated with genomic regions, for example ChIP enrichment values around the TSS of genes.
189 Like profiler, it requires that computeMatrix was run first to calculate the values. 206 Like profiler, it requires that computeMatrix was run first to calculate the values.
190 207
203 220
204 221
205 ----- 222 -----
206 223
207 @REFERENCES@ 224 @REFERENCES@
208 225 ]]>
209 </help> 226 </help>
210 <expand macro="citations" /> 227 <expand macro="citations" />
211 </tool> 228 </tool>