Skip to content

Running reactomeGSA on multiple resolution cluster separately #42

Answered by jgriss
Ankita-1211 asked this question in Q&A
Discussion options

You must be logged in to vote

Dear @Ankita-1211 ,

You can find detailed instructions on how to work with Seurat objects in the Seurat documentation.

Your code sets the identification of all cells to "SCT_snn_res.0.8" (the actual string).

What you rather want is setting it to the clustering results using

Idents(object = data) <- data$`SCT_snn_res.0.8`

That way, the values of the SCT_snn_res.0.8 slot are used as the cell identifiers.

Kind regards,
Johannes

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jgriss
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
Converted from issue

This discussion was converted from issue #41 on September 14, 2021 12:31.