27
M <- SetIdent(M, value = "status")
or more explicitly
M <- SetIdent(M, value = M@meta.data$status)
You can also use the group.by argument of UMAPPlot() or other plotting functions from Seurat for that matter.
group.by
UMAPPlot()
Seurat
More
VOTE
2026-07-30
M <- SetIdent(M, value = "status")or more explicitly
M <- SetIdent(M, value = M@meta.data$status)You can also use the
group.byargument ofUMAPPlot()or other plotting functions fromSeuratfor that matter.M <- SetIdent(M, value = "status")or more explicitly
M <- SetIdent(M, value = M@meta.data$status)You can also use the
group.byargument ofUMAPPlot()or other plotting functions fromSeuratfor that matter.More
VOTE