Heat-Map-Dendrogram
The Heat Map with Dendrogram app can be used to
Select data in the worksheet to plot heatmap with dendrogram.
Use row number as heatmap's x axis tick labels.
Use 1st row in the worksheet as heatmap's x axis tick labels.
Use column's long Name in the worksheet as heatmap's x axis tick labels.
Use column's Units in the worksheet as heatmap's x axis tick labels.
Use column's Comments in the worksheet as heatmap's x axis tick labels.
Use row number as heatmap's y axis tick labels.
Use 1st column in the worksheet as heatmap's y axis tick labels.
Transform data before plotting.
Keep missing values
Replace missing value with row mean.
Replace missing value with column mean
Data are not standardized.
Columns are standardized with zero mean and unit standard deviation.
Rows are standardized with zero mean and unit standard deviation.
Specify settings for the Hierarchical Cluster Analysis along columns and rows.
Perform Hierarchical Cluster Analysis along rows and cluster columns.
Perform Hierarchical Cluster Analysis along columns and cluster rows.
Perform Hierarchical Cluster Analysis along rows and cluster columns, then along columns and cluster rows.
Specify the linkage method to calculate the distance between a cluster and a new cluster. See cluster method options in Hierarchical Cluster Analysis
Specify a distance type to calculate the distance between two columns. See distance type options in Hierarchical Cluster Analysis
Specify the number of clusters. The value should be greater than 0 and no more than the number of columns.
Specify a distance type to calculate the distance between two rows. See distance type options in Hierarchical Cluster Analysis
Specify the number of clusters. The value should be greater than 0 and no more than the number of rows.
Specify the worksheet for heatmap plot data.
Specify the way to recalculate and update the result if there is any change in the input data or settings.
Perform hierarchical cluster analysis, and plot heatmap with dendrogram.
HeatMapDendrogram iw:=[Book1]Sheet1 -r 2 impute:=0 std:=2;
Input
Worksheet
int
Option list:
TreeNode
Output
The trcol treenode specifies settings to cluster columns.
Syntax: trcol.Treenode:= <value>
Example: trcol.nc:=2
The trrow treenode specifies settings to cluster rows.
Syntax: trrow.Treenode:= <value>
Example: trrow.nc:=2