View source: R/visualization_functions.R
plot_redundancy_stat | R Documentation |
plot_redundancy_stat
plot_redundancy_stat(
redundancy_stat,
celltypes = unique(redundancy_stat$celltype),
genes = unique(redundancy_stat$gene)
)
redundancy_stat |
data.frame - an output of get_redundancy_stat |
celltypes |
Character vector specifying for which celltypes the output should be plotted. Default celltypes = unique(redundancy_stat$celltype) |
genes |
Character vector specifying for which genes the output should be plotted. Default genes = unique(redundancy_stat$gene) |
Heatmap of redundancy in celltype mapping
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.