3

I wish to reorder the rows but not show the dendrogram with heatmaply, this code runs but doesn't do this:

colorStand <- colorRampPalette(colors = c("blue", "white", "red"))
heatmaply(data, margins = c(60,100,40,20),colors=colorStand,limits = c(-2.5,2.5),showticklabels = c(T,F),Rowv=TRUE, Colv=TRUE,dendrogram='column')

I think the Rowv=TRUE should have worked

RJVV
  • 71
  • 2
  • Hi there, this feature does not yet exist with heatmaply. You can open an issue about it here: https://github.com/talgalili/heatmaply/issues and we'll give this a look – Tal Galili Oct 02 '17 at 12:43

0 Answers0