plotly / plotly.js

Open-source JavaScript charting library behind Plotly and Dash
https://plotly.com/javascript/
MIT License
17.01k stars 1.86k forks source link

add dendogram + heatmap #1321

Open david-bouyssie opened 7 years ago

david-bouyssie commented 7 years ago

It seems that "dendogram + heatmap" are already possible to use in plotlyjs: https://plot.ly/~talgalili/23

Related PR: https://github.com/plotly/plotly.js/pull/1063 Unanswered question on "community.plot.ly": https://community.plot.ly/t/adding-a-dendrogram-to-a-heatmap/877

Do you have any plan to make this feature available as a built-in one ?

jackparmer commented 7 years ago

@david-bouyssie no particular plan, but we would consider if a company were to sponsor its development.

david-bouyssie commented 7 years ago

Ok thanks !

antonkulaga commented 4 years ago

any updates?

colelloa commented 4 years ago

any updates?

colelloa commented 4 years ago

@jackparmer

nicolaskruchten commented 4 years ago

No updates at this time. This is a good idea but it's not on our roadmap at this time, although we would happily work with anyone who wanted to submit a pull request for this.

If you work for an organization with a software budget, we are also happy to accept sponsorship to add items to our roadmap!

colelloa commented 4 years ago

ok thanks! i'll try, but not much budget. have a good one! :)

emmeb commented 2 years ago

Dash Bio's clustergram is an example of a heatmap with a dendrogram. If you would like to customize the heatmap and dendrograms individually, this example shows you how to do this.

GeoffSCollins commented 8 months ago

Is there any updates here? I would be willing to contribute some code potentially, but I have not worked on plotly nor have I worked with dendrogram code that much (outside of setting dendrogram=TRUE) in pheatmap in R. I want to have this in plotly js so that I can make plots on my client side application rather than making many requests to an API