Regroup idents based on meta.data info
For cells in each ident, set a new identity based on the most common value of a specified metadata column.
RegroupIdents(object, metadata)
object |
Seurat object |
metadata |
Name of metadata column |
A Seurat object with the active idents regrouped
data("pbmc_small") pbmc_small <- RegroupIdents(pbmc_small, metadata = "groups")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.