compare_pheatmap {ComplexHeatmap} | R Documentation |
Compare heatmaps between pheatmap::pheatmap() and ComplexHeatmap::pheatmap()
compare_pheatmap(...)
... |
The function plots two heatmaps, one by pheatmap
and one by pheatmap
.
Users can see the difference between the two implementations.
mat = matrix(rnorm(100), 10) compare_pheatmap(mat)