sce_add_metadata | R Documentation |
metadata()
list of a SingleCellExperiment
object.utils::modifyList()
is used internally, so existing named items in metadata()
can be overwritten.
sce_add_metadata(sce, ...)
sce |
A |
... |
Objects to be added to |
A modified sce
object with data appended to its metadata()
.
## Not run:
sce <- sce_add_metadata(sce, a = 1, "some_data", b = list(c = 1))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.