You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to display some values in the heatmap cells. Although he cell_fun or layer_fun argument from ComplexHeatmap can be added to tidyHeatmap::heatmap function to customize the display, I think it's much better and user-friendly to implement it in tidyHeatmap functions, similar to the layer_symbol() function.
The idea is to add freetext, color, and size to the layer_symbol() function. Then the layer_symbol() function is much more customizable. I have modified the code and created a pull request. #107 (comment)
Thank you for creating this fantastic package.
I want to display some values in the heatmap cells. Although he
cell_fun
orlayer_fun
argument fromComplexHeatmap
can be added totidyHeatmap::heatmap
function to customize the display, I think it's much better and user-friendly to implement it intidyHeatmap
functions, similar to thelayer_symbol()
function.The idea is to add
freetext
,color
, andsize
to thelayer_symbol()
function. Then thelayer_symbol()
function is much more customizable. I have modified the code and created a pull request.#107 (comment)
Here are some examples.
The text was updated successfully, but these errors were encountered: