compare_heatmap.2: Compare heatmaps between gplots::heatmap.2() and...

View source: R/other_translation.R

compare_heatmap.2R Documentation

Compare heatmaps between gplots::heatmap.2() and ComplexHeatmap::heatmap()

Description

Compare heatmaps between gplots::heatmap.2() and ComplexHeatmap::heatmap()

Usage

compare_heatmap.2(...)

Arguments

...

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

Details

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

Examples

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

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