talgalili / d3heatmap

A D3.js-based heatmap htmlwidget for R
Other
236 stars 95 forks source link

Any plans for interactivity #22

Open pssguy opened 9 years ago

pssguy commented 9 years ago

cf handle_click in ggvis?

jcheng5 commented 9 years ago

I would love to, if I could find some time to give this package another pass...

pssguy commented 9 years ago

I know you are very busy. It wasn't just a general query, I do have a use for it if you ever find the time cheers

wyu commented 8 years ago

I'd second the request for better interactivity. One stands out is the ability to pick the clusters from the row or column dendrogram. A good example is "inCHlib" package.

http://openscreen.cz/software/inchlib/home/

Thanks! Wen

NahuelGrasso commented 8 years ago

Hello, I am also interested in this functionality. Any news on this subject? any branch that covers it? thanks

talgalili commented 8 years ago

Hi Wen, The ability to zoom from the dendrograms is available in the heatmaply package:

NahuelGrasso commented 8 years ago

I refrase a question writen in: http://stackoverflow.com/questions/38291950/d3heatmap-returns-selection-to-server I am adding d3heatmap in a shiny app. Is there any way to return the id of selected rows/columns or the zoomed in area selected by the user to the server? Any news on this subject? any branch that covers it so i can use that functionality even though it is still under developement?

pata-eth commented 7 years ago

I'd second the request by Nahuel. This would be great. Thank you!

talgalili commented 7 years ago

This will probably be possible in the future through the crosstalk R package. In the meantime, you may also be interested in this project: https://github.com/yonicd/shinyHeatmaply/