Description Usage Arguments Details Examples
View source: R/pheatmap_translate.R
Compare heatmaps between pheatmap::pheatmap() and ComplexHeatmap::pheatmap()
1 |
... |
The same set of rguments passed to |
The function plots two heatmaps, one by pheatmap
and one by pheatmap
.
Users can see the difference between the two implementations.
1 2 | 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.