How to determine which is the best cluster marker from FindMarkers() outputs? #4476
Answered
by
timoast
denvercal1234GitHub
asked this question in
Q&A
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
timoast
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Following up on #3817 and #736, I have 10 clusters. I wonder:
(1) Whether the 2 lines of code below are exactly the same in terms of the outputs?
(2) When I do either the code, the number of differentially expressed genes defining cluster 1 from all 9 other clusters is always around 700-800 (including negative markers). This makes it very hard to pick which gene markers to study further that truly distinguish (define) the cluster 1.
Is it sensible to do FindMarkers() setting ident.1 = 1, ident.2 = 0, then ident.1=1, ident.2=2, and so on then find intersection of the lists of DE genes? But this way, there is no multiple comparison correction...
Anyone has a better idea of how to narrow down this list of DE genes?
Thank you for your help!
Beta Was this translation helpful? Give feedback.
All reactions