Alicia Schep
Alicia Schep
Hi @alpreyes, I don't know the cause but I can see that something looks awry. Is there a minimal example of the code used that you can share? I realize...
Hi @alpreyes, Thanks for sharing the code snippets. For plot 2-- looking at this one more closely now, it seems like all the rows and columns are there, but that...
Is vst_all_cols_DEA_genes$Genename a factor or a character vector?
You would need to pass the annotations as a list of list, e.g. ```r plot
I think adding an option to make it easy to add overlay text would be a nice addition to this package, so I'll leave this issue open...
Hi @Tomer-Tsaban this is not currently readily configurable with iheatmapr, unfortunately. However, there is a hacky back-door approach you can use to get this effect: ```r # q is the...
Re the 2nd question -- I don't know. I am not aware of a way to do that.
Try `iheatmapr::to_widget` -- maybe another package is loaded that also has to_widget method that is shadowing iheatmapr's.
Thanks for additional details... the issue is that renderIheatmap will call 'to_widget' but with the above approach that has already been done. As another temporary workaround, you could define ```r...
Hi @josruirod, what are the values of data_df$cluster? Are they numbers, strings, or factors? I would recommend setting as factors, and making sure order of the levels is the ordering...