InteractiveComplexHeatmap
InteractiveComplexHeatmap copied to clipboard
output_ui_float option just show "Retrieving from server" and any data does not fetched (not implemented)
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?
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")