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

Display logical definitions and reaction participants in AmiGO #706

Open pgaudet opened 7 months ago

pgaudet commented 7 months ago

This is something that would be useful for GO curators that are not using Protégé; could this information be added in the AmiGO pages?

kltm commented 7 months ago

It could, but I don't think the data is currently hiding in the index anywhere we have trivial access to (like in https://github.com/geneontology/go-ontology/issues/26516).

balhoff commented 7 months ago

@kltm CHEBI participants are here linked via RO:0000057: https://golr-staging.geneontology.io/solr/select?defType=edismax&qt=standard&indent=on&wt=json&rows=10&start=0&fl=*,score&facet=true&facet.mincount=1&facet.sort=count&json.nl=arrarr&facet.limit=25&hl=true&hl.simple.pre=%3Cem%20class=%22hilite%22%3E&hl.snippets=1000&fq=document_category:%22ontology_class%22&q=id:%22GO:0103020%22

kltm commented 7 months ago

Well, so much for my theory :(

balhoff commented 7 months ago

I don't think logical definitions in general will be so easy though.

kltm commented 7 months ago

@balhoff Okay, so what are we looking at here then? Assuming this is useful, is there a finite and slowly changing (as I'm guessing this would be manual given what we already have here) set of relations that we could iterate through to get at what we want?

balhoff commented 7 months ago

For particularly listing the chemical reaction participants, then RO:0000057 will be relation.

kltm commented 7 months ago

@pgaudet, is that useful, having a separate "Chemical reaction participants" entry?

pgaudet commented 7 months ago

What do you mean by 'entry'?

It would be another item in the list here:

image

?

If so, yes, that would be very useful.

kltm commented 7 months ago

@pgaudet A small change for this snuck in https://amigo.geneontology.org/amigo/term/GO:0103020

pgaudet commented 7 months ago

Great !

Thanks, Pascale

pgaudet commented 7 months ago

What is the issue with adding logical definitions?

balhoff commented 7 months ago

Are they stored anywhere in Solr?

pgaudet commented 7 months ago

I don't suppose that's a question for me ;)

kltm commented 7 months ago

Nope--only things that are hanging around in that graph.

pgaudet commented 7 months ago

Sorry, bu this ticket is not done...