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
Ideally I'd like 4 results - intersection, g(T1)-g(T2), g(T2)-g(T1), but this is harder to fit into the template system. But just getting genes in T1 but not T2 would be great. This is a simple boolean.
However, I think a template:
T1: term1
T2: term2
S: species
And that returns all results from bioentity query with closure to T1 but not closure to T2
The text was updated successfully, but these errors were encountered:
Example driver: geneontology/go-ontology#20250
I'd like to compare two gene sets
Ideally I'd like 4 results - intersection, g(T1)-g(T2), g(T2)-g(T1), but this is harder to fit into the template system. But just getting genes in T1 but not T2 would be great. This is a simple boolean.
However, I think a template:
And that returns all results from bioentity query with closure to T1 but not closure to T2
The text was updated successfully, but these errors were encountered: