insert_meta_object | R Documentation |
more flexible metadata update of single cell objects
insert_meta_object(
input,
new_meta,
type = class(input),
meta_loc = NULL,
lookuptable = NULL
)
input |
input object |
new_meta |
new metadata table to insert back into object |
type |
look up predefined slots/loc |
meta_loc |
metadata location |
lookuptable |
if not supplied, will look in built-in table for object parsing |
new object with new metadata inserted
so <- so_pbmc()
insert_meta_object(so, seurat_meta(so, dr = "umap"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.