monarch-initiative / monarch-disease-ontology-RETIRED

THIS IS THE OLD REPO: Use this one instead: https://github.com/monarch-initiative/mondo-build
https://github.com/monarch-initiative/mondo-build
17 stars 9 forks source link
monarch-disease-ontology monarchinitiative mondo omim ontology

Build Status DOI

MonDO

Join the chat at https://gitter.im/monarch-disease-ontology/Lobby

MonDO (Monarch Disease Ontology) is a semi-automatically constructed ontology that merges in multiple disease resources to yield a coherent merged ontology.

The procedure is broken into the following steps:

  1. Pre-processing of ontologies -- see the src/ directory
  2. Gathering of loose ontology mappings, and translating these into weighted candidate axioms
  3. Estimation of the most likely Ontology using kBOOM
  4. Merging equivalence sets and post-processing.

See the Makefile in the src/ontology directory for the execution of these steps.

Pre-Processing

Each disease resource or ontology is pre-processed. In some cases, only a subset of the ontology is used

Translating mappings to weighted candidate axioms

We use mappings as an input, but not as an end-goal. Our end goal is a coherent merged ontology, with strictly defined relationships between them (next step). However, we make use of mappings to generate candidate weighted axioms.

We make use of some ready-made mappings. Additionally, we supplant these with our own using approaches such as entity matching.

MonDO Curators Instructions

See README-editors

Disease2GO