View source: R/dimred_labels.R
seurat_dimred_labels_add | R Documentation |
Wrapper function for calling seurat_dimred_cluster_labels and dimred_labels_add
seurat_dimred_labels_add(
object,
reduction = NULL,
dims = c(1, 2),
group.by = "ident",
FUN = median,
...
)
object |
Seurat object |
reduction |
Label of reduction object to use (uses the last created reduction by default) |
dims |
Which dimensions should be used? |
group.by |
Meta data column to label clusters |
FUN |
Function called on reduced dimensions to calculate label position |
... |
Passed on to scutility::dimred_labels_add |
list of ggplot2 functions to be added to an existing plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.