1
|
1 <?xml version="1.0" encoding="UTF-8" ?>
|
9
|
2 <tool id="mda_advanced_heatmap_gen" name="Advanced NG-CHM Generator" version="2.14.0">
|
2
|
3 <requirements>
|
4
|
4 <requirement type="package" version="3.4.1">r-base</requirement>
|
6
|
5 <requirement type="package" version="8.0.144">openjdk</requirement>
|
2
|
6 </requirements>
|
|
7 <description> Create Clustered Heat Maps with Advanced Options</description>
|
6
|
8 <command interpreter="bash" detect_errors="aggressive">$__tool_directory__/heatmap_advanced.sh "$__tool_directory__" "$__tool_data_path__/" "chm_name|Heat_Map_$hmname" "chm_description|$hmdesc" "summary_width|$summaryDisplayWidth"
|
|
9 "row_configuration|order_method|${d_rows.rowOrderMethod}|distance_metric|${d_rows.rowDistanceMeasure}|agglomeration_method|${d_rows.rowAgglomerationMethod}|tree_covar_cuts|${d_rows.rowDendroCut}|data_type|$rowDataType|top_items|$rowTopItems|tree_cuts|${d_rows.rcutrows.rowDendroTreeCut}|${d_rows.rcutrows.raddcuts}|dendro_show|${d_rows.rowDendroShow}|dendro_height|${d_rows.rowDendroHeight}"
|
|
10 "col_configuration|order_method|${d_cols.columnOrderMethod}|distance_metric|${d_cols.columnDistanceMeasure}|agglomeration_method|${d_cols.columnAgglomerationMethod}|tree_covar_cuts|${d_cols.colDendroCut}|data_type|$colDataType|top_items|$colTopItems|tree_cuts|${d_cols.ccutrows.colDendroTreeCut}|${d_cols.ccutrows.caddcuts}|dendro_show|${d_cols.columnDendroShow}|dendro_height|${d_cols.columnDendroHeight}"
|
1
|
11 #for $attr in $hm_attribute
|
6
|
12 'attribute|${attr.attrbute_key}':'${attr.attrbute_value}'
|
1
|
13 #end for
|
6
|
14 #for $mx in $matrices
|
|
15 'matrix_files|path|$mx.dataLayer|name|${mx.dataLayerName}|summary_method|${mx.summarymethod}|selection_color|${mx.dataLayerSelectionColor}|cuts_color|${mx.dataLayerCutsColor}|grid_color|${mx.dataLayerGridColor}|grid_show|${mx.dataLayerGridShow}|${mx.colorsBreaks.setColorsBreaks}|${mx.colorsBreaks.matrixColor1}|${mx.colorsBreaks.matrixColor2}|${mx.colorsBreaks.matrixColor3}|${mx.colorsBreaks.matrixBreak1}|${mx.colorsBreaks.matrixBreak2}|${mx.colorsBreaks.matrixBreak3}|${mx.colorsBreaks.missingColor}'
|
|
16 #end for
|
1
|
17 #for $op in $operations
|
6
|
18 'classification|name|${op.class_name}|path|${op.repeatinput.file_name}|category|${op.cattype.cat}|bar_type|${op.cattype.scatbar.bartype}|height|${op.classHeight}|fg_color|${op.cattype.scatbar.fg_color}|bg_color|${op.cattype.scatbar.bg_color}'
|
|
19 #end for
|
|
20 'output_location|$output'
|
1
|
21 </command>
|
|
22 <stdio>
|
|
23 <exit_code range="1:" level="fatal" />
|
|
24 </stdio>
|
|
25 <inputs>
|
6
|
26 <repeat name="matrices" title="Heat Map Matrices">
|
|
27 <param name="dataLayer" type="data" format="Tabular" label="Input Data Matrix" help="Tab delimited text file with row labels, column labels, and data."/>
|
|
28 <param name="dataLayerName" size="40" type="text" value="Data_Layer_name" label="Data Layer Name" help="Name for data layer (no spaces).">
|
7
|
29 <sanitizer>
|
|
30 <valid initial="string.printable">
|
6
|
31 <remove value="""/>
|
|
32 <remove value="'"/>
|
|
33 </valid>
|
7
|
34 </sanitizer>
|
6
|
35 </param>
|
|
36 <param name="summarymethod" type="select" label="Data Summarization Method" help="For large matrices, the selected method is used to aggregate data values in the summary view.">
|
|
37 <option value="average">Average</option>
|
|
38 <option value="sample">Sample</option>
|
|
39 <option value="mode">Mode</option>
|
|
40 </param>
|
|
41 <conditional name="colorsBreaks">
|
|
42 <param name="setColorsBreaks" type="select" label="Colors and Breakpoints" help="Select whether to set your own colors and breakpoints or use default values.">
|
|
43 <option value="none">Use System Generated Colors and Breakpoints</option>
|
|
44 <option value="defined">Define Your Own Colors and Breakpoints</option>
|
|
45 </param>
|
|
46 <when value="none">
|
|
47 <param name="matrixColor1" type="text" size="0" hidden="true" value="0"/>
|
|
48 <param name="matrixBreak1" type="text" size="0" hidden="true" value="0"/>
|
|
49 <param name="matrixColor2" type="text" size="0" hidden="true" value="0"/>
|
|
50 <param name="matrixBreak2" type="text" size="0" hidden="true" value="0"/>
|
|
51 <param name="matrixColor3" type="text" size="0" hidden="true" value="0"/>
|
|
52 <param name="matrixBreak3" type="text" size="0" hidden="true" value="0"/>
|
|
53 <param name="missingColor" type="text" size="0" hidden="true" value="0"/>
|
|
54 </when>
|
|
55 <when value="defined">
|
|
56 <param name="matrixColor1" type="color" label="Color for Breakpoint One" value="#ff0000"/>
|
|
57 <param name="matrixBreak1" type="text" label="Value for Breakpoint One" value="-1"/>
|
|
58 <param name="matrixColor2" type="color" label="Color for Breakpoint Two" value="#ffffff"/>
|
|
59 <param name="matrixBreak2" type="text" label="Value for Breakpoint Two" value="0"/>
|
|
60 <param name="matrixColor3" type="color" label="Color for Breakpoint Three" value="#0000ff"/>
|
|
61 <param name="matrixBreak3" type="text" label="Value for Breakpoint Three" value="1"/>
|
|
62 <param name="missingColor" type="color" label="Color for Missing Values" value="#000000"/>
|
|
63 </when>
|
|
64 </conditional>
|
|
65 <param name="dataLayerSelectionColor" type="color" label="Color for selection box" value="#00ff38"/>
|
|
66 <param name="dataLayerCutsColor" type="color" label="Color for Heat Map Gaps" value="#ffffff"/>
|
|
67 <param name="dataLayerGridColor" type="color" label="Color for Heat Map Grid" value="#ffffff"/>
|
|
68 <param name="dataLayerGridShow" type="select" label="Show Heat Map Grid">
|
|
69 <option value="Y">Yes</option>
|
|
70 <option value="N">No</option>
|
|
71 </param>
|
|
72 </repeat>
|
2
|
73 <param name="hmname" size="40" type="text" value="Heat_Map_name" label="Heat Map Name" help="Short Name for heat map (no spaces)."/>
|
7
|
74 <sanitizer>
|
|
75 <valid initial="string.printable">
|
2
|
76 <remove value="""/>
|
|
77 <remove value="'"/>
|
|
78 </valid>
|
7
|
79 </sanitizer>
|
1
|
80 <param name="hmdesc" size="100" optional="true" type="text" value="Heat_Map_description" label="Heat Map Description" help="Longer description of the heat map contents."/>
|
7
|
81 <sanitizer>
|
|
82 <valid initial="string.printable">
|
2
|
83 <remove value="""/>
|
|
84 <remove value="'"/>
|
|
85 </valid>
|
7
|
86 </sanitizer>
|
6
|
87 <param name="summaryDisplayWidth" type="select" label="Summary Display Width %" help="Sets the percentage of the viewer display of the summary panel.">
|
|
88 <option value="50">50%</option>
|
|
89 <option value="10">10%</option>
|
|
90 <option value="20">20%</option>
|
|
91 <option value="30">30%</option>
|
|
92 <option value="40">40%</option>
|
|
93 <option value="60">60%</option>
|
|
94 <option value="70">70%</option>
|
|
95 <option value="80">80%</option>
|
|
96 <option value="90">90%</option>
|
1
|
97 </param>
|
|
98 <conditional name="d_rows">
|
|
99 <param name="rowOrderMethod" type="select" label="Row ordering method" help="Determine if rows should be clustered, randomized, or remain as is.">
|
|
100 <option value="Hierarchical">Hierarchical Clustering</option>
|
|
101 <option value="Original">Original Order</option>
|
|
102 <option value="Random">Random</option>
|
|
103 </param>
|
|
104 <when value="Hierarchical">
|
|
105 <param name="rowDistanceMeasure" type="select" label="Row Distance Metric" help="For clustering, select the method of determining distance between rows.">
|
|
106 <option value="euclidean">Euclidean</option>
|
6
|
107 <!-- <option value="binary">Binary</option> ** breaks dendrogram -->
|
1
|
108 <option value="manhattan">Manhattan</option>
|
|
109 <option value="maximum">Maximum</option>
|
6
|
110 <!-- <option value="canberra">Canberra</option> ** breaks dendrogram -->
|
1
|
111 <option value="minkowski">Minkowski</option>
|
6
|
112 <!-- <option value="correlation">Correlation</option> ** breaks dendrogram -->
|
1
|
113 </param>
|
|
114 <param name="rowAgglomerationMethod" type="select" label="Row Clustering Method" help="For clustering, select algorithm for building clusters.">
|
|
115 <option value="average">Average Linkage</option>
|
|
116 <option value="complete">Complete Linkage</option>
|
|
117 <option value="single">Single Linkage</option>
|
|
118 <option value="ward" selected="true">Ward</option>
|
|
119 <option value="mcquitty">Mcquitty</option>
|
6
|
120 <!-- <option value="median">Median</option> ** breaks dendrogram
|
|
121 <option value="centroid">Centroid</option> ** breaks dendrogram -->
|
1
|
122 </param>
|
6
|
123 <param name="rowDendroShow" type="select" label="Show Row Dendrogram" help="For setting the visibility of the row dendrogram.">
|
|
124 <option value="ALL">Summary and Detail</option>
|
|
125 <option value="SUMMARY">Summary Only</option>
|
|
126 <option value="NONE">Hide</option>
|
|
127 </param>
|
|
128 <param name="rowDendroHeight" type="select" label="Row Dendrogram Display Height" help="For adjusting the displayed height of the dendrogram bar.">
|
|
129 <option value="100">100%</option>
|
|
130 <option value="50">50%</option>
|
|
131 <option value="75">75%</option>
|
|
132 <option value="125">125%</option>
|
|
133 <option value="150">150%</option>
|
|
134 <option value="200">200%</option>
|
|
135 </param>
|
1
|
136 <param name="rowDendroCut" type="select" label="Row Cluster Covariate Bar" help="To generate a row covariate bar based on clusters, select the number of clusters(classes) to use.">
|
|
137 <option value="0" selected="true" >None</option>
|
|
138 <option value="2" >2</option>
|
|
139 <option value="3" >3</option>
|
|
140 <option value="4" >4</option>
|
|
141 <option value="5" >5</option>
|
|
142 <option value="6" >6</option>
|
|
143 <option value="7" >7</option>
|
|
144 <option value="8" >8</option>
|
|
145 <option value="9" >9</option>
|
|
146 <option value="10" >10</option>
|
|
147 </param>
|
|
148 <conditional name="rcutrows">
|
|
149 <param name="raddcuts" type="select" label="Add row gap(s)" help="To separate portions of the heat map with gaps, select a gap method.">
|
|
150 <option value="none">None</option>
|
|
151 <option value="treecuts">Cluster-Based Gaps</option>
|
|
152 <option value="positional">Fixed Gaps</option>
|
|
153 </param>
|
|
154 <when value="none">
|
|
155 <param name="rowDendroTreeCut" type="text" size="0" hidden="true" value="0"/>
|
|
156 </when>
|
|
157 <when value="treecuts">
|
|
158 <param name="rowDendroTreeCut" type="select" label="Cluster-Based Gap" help="Gaps will be placed between clusters. Select the number of clusters." >
|
6
|
159 <option value="0" selected="true" >None</option>
|
|
160 <option value="2" >2</option>
|
|
161 <option value="3" >3</option>
|
|
162 <option value="4" >4</option>
|
|
163 <option value="5" >5</option>
|
|
164 <option value="6" >6</option>
|
|
165 <option value="7" >7</option>
|
|
166 <option value="8" >8</option>
|
|
167 <option value="9" >9</option>
|
|
168 <option value="10" >10</option>
|
1
|
169 </param>
|
|
170 </when>
|
|
171 <when value="positional">
|
|
172 <param name="rowDendroTreeCut" type="text" size="100" value="None" label="Fixed Gap Location(s)" help="Enter a comma delimited list of row numbers where gaps should be created."/>
|
|
173 </when>
|
|
174 </conditional>
|
|
175 </when>
|
|
176 <when value="Original">
|
|
177 <param name="rowDistanceMeasure" type="text" size="0" hidden="true" value="n/a"/>
|
|
178 <param name="rowAgglomerationMethod" type="text" size="0" hidden="true" value="n/a"/>
|
|
179 <param name="rowDendroCut" type="text" size="0" hidden="true" value="0"/>
|
7
|
180 <param name="rowDendroShow" type="text" size="0" hidden="true" value="ALL"/>
|
|
181 <param name="rowDendroHeight" type="text" size="0" hidden="true" value="0"/>
|
1
|
182 <conditional name="rcutrows">
|
|
183 <param name="raddcuts" type="select" label="Add row gap(s)" help="To separate portions of the heat map with gaps, select a gap method.">
|
|
184 <option value="none">None</option>
|
|
185 <option value="positional">Fixed Gaps</option>
|
|
186 </param>
|
|
187 <when value="none">
|
|
188 <param name="rowDendroTreeCut" type="text" size="100" value="None" hidden="true"/>
|
|
189 </when>
|
|
190 <when value="positional">
|
|
191 <param name="rowDendroTreeCut" type="text" size="100" value="None" label="Fixed Gap Location(s)" help="Enter a comma delimited list of row numbers where gaps should be created."/>
|
|
192 </when>
|
|
193 </conditional>
|
|
194 </when>
|
|
195 <when value="Random">
|
|
196 <param name="rowDistanceMeasure" type="text" size="0" hidden="true" value="n/a"/>
|
|
197 <param name="rowAgglomerationMethod" type="text" size="0" hidden="true" value="n/a"/>
|
|
198 <param name="rowDendroCut" type="text" size="0" hidden="true" value="0"/>
|
7
|
199 <param name="rowDendroShow" type="text" size="0" hidden="true" value="ALL"/>
|
|
200 <param name="rowDendroHeight" type="text" size="0" hidden="true" value="0"/>
|
1
|
201 <conditional name="rcutrows">
|
|
202 <param name="raddcuts" type="select" label="Add row gap(s)" help="To separate portions of the heat map with gaps, select a gap method.">
|
|
203 <option value="none">None</option>
|
|
204 <option value="positional">Fixed Gaps</option>
|
|
205 </param>
|
|
206 <when value="none">
|
|
207 <param name="rowDendroTreeCut" type="text" size="100" value="None" hidden="true"/>
|
|
208 </when>
|
|
209 <when value="positional">
|
|
210 <param name="rowDendroTreeCut" type="text" size="100" value="None" label="Fixed Gap Location(s)" help="Enter a comma delimited list of row numbers where gaps should be created."/>
|
|
211 </when>
|
|
212 </conditional>
|
|
213 </when>
|
|
214 </conditional>
|
|
215 <param name="rowTopItems" size="100" type="text" value="None" label="Row Top Items" help="A few rows can be labeled in the full summary heat map. To do so provide a comma delimited list of row labels."/>
|
|
216 <param name="rowDataType" type="select" label="Row Label Type" help="Enable label driven link-outs by specifying the type of row labels.">
|
|
217 <option value="labels" selected="true" >None</option>
|
|
218 <option value="bio.probe.affymetrix" >Affymetrix Probe Id</option>
|
|
219 <option value="bio.feature.agilent" >Agilent Id</option>
|
|
220 <option value="bio.sample.cbioportal" >cBioPortal sample Id</option>
|
|
221 <option value="bio.transcript.ensemble" >Ensemble transcript Id</option>
|
|
222 <option value="bio.gene.entrez" >Gene Entrez Id</option>
|
|
223 <option value="bio.gene.hugo" >Gene HUGO symbol</option>
|
|
224 <option value="bio.go" >Gene Ontology (GO) Id</option>
|
|
225 <option value="bio.geo.acc" >GEO Accession Id</option>
|
|
226 <option value="bio.probe.illumina" >Illumina Probe Id</option>
|
|
227 <option value="bio.probe.infinium" >Infinium Probe Id</option>
|
|
228 <option value="bio.pathway.mdanderson" >MD Anderson pathway Id</option>
|
|
229 <option value="bio.mirna" >miRNA Id</option>
|
|
230 <option value="bio.mirna.mimat" >miRNA MIMAT Id</option>
|
|
231 <option value="bio.pubmed" >Pubmed Id</option>
|
|
232 <option value="bio.pubmed.search" >Pubmed Search Term</option>
|
|
233 <option value="scholar" >Scholarly term</option>
|
|
234 <option value="bio.gene.unigene" >Unigene CId</option>
|
|
235 <option value="bio.protein.uniprot" >UniProt Id</option>
|
|
236 </param>
|
|
237 <conditional name="d_cols">
|
|
238 <param name="columnOrderMethod" type="select" label="Column ordering method" help="Determine if columns should be clustered, randomized, or remain as is.">
|
|
239 <option value="Hierarchical">Hierarchical Clustering</option>
|
|
240 <option value="Original">Original Order</option>
|
|
241 <option value="Random">Random</option>
|
|
242 </param>
|
|
243 <when value="Hierarchical">
|
|
244 <param name="columnDistanceMeasure" type="select" label="Column Distance Metric" help="For clustering, select the method of determining distance between columns.">
|
|
245 <option value="euclidean">Euclidean</option>
|
6
|
246 <!-- <option value="binary">Binary</option> ** breaks dendrogram -->
|
1
|
247 <option value="manhattan">Manhattan</option>
|
|
248 <option value="maximum">Maximum</option>
|
6
|
249 <!-- <option value="canberra">Canberra</option> ** breaks dendrogram -->
|
1
|
250 <option value="minkowski">Minkowski</option>
|
6
|
251 <!-- <option value="correlation">Correlation</option> ** breaks dendrogram -->
|
1
|
252 </param>
|
|
253 <param name="columnAgglomerationMethod" type="select" label="Column Clustering Method" help="For clustering, select algorithm for building clusters.">
|
|
254 <option value="average">Average Linkage</option>
|
|
255 <option value="complete">Complete Linkage</option>
|
|
256 <option value="single">Single Linkage</option>
|
|
257 <option value="ward" selected="true">Ward</option>
|
|
258 <option value="mcquitty">Mcquitty</option>
|
6
|
259 <!-- <option value="median">Median</option> ** breaks dendrogram
|
|
260 <option value="centroid">Centroid</option> ** breaks dendrogram -->
|
1
|
261 </param>
|
6
|
262 <param name="columnDendroShow" type="select" label="Show Column Dendrogram" help="For setting the visibility of the column dendrogram.">
|
|
263 <option value="ALL">Summary and Detail</option>
|
|
264 <option value="SUMMARY">Summary Only</option>
|
|
265 <option value="NONE">Hide</option>
|
|
266 </param>
|
|
267 <param name="columnDendroHeight" type="select" label="Column Dendrogram Display Height" help="For adjusting the displayed height of the dendrogram bar.">
|
|
268 <option value="100">100%</option>
|
|
269 <option value="50">50%</option>
|
|
270 <option value="75">75%</option>
|
|
271 <option value="125">125%</option>
|
|
272 <option value="150">150%</option>
|
|
273 <option value="200">200%</option>
|
|
274 </param>
|
|
275 <param name="colDendroCut" type="select" label="Column Cluster Covariate Bar" help="To generate a column covariate bar based on clusters, select the number of clusters(classes) to use.">
|
1
|
276 <option value="0" selected="true" >None</option>
|
|
277 <option value="2" >2</option>
|
|
278 <option value="3" >3</option>
|
|
279 <option value="4" >4</option>
|
|
280 <option value="5" >5</option>
|
|
281 <option value="6" >6</option>
|
|
282 <option value="7" >7</option>
|
|
283 <option value="8" >8</option>
|
|
284 <option value="9" >9</option>
|
|
285 <option value="10" >10</option>
|
|
286 </param>
|
|
287 <conditional name="ccutrows">
|
|
288 <param name="caddcuts" type="select" label="Add column gap(s)" help="To separate portions of the heat map with gaps, select a gap method.">
|
|
289 <option value="none">None</option>
|
|
290 <option value="treecuts">Cluster-Based Gaps</option>
|
|
291 <option value="positional">Fixed Gaps</option>
|
|
292 </param>
|
|
293 <when value="none">
|
|
294 <param name="colDendroTreeCut" type="text" size="0" hidden="true" value="0"/>
|
|
295 </when>
|
|
296 <when value="treecuts">
|
|
297 <param name="colDendroTreeCut" type="select" label="Cluster-Based Gap" help="Gaps will be placed between clusters. Select the number of clusters.">
|
6
|
298 <option value="0" selected="true" >None</option>
|
|
299 <option value="2" >2</option>
|
|
300 <option value="3" >3</option>
|
|
301 <option value="4" >4</option>
|
|
302 <option value="5" >5</option>
|
|
303 <option value="6" >6</option>
|
|
304 <option value="7" >7</option>
|
|
305 <option value="8" >8</option>
|
|
306 <option value="9" >9</option>
|
|
307 <option value="10" >10</option>
|
1
|
308 </param>
|
|
309 </when>
|
|
310 <when value="positional">
|
|
311 <param name="colDendroTreeCut" type="text" size="100" value="None" label="Fixed Gap Location(s)" help="Enter a comma delimited list of row numbers where gaps should be created."/>
|
|
312 </when>
|
|
313 </conditional>
|
|
314 </when>
|
|
315 <when value="Original">
|
|
316 <param name="columnDistanceMeasure" type="text" size="0" hidden="true" value="n/a"/>
|
|
317 <param name="columnAgglomerationMethod" type="text" size="0" hidden="true" value="n/a"/>
|
|
318 <param name="colDendroCut" type="text" size="0" hidden="true" value="0"/>
|
7
|
319 <param name="columnDendroShow" type="text" size="0" hidden="true" value="ALL"/>
|
|
320 <param name="columnDendroHeight" type="text" size="0" hidden="true" value="0"/>
|
1
|
321 <conditional name="ccutrows">
|
|
322 <param name="caddcuts" type="select" label="Add column gap(s)" help="To separate portions of the heat map with gaps, select a gap method.">
|
|
323 <option value="none">None</option>
|
|
324 <option value="positional">Fixed Gaps</option>
|
|
325 </param>
|
|
326 <when value="none">
|
|
327 <param name="colDendroTreeCut" type="text" size="100" value="None" hidden="true"/>
|
|
328 </when>
|
|
329 <when value="positional">
|
|
330 <param name="colDendroTreeCut" type="text" size="100" value="None" label="Fixed Gap Location(s)" help="Enter a comma delimited list of row numbers where gaps should be created."/>
|
|
331 </when>
|
|
332 </conditional>
|
|
333 </when>
|
|
334 <when value="Random">
|
|
335 <param name="columnDistanceMeasure" type="text" size="0" hidden="true" value="n/a"/>
|
|
336 <param name="columnAgglomerationMethod" type="text" size="0" hidden="true" value="n/a"/>
|
|
337 <param name="colDendroCut" type="text" size="0" hidden="true" value="0"/>
|
7
|
338 <param name="columnDendroShow" type="text" size="0" hidden="true" value="ALL"/>
|
|
339 <param name="columnDendroHeight" type="text" size="0" hidden="true" value="0"/>
|
1
|
340 <conditional name="ccutrows">
|
|
341 <param name="caddcuts" type="select" label="Add column gap(s)" help="To separate portions of the heat map with gaps, select a gap method.">
|
|
342 <option value="none">None</option>
|
|
343 <option value="positional">Fixed Gaps</option>
|
|
344 </param>
|
|
345 <when value="none">
|
|
346 <param name="colDendroTreeCut" type="text" size="100" value="None" hidden="true"/>
|
|
347 </when>
|
|
348 <when value="positional">
|
|
349 <param name="colDendroTreeCut" type="text" size="100" value="None" label="Fixed Gap Location(s)" help="Enter a comma delimited list of row numbers where gaps should be created."/>
|
|
350 </when>
|
|
351 </conditional>
|
|
352 </when>
|
|
353 </conditional>
|
|
354 <param name="colTopItems" size="100" type="text" value="None" label="Column Top Items" help="A few columns can be labeled in the full summary heat map. To do so provide a comma delimited list of column labels."/>
|
|
355 <param name="colDataType" type="select" label="Column Label Type" help="Enable label driven link-outs by specifying the type of column labels.">
|
|
356 <option value="labels" selected="true" >None</option>
|
|
357 <option value="bio.probe.affymetrix" >Affymetrix Probe Id</option>
|
|
358 <option value="bio.feature.agilent" >Agilent Id</option>
|
|
359 <option value="bio.sample.cbioportal" >cBioPortal sample Id</option>
|
|
360 <option value="bio.transcript.ensemble" >Ensemble transcript Id</option>
|
|
361 <option value="bio.gene.entrez" >Gene Entrez Id</option>
|
|
362 <option value="bio.gene.hugo" >Gene HUGO symbol</option>
|
|
363 <option value="bio.go" >Gene Ontology (GO) Id</option>
|
|
364 <option value="bio.geo.acc" >GEO Accession Id</option>
|
|
365 <option value="bio.probe.illumina" >Illumina Probe Id</option>
|
|
366 <option value="bio.probe.infinium" >Infinium Probe Id</option>
|
|
367 <option value="bio.pathway.mdanderson" >MD Anderson pathway Id</option>
|
|
368 <option value="bio.mirna" >miRNA Id</option>
|
|
369 <option value="bio.mirna.mimat" >miRNA MIMAT Id</option>
|
|
370 <option value="bio.pubmed" >Pubmed Id</option>
|
|
371 <option value="bio.pubmed.search" >Pubmed Search Term</option>
|
|
372 <option value="scholar" >Scholarly term</option>
|
|
373 <option value="bio.gene.unigene" >Unigene CId</option>
|
|
374 <option value="bio.protein.uniprot" >UniProt Id</option>
|
|
375 </param>
|
|
376 <repeat name="operations" title="Covariate Bars">
|
2
|
377 <param name="class_name" size="25" type="text" value="" label="Covariate Name" help="Covariate heat map display label.">
|
7
|
378 <sanitizer>
|
|
379 <valid initial="string.printable">
|
2
|
380 <remove value="""/>
|
|
381 <remove value="'"/>
|
1
|
382 </valid>
|
7
|
383 </sanitizer>
|
|
384 </param>
|
|
385 <param name="repeatinput" type="data" format="Tabular" label="Covariate File" help="Tab delimited text file with row or column label and covariate value on each line."/>
|
|
386 <param name="classHeight" size="10" type="text" value="15" label="Covariate Display Height" help="Set the display height for column covariates and width for row covariates.">
|
|
387 <sanitizer>
|
|
388 <valid initial="string.digits">
|
|
389 <remove value="""/>
|
|
390 <remove value="'"/>
|
|
391 </valid>
|
|
392 </sanitizer>
|
1
|
393 </param>
|
|
394 <conditional name="cattype">
|
|
395 <param name="cat" type="select" label="Covariate Type" help="Identify the covariate as belonging to rows or columns and containing categorical or continuous values.">
|
6
|
396 <option value="row_discrete" >Row Categorical</option>
|
1
|
397 <option value="row_continuous" >Row Continuous</option>
|
6
|
398 <option value="column_discrete" >Column Categorical</option>
|
1
|
399 <option value="column_continuous" >Column Continuous</option>
|
|
400 </param>
|
|
401 <when value="row_continuous">
|
6
|
402 <conditional name="scatbar">
|
|
403 <param name="bartype" type="select" label="Display Type">
|
|
404 <option value="color_plot" >Standard</option>
|
|
405 <option value="bar_plot" >Bar Plot</option>
|
|
406 <option value="scatter_plot" >Scatter Plot</option>
|
|
407 </param>
|
|
408 <when value="color_plot">
|
|
409 <param name="bg_color" type="text" size="0" hidden="true" value="#ffffff"/>
|
|
410 <param name="fg_color" type="text" size="0" hidden="true" value="#000000"/>
|
|
411 </when>
|
|
412 <when value="bar_plot">
|
|
413 <param name="bg_color" type="color" label="Color for Bar Plot Background" value="#ffffff"/>
|
|
414 <param name="fg_color" type="color" label="Color for Bar Plot Foreground" value="#000000"/>
|
|
415 </when>
|
|
416 <when value="scatter_plot">
|
|
417 <param name="bg_color" type="color" label="Color for Scatter Plot Background" value="#ffffff"/>
|
|
418 <param name="fg_color" type="color" label="Color for Scatter Plot Foreground" value="#000000"/>
|
|
419 </when>
|
|
420 </conditional>
|
1
|
421 </when>
|
|
422 <when value="column_continuous">
|
6
|
423 <conditional name="scatbar">
|
|
424 <param name="bartype" type="select" label="Display Type">
|
|
425 <option value="color_plot" >Standard</option>
|
|
426 <option value="bar_plot" >Bar Plot</option>
|
|
427 <option value="scatter_plot" >Scatter Plot</option>
|
|
428 </param>
|
|
429 <when value="color_plot">
|
|
430 <param name="bg_color" type="text" size="0" hidden="true" value="#ffffff"/>
|
|
431 <param name="fg_color" type="text" size="0" hidden="true" value="#000000"/>
|
|
432 </when>
|
|
433 <when value="bar_plot">
|
|
434 <param name="bg_color" type="color" label="Color for Bar Plot Background" value="#ffffff"/>
|
|
435 <param name="fg_color" type="color" label="Color for Bar Plot Foreground" value="#000000"/>
|
|
436 </when>
|
|
437 <when value="scatter_plot">
|
|
438 <param name="bg_color" type="color" label="Color for Scatter Plot Background" value="#ffffff"/>
|
|
439 <param name="fg_color" type="color" label="Color for Scatter Plot Foreground" value="#000000"/>
|
|
440 </when>
|
|
441 </conditional>
|
1
|
442 </when>
|
6
|
443 <when value="column_discrete">
|
|
444 <conditional name="scatbar">
|
|
445 <param name="bartype" type="select" hidden="true">
|
|
446 <option value="color_plot" >Standard</option>
|
|
447 </param>
|
|
448 <when value="color_plot">
|
|
449 <param name="bg_color" type="text" size="0" hidden="true" value="#ffffff"/>
|
|
450 <param name="fg_color" type="text" size="0" hidden="true" value="#000000"/>
|
|
451 </when>
|
|
452 </conditional>
|
1
|
453 </when>
|
6
|
454 <when value="row_discrete">
|
|
455 <conditional name="scatbar">
|
|
456 <param name="bartype" type="select" hidden="true">
|
|
457 <option value="color_plot" >Standard</option>
|
|
458 </param>
|
|
459 <when value="color_plot">
|
|
460 <param name="bg_color" type="text" size="0" hidden="true" value="#ffffff"/>
|
|
461 <param name="fg_color" type="text" size="0" hidden="true" value="#000000"/>
|
|
462 </when>
|
|
463 </conditional>
|
1
|
464 </when>
|
|
465 </conditional>
|
|
466 </repeat>
|
|
467 <repeat name="hm_attribute" title="Heat Map Attributes">
|
|
468 <param name="attrbute_key" size="50" type="text" value="" label="Heat Map Attribute Key" help="For map level attributes. Enter the key (no spaces).">
|
7
|
469 <sanitizer>
|
|
470 <valid initial="string.printable">
|
|
471 <remove value="""/>
|
|
472 <remove value="'"/>
|
1
|
473 </valid>
|
7
|
474 </sanitizer>
|
1
|
475 </param>
|
|
476 <param name="attrbute_value" size="50" type="text" label="Heat Map Attributes Value" help="For map level attributes. Enter the value (no spaces).">
|
7
|
477 <sanitizer>
|
|
478 <valid initial="string.printable">
|
|
479 <remove value="""/>
|
|
480 <remove value="'"/>
|
1
|
481 </valid>
|
7
|
482 </sanitizer>
|
1
|
483 </param>
|
|
484 </repeat>
|
|
485 </inputs>
|
|
486 <outputs>
|
|
487 <data name="output" label='Heat_Map_$hmname' format="ngchm"/>
|
|
488 </outputs>
|
|
489 <tests>
|
|
490 <test>
|
|
491 <param name="inputmatrix" value="400x400.txt" />
|
|
492 <param name="hmname" value="testRun" />
|
|
493 <param name="$hmdesc" value="validateTool" />
|
|
494 <param name="summarymethod" value="Average" />
|
|
495 <param name="rowOrderMethod" value="Hierarchical" />
|
|
496 <param name="rowDistanceMeasure" value="Manhattan" />
|
|
497 <param name="rowAgglomerationMethod" value="Ward" />
|
|
498 <param name="columnOrderMethod" value="Hierarchical" />
|
|
499 <param name="columnDistanceMeasure" value="Manhattan" />
|
|
500 <param name="columnAgglomerationMethod" value="Ward" />
|
|
501 <output name="output" file="Galaxy400x400-noCovariates.ngchm" lines_diff="10" />
|
|
502
|
|
503 </test>
|
|
504 <!-- galaxy/test-data/ dir where the input and output file that should match tool output will be copied -->
|
|
505 </tests>
|
|
506 </tool>
|