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