compare_pheatmap: Compare heatmaps between pheatmap::pheatmap() and...

View source: R/pheatmap_translate.R

compare_pheatmapR 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 arguments passed to pheatmap::pheatmap and ComplexHeatmap::pheatmap.

Details

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

Examples

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

jokergoo/ComplexHeatmap documentation built on Nov. 17, 2023, 11:27 a.m.