comparison cluster.tools/heatmap.from.cluster.result.xml @ 3:563832f48c08 draft

Uploaded
author peter-waltman
date Fri, 01 Mar 2013 19:51:25 -0500
parents 0decf3fd54bc
children a58527c632b7
comparison
equal deleted inserted replaced
2:b8f262149ee2 3:563832f48c08
33 </command> 33 </command>
34 <inputs> 34 <inputs>
35 <param format="rdata" name="dataset1" type="data" label="Clustering Classification" help="Cluster result file from CCPLUS, HAC, or PAM"/> 35 <param format="rdata" name="dataset1" type="data" label="Clustering Classification" help="Cluster result file from CCPLUS, HAC, or PAM"/>
36 <conditional name="plot_kms_cond"> 36 <conditional name="plot_kms_cond">
37 <param name="plot_kms" type='select' label="Plot Kaplan-Meiers Survival Plot as well (primary clustering ONLY)?" help="NOTE: this only works when the Image Format is PNG. For a PDF of the KM plot, you can use the 'Generate Kaplan-Meiers Plot for Cluster Result' tool"> 37 <param name="plot_kms" type='select' label="Plot Kaplan-Meiers Survival Plot as well (primary clustering ONLY)?" help="NOTE: this only works when the Image Format is PNG. For a PDF of the KM plot, you can use the 'Generate Kaplan-Meiers Plot for Cluster Result' tool">
38 <option value="yes" >Yes</option>
38 <option value="no" selected='true'>No</option> 39 <option value="no" selected='true'>No</option>
39 <option value="yes" >Yes</option>
40 </param> 40 </param>
41 <when value='yes'> 41 <when value='yes'>
42 <param name="survial_data" type="data" format="tabular" label="Clinical Data" help="Specify the clinical data to use for the Kaplan-Meiers Plot (see help)"/> 42 <param name="survial_data" type="data" format="tabular" label="Clinical Data" help="Specify the clinical data to use for the Kaplan-Meiers Plot (see help)"/>
43 <param name="mode" type="select" display='radio' label="Report Mode" help="Specify the mode to use when performing Log-Rank tests (see help below)"> 43 <param name="mode" type="select" display='radio' label="Report Mode" help="Specify the mode to use when performing Log-Rank tests (see help below)">
44 <option value="all" selected='true' >All</option> 44 <option value="all" selected='true' >All</option>
48 <param name="title" type="text" label="Title" value="Report"/> 48 <param name="title" type="text" label="Title" value="Report"/>
49 </when> 49 </when>
50 </conditional> 50 </conditional>
51 <conditional name="cluster_second_direction_cond"> 51 <conditional name="cluster_second_direction_cond">
52 <param name="cluster_second_direction" type="select" label="Cluster the second dimension? (e.g. rows if this is a sample cluster)" help="Cluster the 2nd dimension of matrix in the cluster result (see help below)"> 52 <param name="cluster_second_direction" type="select" label="Cluster the second dimension? (e.g. rows if this is a sample cluster)" help="Cluster the 2nd dimension of matrix in the cluster result (see help below)">
53 <option value="yes">Yes</option>
53 <option value="no" selected="true">No</option> 54 <option value="no" selected="true">No</option>
54 <option value="yes">Yes</option>
55 <option value="prev">Previous Cluster Result</option> 55 <option value="prev">Previous Cluster Result</option>
56 </param> 56 </param>
57 <when value="prev"> 57 <when value="prev">
58 <param format="rdata" name="dataset2" type="data" label="Previous Cluster result #2 (secondary result, e.g. rows)" help="Cluster result file from CCPLUS, HAC, or PAM"/> 58 <param format="rdata" name="dataset2" type="data" label="Previous Cluster result #2 (secondary result, e.g. rows)" help="Cluster result file from CCPLUS, HAC, or PAM"/>
59 </when> 59 </when>
63 <option value="pdf">PDF</option> 63 <option value="pdf">PDF</option>
64 <option value="png" selected='true' >PNG (html wrapper)</option> 64 <option value="png" selected='true' >PNG (html wrapper)</option>
65 </param> 65 </param>
66 </conditional> 66 </conditional>
67 <param name="output_treeview_format" type='select' display="radio" label="Output in TreeView format as well?" help="Specify whether or not to produce files for TreeView" > 67 <param name="output_treeview_format" type='select' display="radio" label="Output in TreeView format as well?" help="Specify whether or not to produce files for TreeView" >
68 <option value="yes" selected='true' >Yes</option>
68 <option value="no">No</option> 69 <option value="no">No</option>
69 <option value="yes" selected='true' >Yes</option>
70 </param> 70 </param>
71 <param name="reverse_rows" type='select' display="radio" label="Reverse Row-order (to make consistent w\TreeView Display)?" help="Specify whether or not to reverse Row-order (to make the heatmap consistent with output from TreeView (reversed otherwise)" > 71 <param name="reverse_rows" type='select' display="radio" label="Reverse Row-order (to make consistent w\TreeView Display)?" help="Specify whether or not to reverse Row-order (to make the heatmap consistent with output from TreeView (reversed otherwise)" >
72 <option value="yes">Yes</option>
72 <option value="no" selected='true'>No</option> 73 <option value="no" selected='true'>No</option>
73 <option value="yes">Yes</option>
74 </param> 74 </param>
75 </inputs> 75 </inputs>
76 <outputs> 76 <outputs>
77 <data format="html" name="report_html" label="Heatmap from cluster results (HTML)"> 77 <data format="html" name="report_html" label="Heatmap from cluster results (HTML)">
78 <filter>(image_format_cond['image_format']=="png")</filter> 78 <filter>(image_format_cond['image_format']=="png")</filter>