compare_heatmap: Compare heatmaps between stats::heatmap() and...

View source: R/other_translation.R

compare_heatmapR Documentation

Compare heatmaps between stats::heatmap() and ComplexHeatmap::heatmap()

Description

Compare heatmaps between stats::heatmap() and ComplexHeatmap::heatmap()

Usage

compare_heatmap(...)

Arguments

...

The same set of arguments passed to stats::heatmap and ComplexHeatmap::heatmap.

Details

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

Examples

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

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