showCluster: Show the position of a cluster on umap

View source: R/seurat_related.R

showClusterR Documentation

Show the position of a cluster on umap

Description

Show the position of a cluster on umap

Usage

showCluster(scObj, clusterId, slot = "seurat_clusters", color = "darkred")

Arguments

scObj

Seurat obj

clusterId

which cluster

slot

default seurat_clusters

color

highlight color, default darkred

Examples

showCluster(scObj, 17)
showCluster(scObj, "BL1Y", slot="sample")
showCluster(scObj, "BL1Y", slot="sample", color="purple")

DawnEve/GEB documentation built on July 6, 2022, 7:05 p.m.