RenameClustering | R Documentation |
Rename clustering in a Seurat object.
RenameClustering(
namedVector = ManualNames,
orig.ident = "RNA_snn_res.0.3",
suffix.new.ident = "ManualNames",
new.ident = ppp(orig.ident, suffix.new.ident),
obj = combined.obj,
suffix.plot = "",
plot_umaps = TRUE,
...
)
namedVector |
named vector, where values = new, names(vec) = old |
orig.ident |
meta.data colname original |
suffix.new.ident |
How to name (suffix) the new identity. Default: "ManualNames" |
new.ident |
meta.data colname new |
obj |
Seurat object |
suffix.plot |
Suffix description (short string) to be added to the umap plots. |
... |
Pass any other parameter to the internally called functions (most of them should work). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.