ComplexHeatmap
ComplexHeatmap copied to clipboard
Can the legend of the continuity variable be set to the style of colorsteps
Please provide example datasets and the code you use. It will help me to understand your problem and help you!
The original legend looks like this
is colorbar
I want to use colorsteps show my continuity variable
like this in ggplot2
How to use complexheatmap to achieve
In Heatmap(), set as:
Heatmap(m, heatmap_legend_param=list(color_bar = "discrete"))
cool!!!