Order of rows in heatmap?

前端 未结 5 512
被撕碎了的回忆
被撕碎了的回忆 2020-12-09 06:39

Take the following code:

 heatmap(data.matrix(signals),col=colors,breaks=breaks,scale=\"none\",Colv=NA,labRow=NA)

How can I extract, pre-ca

5条回答
  •  失恋的感觉
    2020-12-09 07:10

    pheatmap will allow you to specify the method that it uses to do the clustering, accepting the same arguments as hclust.

提交回复
热议问题