modify_label | R Documentation |
Rename the node labels
modify_label(new_label, hierarchy_list, cell_meta, verbose = T)
new_label |
A data frame specifying old and new names for each node. Must contain two columns named as 'old' (corresponds to old celltype name) and 'new' (corresponds to new celltype name). |
hierarchy_list |
A hierarchy list by running |
cell_meta |
Cell-level metadata, where each row is a cell. Must contain these columns: barcode, celltype and sample. |
verbose |
Show progress |
A list that contains modified hierarchy_list
and/or cell_meta
Boyang Zhang <bzhang34@jhu.edu>, Hongkai Ji
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.