Replies: 2 comments 1 reply
|
Thanks for the feedback @bravedu01 ! As you probably now, this can currently be easily achieved by adapting the |
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 |
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.
All reactions