overwrite_dend_node_labels | R Documentation |
Overwrites node (but not leaf) labels of a dendrogram with unique labels of the format "n##". This is useful for visualization of the dendrogram for manual annotation of cell sets. Optionally also change leaf labels.
overwrite_dend_node_labels(dend, n = 1, lab = labels(dend))
dend |
any R dendrogram of annotated cell types |
n |
starting value for numbering (default of 1 does not need to be changed) |
lab |
leaf labels to write, defaults to existing leaf labels |
R dendrogram with new node (and potentially leaf) labels
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.