cluster it hr <- hclust(dist(TAD, method="manhattan"), method="average") # draw the heat map heatmap.2(TAD, main="Hierarchical Cluster", ...
確定! 回上一頁