Replies: 2 comments 1 reply
-
Thanks for the feedback @bravedu01 ! As you probably now, this can currently be easily achieved by adapting the |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi @bravedu01 Yes, you just have to adapt the primary ident: # save the current ident
seurat_obj$old_ident <- Idents(seurat_obj)
# set "Group" as primary ident
Idents(seurat_obj) <- seurat_obj$Group
# now run ReactomeGSA |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The goup.by function of analyse_sc_clusters() will be highly helpful to compare the treatment with control group.
Beta Was this translation helpful? Give feedback.
All reactions