View source: R/Seurat.Utils.Metadata.R
fix.orig.ident | R Documentation |
Remove the string "filtered_feature_bc_matrix." from "orig.ident". Helper function.
fix.orig.ident(obj = merged.obj)
obj |
Seurat object, Default: merged.obj |
## Not run:
if (interactive()) {
merged.obj$orig.ident <- fix.orig.ident(obj = merged.obj)
table(merged.obj$orig.ident)
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.