Thanks a lot for your kind help, but when I run this code, my seurat clusters are starting from 2 instead of 1. please have a look
> alldata$seurat_clusters <- as.factor(as.numeric(alldata$seurat_clusters) + 1)
> cbind(table(alldata$seurat_clusters))
[,1]
2 2334
3 2086
4 2077
5 1961
I've subsetted out a couple of clusters from a project of mine, but I'm trying to plug the numeric hole in my data. Is there a way to change the numbering of a Seurat cluster from, say, 10 to 9? Thanks!