geneontology / amigo

AmiGO is the public interface for the Gene Ontology.
http://amigo.geneontology.org
BSD 3-Clause "New" or "Revised" License
29 stars 17 forks source link

[quick] Add grebe template: compare two gene sets for two terms #604

Open cmungall opened 3 years ago

cmungall commented 3 years ago

Example driver: https://github.com/geneontology/go-ontology/issues/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

kltm commented 3 years ago

I think I get what you're getting at... this #605?