层次聚类(hierarchical clustering)通常和热图(heatmap)密切相关。
绘制热图前,通常需要进行数据标准化处理。
关于数据标准化处理的内容,改天再补充。
hierarchical 聚类原理 - 简书 (jianshu.com)
【点】dist、hclust与cutree函数 - 简书 (jianshu.com)
how to use the dist function in r (with examples) - statology
每r一点:层次聚类分析实例实战-dist、hclust、heatmap等(转) - payton数据之旅 - 博客园 (cnblogs.com)
层次聚类过程
假设我们现在有一个4×3的表达矩阵,希望对不同gene进行聚类分析。
发表评论