Entering edit mode
6.8 years ago
Björn
▴
110
How to cluster heatmap using different distance matrix (Manhattan or Euclidean) and split column or row-wise in following command
heatmap.2(lcpm, Colv=FALSE, dendrogram="row",labRow = y2$genes$genes, Rowv = TRUE, col=rev(morecols(20)),trace="none",tracecol = "black",main="Top 20 variable genes across samples",cex.main=0.6, ColSideColors=group.col,scale="row",margins=c(10,9))
Thanks
@Kevin Blighe, Thanks, It worked