modLabels | R Documentation |
Modify the legend labels for categorical metadata.
modLabels(scConf, meta.to.mod, new.labels)
scConf |
shinycell config data.table |
meta.to.mod |
metadata for which to modify the legend labels. Users can either use the actual metadata column names or display names. Please specify only one metadata |
new.labels |
character vector of new legend labels |
updated shinycell config data.table
John F. Ouyang
scConf = modLabels(scConf, meta.to.mod = "library",
new.labels = c("Fib", "Primed", "Naive", "RSeT"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.