Replies: 1 comment 1 reply
-
I think the easiest way to do this is to subset the groups first, then run the gsea . It just two extra line of code you need in python
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello:
If the
cls
file contains more than 2 groups, such as['parental','parental','s40','s40','s42','s42']
, how should I set up the contrast when callinggseapy.gsea
if I want to compareparental_vs_s40
,parental_vs_s42
ands42_vs_s40
?Thanks a lot
Beta Was this translation helpful? Give feedback.
All reactions