There seems to be an issue on the Alliance site wrt HGNC identifiers and GO data: https://agr-jira.atlassian.net/browse/AGRHELP-531 @sierra-moxon has started to look at it. @dustine32 , IIRC, you helped with the HGNC mapping for the widget way back when, right? The issue seems to be that when going to the ribbon, even though there is data that appears when you click nothing comes up. Works for mouse: https://api.geneontology.org/api/bioentityset/slimmer/function?slim=GO:0003674&slim=GO:0008150&slim=GO:0005575&subject=MGI:3588192&rows=-1 not for this HGNC: https://api.geneontology.org/api/bioentityset/slimmer/function?slim=GO:0003674&slim=GO:0008150&slim=GO:0005575&subject=HGNC:8729&rows=-1 but it _does_ work for this one: https://api.geneontology.org/api/bioentityset/slimmer/function?slim=GO:0003674&slim=GO:0008150&slim=GO:0005575&subject=HGNC:8725&rows=-1 Noting that we still depend on mygene.info as well: https://github.com/geneontology/go-fastapi/blob/main/app/routers/slimmer.py#L105 .
There seems to be an issue on the Alliance site wrt HGNC identifiers and GO data:
https://agr-jira.atlassian.net/browse/AGRHELP-531
@sierra-moxon has started to look at it.
@dustine32 , IIRC, you helped with the HGNC mapping for the widget way back when, right?
The issue seems to be that when going to the ribbon, even though there is data that appears when you click nothing comes up.
Works for mouse:
https://api.geneontology.org/api/bioentityset/slimmer/function?slim=GO:0003674&slim=GO:0008150&slim=GO:0005575&subject=MGI:3588192&rows=-1
not for this HGNC:
https://api.geneontology.org/api/bioentityset/slimmer/function?slim=GO:0003674&slim=GO:0008150&slim=GO:0005575&subject=HGNC:8729&rows=-1
but it does work for this one:
https://api.geneontology.org/api/bioentityset/slimmer/function?slim=GO:0003674&slim=GO:0008150&slim=GO:0005575&subject=HGNC:8725&rows=-1
Noting that we still depend on mygene.info as well: https://github.com/geneontology/go-fastapi/blob/main/app/routers/slimmer.py#L105 .