update_metadata_colors | R Documentation |
Update metadata colors for a dataset
update_metadata_colors(project, dataset, metadata_colors, overwrite = FALSE)
project |
path to the project |
dataset |
name for the dataset, e.g. "PBMC". The name of the dataset can only contain alphanumeric characters, dots, dashes and underscores. |
metadata_colors |
a named list with colors for each metadata column, or a name of a yaml file with such list.
For numerical metadata columns, colors should be given as a list where the first element is a vector of colors and the second element is a vector of breaks. |
overwrite |
overwrite all existing colors. If |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.