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