View source: R/pheatmap_translate.R
compare_pheatmap | R Documentation |
Compare heatmaps between pheatmap::pheatmap() and ComplexHeatmap::pheatmap()
compare_pheatmap(...)
... |
The same set of arguments passed to |
The function plots two heatmaps, one by pheatmap::pheatmap
and one by ComplexHeatmap::pheatmap
.
Users can see the difference between the two implementations.
mat = matrix(rnorm(100), 10)
compare_pheatmap(mat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.