View source: R/plot_dimred_encircle.R
seurat_dimred_encircle_add | R Documentation |
Encircle by Kernel Density Estimate contours
seurat_dimred_encircle_add(
object,
reduction = NULL,
group.by = NULL,
split.by = NULL,
cells = NULL,
...
)
object |
Seurat object |
reduction |
Name of reduction in Seurat object. Uses last in list by default. |
group.by |
Name of meta data column used for grouping contours |
split.by |
Name of meta data column included in the ggplot data.frame (for usage in splitting) |
cells |
Subset of cells to be used for calculating KDE contours. Cell barcodes or indices. |
list of ggplot elements
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.