View source: R/visualization_functions.R
plot_mapping_heatmap | R Documentation |
plot_mapping_heatmap
plot_mapping_heatmap(
mapping,
levels = unique(mapping$celltype),
title = NULL,
...
)
mapping |
data.frame containing celltype mapping information. |
levels |
Character vector specifying the order for plotting. |
title |
String to be passed as a title. Default title=NULL. |
... |
Additional arguments to pass. |
Heatmap for confusion matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.