jokergoo / InteractiveComplexHeatmap

Make Interactive Complex Heatmaps
https://jokergoo.github.io/InteractiveComplexHeatmap/
Other
126 stars 23 forks source link

output_ui_float option just show "Retrieving from server" and any data does not fetched (not implemented) #96

Open darkcircle opened 2 years ago

darkcircle commented 2 years ago

first of all, i would like appreciate you to provide this great tool,

I'm testing this tool in number of ways. number of formation. I really would like to use "output_ui_float" which contains in the function, related on 'HeatmapInfoOutput'.

but I'm still seeing a message when i have set "output_ui_float" as a TRUE with "response" as a "brush-output", and after, drag'n drop, scratch somewhere or click some of point number of times.

I doubt that R/shiny-ui.R and inst/template/ht-output.js seem do not have any code appending DOM object with heatmap information, although DOM appending code should be in there.

is it right my thinking about code reading?

jokergoo commented 2 years ago

This is the experiment on my laptop:

m = matrix(rnorm(100), nrow = 10)

ht = Heatmap(m)
htShiny(ht, output_ui_float = TRUE, response = "brush-output")

app