View source: R/required_scripts.R
add_attr_to_dend | R Documentation |
Adds a specified attribute to labeled nodes of a dendrogram
add_attr_to_dend(dend, value, attribute = "label")
dend |
dendrogram of annotated cell types (with labeled nodes) |
value |
named vector of attributes to add (values = attribute value; name = dendrogram node labels) |
attribute |
name of attribute to add or update in "dend" |
The input dendrogram with the new added/updated attribute.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.