Alicia Schep

Results 135 comments of Alicia Schep

iheatmapr version 0.4.0 now has support for additional customization of tooltip text. By default, only 3 significant digits are shown for value. What is shown for value can be controlled...

Hi Marcel, Thanks for bringing up this issue! It seems like extracting the dendrogram and / or the cluster assignments is likely a general feature that would be useful to...

Hi Kamil, Not sure if it will be possible to remove pandoc dependency for saving plots... the save_iheatmap function is simply taking advantage of the `export` function from the plotly...

Unfortunately I don't think that is possible at the moment! And my understanding is that plotly doesn't make this easy...

Nope not at the moment! I suspect the first style of coloring would be easier to achieve. I think this would be a good capability to add, but am unlikely...

This is possible, albeit a bit clunky at the moment. The `colors` argument to functions like `main_heatmap` and `iheatmap` can take in a vector of colors instead of a palette...

Thanks @xsswang for raising the issue. This is actually due to a limitation of [plotly](https://community.plot.ly/t/plotly-create-legend-from-marker-colors/6310) (or at least for the version used here). What setting `showlegend = TRUE` is doing...

I looked into crosstalk integration at some point, and it seemed like it would be hard to make it work for this package as it is currently set up. I...

Hi @alpreyes There is no automatic integration with viridis package, but you can use those palettes as follows: ```r mat

Not as in the link, but you can add heatmaps vertically... you have to specify the `orientation = "vertical"` in the initial call to main_heatmap. Then add_main_heatmap will add a...