Replies: 2 comments
-
I'm also trying to do something similar. I am looking to see if I can compute the enrichment values for one particular term without computing all other terms. The best I have found in my brief search is restricting the ontology namespace to BP, MF, or CC--which I see you have done too. It does make the calculations proportionally quicker (e.g., takes about 1/3 the time when you are using 1 of 3 ontologies). The prt_study_gos_only doesn't appear to affect computing time, just what is printed after the computing. |
Beta Was this translation helpful? Give feedback.
-
So if I remember correctly |
Beta Was this translation helpful? Give feedback.
-
Hi, I am directly quering annotations of GO terms. Meanwhile, I also want to set filters, e.g. exclude "NOT" ones. How can I achieve this?
My current code looks lilke:
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions