biolink / kgx

KGX is a Python library for exchanging Knowledge Graphs
https://kgx.readthedocs.io
BSD 3-Clause "New" or "Revised" License
116 stars 27 forks source link

Missing information from Monarch lite #79

Closed cmungall closed 4 years ago

cmungall commented 6 years ago

In the alpha medikanren instance, that pulls in monarch lite, they are lacking phenotypes for many types of diabetes, including for example MODY11

But we definitely have these: https://monarchinitiative.org/disease/MONDO:0013242#phenotypes

So either

deepakunni3 commented 6 years ago

Running the Cypher,

MATCH (s:disease {id: "MONDO:0013242"})-[p]-(o) RETURN s,p,o

at http://scigraph.ncats.io yields:

screen shot 2018-09-19 at 9 05 09 am

Looks like the disease to phenotype associations are incomplete in Monarch Lite.

kshefchek commented 6 years ago

Correct, looks like it's only gene-disease, gene-phenotype, gene-gene - to allow us to test graph merging: https://github.com/monarch-initiative/monarch-cypher-queries/tree/master/src/main/cypher/kg-transform