Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OBO ontologies RO ids have incomplete mappings in Biolink and get rolled up to 'related_to' #1539

Open
realmarcin opened this issue Dec 19, 2024 · 0 comments

Comments

@realmarcin
Copy link

We discovered this in KGX ontology transforms in KG-Microbe, but a general issue of ontology transforms (including PyOBO) based on the Biolink Model.

Examples:

ChEBI
urn:uuid:a9efa128-ffe9-42db-818e-d2d4708fe35a CHEBI:10002 biolink:related_to CHEBI:140378 RO:0000087 Graph

EC from PyOBO
urn:uuid:4254f6d3-43d9-4abf-ba1a-190ac8665fb3 EC:7.4.2.5 biolink:related_to GO:0015440 RO:0002327 Graph ec.json

One the example of ChEBI -- the RO ID comes from the ontology source. It is mapped to Biolink using the mappings in Biolink. If mappings are incomplete then the relation is rolled up to 'related_to'.

I am guessing the solutions involve improving Biolink mappings for ontology relations...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant