You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: