set_uns | R Documentation |
Set the unstructured data slot in any single-cell object that has one.
set_uns(obj, uns, key, verbose = TRUE)
obj |
A single-cell object supported by scKirby. See converters for a table of all supported conversions. |
uns |
Unstructured data to be stored in object. |
key |
Name of the list element to store |
verbose |
Print messages. |
Single-cell object.
obj <- example_obj("ad")
uns <- list("extra_info"=mtcars)
obj2 <- set_uns(obj = obj,
uns = mtcars,
key = "extra_info")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.