hclusterPlot {ABarray} | R Documentation |
plot clustering heatmap using correlation
hclusterPlot(expr, title, dist)
expr |
matrix of gene expression value |
title |
the title for the plot |
dist |
whether to use correlation or distance for clustering, default to use Euclidean distance. Use dist = "Correlation" to cluster with correlation coefficient |
generating heatmap using correlation as distance
None. heatmap will be generated.
Y Andrew Sun