Description Usage Arguments Value Examples
more flexible metadata update of single cell objects
1 2 3 4 5 6 7 | 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
1 2 3 4 | ## 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.