I am using the R heatmaply
package to produce interactive heatmaps. I like the software, but I would like to get from it the same color output I get using the pheatmap
package. Therefore, I would like the two commands to produce the same ouput:
heatmaply (scale (mtcars))
pheatmap (scale (mtcars))
Is there a way to do this? Thanks in advance. Arturo