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

Description Usage Arguments Details Examples

View source: R/pheatmap_translate.R

Description

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

Usage

1

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

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

ComplexHeatmap documentation built on Nov. 14, 2020, 2:01 a.m.