View source: R/other_translation.R
compare_heatmap.2 | R Documentation |
Compare heatmaps between gplots::heatmap.2() and ComplexHeatmap::heatmap()
compare_heatmap.2(...)
... |
The same set of arguments passed to |
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.
mat = matrix(rnorm(100), 10)
compare_heatmap.2(mat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.