-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple factor experiments (non-binary). #28
Comments
Let's say I've already done the differential gene expression analysis. How can I continue with |
Question 1: Most GSA methods only support two groups comparisons. That means, you'll need to break down multi-group comparisons into the atomic unit of several 2-group comparisons. Question 2: let's say you would like to do a GO enrichment analysis with your results from limma (assuming you have human data):
|
I think |
Nice! I was thinking this through earlier, and that crossed my mind, but I wasn't 100% sure if that was the right thing to do. So should I filter out samples based on my intended comparison? So (using my example) should I remove |
Exactly. This is how you could produce an index vector that allows you to subset to the relevant samples for comparison (would make samples in groups 2 and 3 your reference group, ie group 0; change accordingly if you want samples in groups 4 and 5 to be the reference).
|
Good deal. Much appreciated @lgeistlinger! |
What if I have a multi-factor experiment with more than 2 conditions? How can I use EnrichmentBrowser?
The text was updated successfully, but these errors were encountered: