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

Handle synonyms #44

Open
cbizon opened this issue Apr 25, 2021 · 2 comments
Open

Handle synonyms #44

cbizon opened this issue Apr 25, 2021 · 2 comments

Comments

@cbizon
Copy link
Contributor

cbizon commented Apr 25, 2021

The property and graph databases are using CHEBI instead of PUBCHEM.COMPOUND. The ontology version will only undertstand chebi since there's no ontology in pubchem.

The simple approach to solving most of this is just to rebuild the property and graph databases using the new robokop graph. This should also allow us to remove some temporary code fixing the names of edges.

Longer term, I think we should either have equivalent_identifiers from upstream, or we should get them from the normalizer. And then, we should use them to find the identifiers we want. This will insulate us a little bit from changes to prefix ordering in the biolink model, and allow us to do ontology reasoning even if the preferred id is non-ontological.

@cbizon
Copy link
Contributor Author

cbizon commented Apr 25, 2021

@cbizon
Copy link
Contributor Author

cbizon commented Sep 8, 2022

Check to see if this is still an issue.

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

No branches or pull requests

1 participant