compare_pheatmap {ComplexHeatmap}R Documentation

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)

[Package ComplexHeatmap version 2.6.2 Index]