update_metadata | R Documentation |
Update metadata for a dataset
update_metadata(
project,
dataset,
metadata = NULL,
metadata_fields = NULL,
anndata_file = NULL,
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 |
can be either a data frame with a column named "metacell" with the metacell id and other metadata columns
or a name of a delimited file which contains such data frame. See |
metadata_fields |
names of fields in the anndata |
anndata_file |
path to |
overwrite |
overwrite all existing metadata. If |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.