Hi,
I want to cluster rows in heat map but don't want the dendrogram shown. How can I do that. That's the code I have used
Code should be placed in three backticks as shown below
p1<-pheatmap(assay(ntd_sub)[select,], cluster_rows=TRUE, show_rownames=TRUE,
cluster_cols=FALSE, annotation_col=df)
sessionInfo( )