Description Usage Arguments Examples
View source: R/visualization.R
Plots symmetric AUROC heatmap, clustering cell types by similarity.
1 | plotHeatmap(aurocs, cex = 1, margins = c(8, 8))
|
aurocs |
A square AUROC matrix as returned by MetaNeighborUS. |
cex |
Size factor for row and column labels. |
margins |
Size of margins (for row and column labels). |
1 2 3 4 5 6 7 | data(mn_data)
var_genes = variableGenes(dat = mn_data, exp_labels = mn_data$study_id)
celltype_NV = MetaNeighborUS(var_genes = var_genes,
dat = mn_data,
study_id = mn_data$study_id,
cell_type = mn_data$cell_type)
plotHeatmap(celltype_NV)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.