-
Notifications
You must be signed in to change notification settings - Fork 5
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
DO NOT MERGE call blitzgseas geneset libraries #2739
base: master
Are you sure you want to change the base?
Conversation
efa53bc
to
e1dea62
Compare
e1dea62
to
23bb082
Compare
@robinpaul85 please disable p-value cutoff in gsea temporarily for validation/testing. |
9d107f6
to
c4fe69a
Compare
bf78a3e
to
109909d
Compare
elif table_name == "KEGG--blitzgsea": # Parse from blitzgsea KEGG library | ||
msigdb_library = blitz.enrichr.get_library("KEGG_2021_Human") | ||
elif table_name == "WikiPathways--blitzgsea": # Parse from blitzgsea WikiPathways library | ||
msigdb_library = blitz.enrichr.get_library("WikiPathways_2019_Human") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if this fetches remote data
HOLD OFF merging this pr wait till gdc release is done |
109909d
to
1cba4f9
Compare
Now filter cutoffs and blitzgsea genesets are behind the serverconfig flag: gsea_test. add serverconfig flag: “gsea_test” to "true" in serverconfig.features. |
thanks @robinpaul85 I am unable to download the GSEA table. can you look into this? |
@robinpaul85 run wilcoxon on DE, submit GSEA analysis, then switch to edgeR add confounding factors. Now I can't run GSEA again because the option is no longer visible under DE controls. |
1cba4f9
to
6b0d272
Compare
Done |
This will be handled in a separate pr as not a breaking issue. |
Description
Checklist
Check each task that has been performed or verified to be not applicable.