webyrd / mediKanren

Proof-of-concept for reasoning over the SemMedDB knowledge base, using miniKanren + heuristics + indexing.
MIT License
323 stars 53 forks source link

Add "mechanisms in common" query #6

Open mattmight opened 6 years ago

mattmight commented 6 years ago

Given a set of concepts (likely drugs), find all mechanisms they touch in common.

For example, if drug X inhibits gene Y and drug Z inhibits gene Y, then "inhibits gene Y" is a mechanism in common.