get_uns | R Documentation |
Extract unstructured metadata from any single-cell object.
get_uns(obj, n = NULL, verbose = TRUE)
obj |
A single-cell object supported by scKirby. See converters for a table of all supported conversions. |
n |
The maximum number of elements to return from that list. |
verbose |
Print messages. |
Named list of unstructured objects.
obj <- example_obj("seurat")
uns <- get_uns(obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.