Skip to content
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

Idea: Flag to compute enrichment for user-specified GO terms #263

Open
DylanSteinecke opened this issue Feb 21, 2023 · 0 comments
Open

Idea: Flag to compute enrichment for user-specified GO terms #263

DylanSteinecke opened this issue Feb 21, 2023 · 0 comments

Comments

@DylanSteinecke
Copy link

DylanSteinecke commented Feb 21, 2023

I want to compute the enrichment of a particular term without having to compute all other terms. This would save computational time, particularly because I want to run the enrichment analysis of a particular GO term multiple times in different sets of proteins. Currently, I do this by restricting it to the ontology of interest (BP, MF, CC) to save 2/3 of the time. After, I select the relevant GO term from the output file, but this is only after computing all the other terms' enrichment.

It would be convenient to have a flag for running the find_enrichment.py script (GoeaCliArgs args) such as "--term GO:0000001" or "-terms my_go_terms.txt" which would only compute the enrichment results for the GO term(s) of interest.

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants