I have 2 plots, a control and stimulated group of cells.
After clustering, the cluster labels are 0, 1, 2.
EDIT How can I know what cell types are in each cluster? The known cell type names are in the rows of my data matrix, but how do I search for their names in the cluster?
>DimPlot(stem.combined, reduction = "umap", split.by = "control_subset")
Thanks