ExposuresProvider / cam-pipeline

Data loading pipeline for CAM database
https://exposuresprovider.github.io/cam-pipeline/
MIT License
2 stars 4 forks source link

add property chain to infer gene-to-gene relations #40

Closed balhoff closed 3 years ago

balhoff commented 3 years ago

We want to be able to query gene-to-gene relations in one hop Translator queries. Currently we're thinking of adding a chain:

'acts upstream of' o 'enabled by' -> <some new relation>

then mapping <some new relation> to biolink:affects within our app.

@cmungall did you have any other chains in mind for entity-centric relations?

balhoff commented 3 years ago

Done in #41 and #44.