yonicd / shinyHeatmaply

https://yonicd.github.io/shinyHeatmaply/
47 stars 11 forks source link

"Dendrogram Type" no longer works #9

Closed talgalili closed 7 years ago

talgalili commented 7 years ago

Changing it to row or column does not seem to work.

yonicd commented 7 years ago

in console call it does nothing either

 heatmaply(iris,dendrogram = 'row')
heatmaply(iris,dendrogram = 'column')
talgalili commented 7 years ago

mmm, that's a bug in heatmaply. I'll have a look.

talgalili commented 7 years ago

Ok, this was a bug in heatmaply which I've now fixed.