Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

compare_pheatmap

Compare heatmaps between pheatmap::pheatmap() and ComplexHeatmap::pheatmap()


Description

Compare heatmaps between pheatmap::pheatmap() and ComplexHeatmap::pheatmap()

Usage

compare_pheatmap(...)

Arguments

...

The same set of rguments passed to pheatmap and pheatmap.

Details

The function plots two heatmaps, one by pheatmap and one by pheatmap. Users can see the difference between the two implementations.

Examples

mat = matrix(rnorm(100), 10)
compare_pheatmap(mat)

ComplexHeatmap

Make Complex Heatmaps

v2.6.2
MIT + file LICENSE
Authors
Zuguang Gu
Initial release
2020-11-12

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.