compare_heatmap {ComplexHeatmap} | R Documentation |
Compare heatmaps between stats::heatmap() and ComplexHeatmap::heatmap()
compare_heatmap(...)
... |
The same set of arguments passed to |
The function plots two heatmaps, one by stats::heatmap
and one by ComplexHeatmap::heatmap
.
Users can see the difference between the two implementations.
mat = matrix(rnorm(100), 10) compare_heatmap(mat)