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
## Not run: insert_meta_object(s_small3, seurat_meta(s_small3, dr = "tsne")) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.