Skip to content

Find Markers of Disease #4258

Answered by timoast
cmarsac asked this question in Q&A
Mar 19, 2021 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

ident.1 is not a parameter in the FindAllMarkers() function, since the function will evaluate each set of cell identities present. The issue here is that you haven't set the active cell identities to the "status" variable that you want to group cells by. You can change the active identities using the Idents<- function. Alternatively, if you want to find markers for one group of cells only, you can use the FindMarkers() function which will let you set the ident.1 and group.by parameters.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@cmarsac
Comment options

Comment options

You must be logged in to vote
1 reply
@cmarsac
Comment options

Answer selected by timoast
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants