Dear all fellow members,
As I progressed into single cell analysis, one question that I would like to ask is how do we know the optimal resolution we should pick for our data as cluster will change once the resolution change. Not sure how to know?
Thanks
Tcell.cluster_UMAP<- RunHarmony(Tcell.cluster, group.by.vars = "orig.ident")
Tcell.cluster_UMAP <- FindNeighbors(Tcell.cluster_UMAP, reduction= "harmony", dims = 1:40)
Tcell.cluster_UMAP <- FindClusters(Tcell.cluster_UMAP, resolution = 0.8)
Tcell.cluster_UMAP <- RunUMAP(Tcell.cluster_UMAP, reduction = "harmony", dims = 1:40)