geneontology / ribbon

(DEPRECATED) Short form matrix view of all GO annotations for a given gene
BSD 3-Clause "New" or "Revised" License
4 stars 7 forks source link

translate IDs in GO table, that are in the based-on column, to gene symbols #50

Open nathandunn opened 6 years ago

nathandunn commented 6 years ago

https://agr-jira.atlassian.net/browse/AGR-1097

selewis commented 6 years ago

Also, this is in biolink. Here's the short story: Basically it's about what is being returned in the response. Right now in the JSON field being returned labeled "evidence_with" there is just a simple list of ids. It would be be preferred if each entry in this "evidence_with" list looked similar to the "subject" entry and included - label, id, and taxon - for each entry.

See: https://github.com/biolink/biolink-api/issues/209