How to choose the number of cluster in single cell multiome (RNA & ATAC)
1
0
Entering edit mode
8 months ago
Chris ▴ 260

Hi all,

I am following some vignettes such as this one: https://satijalab.org/seurat/articles/weighted_nearest_neighbor_analysis, but I don't know the parameter to group cell into 2 or 3 clusters only instead of around 10 clusters automatically. The samples I have supposed to have only two cell types. Would you please have a suggestion? I appreciate your input!

multiome • 536 views
ADD COMMENT
1
Entering edit mode

lower the resolution to small values such as 0.1 may work

ADD REPLY
2
Entering edit mode
8 months ago
bk11 ★ 2.4k

You can run FindClusters with different resolutions and choose one that makes sense to you-

FindClusters(bm, graph.name = "wsnn", algorithm = 3, resolution = c(01, 0.2, 0.4, 0.8, 1.2, 1.4, 1.6, 1.8, 2), verbose = FALSE)
ADD COMMENT
0
Entering edit mode

Thank you so much! It worked. I don't know why RNA + ADT, the vignette mention resolution but in RNA + ATAC, it is not. Do we have any good practice for choosing resolution?

ADD REPLY

Login before adding your answer.

Traffic: 1811 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6