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

Skeleton of docs for externally provided content #7520

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
96 changes: 96 additions & 0 deletions docs/editors-guide/externally-managed-content.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
## Externally managed content

- [Overview](#overview)
- [Synchronisation system](#sync)
- [List of external content providers](#providers)

### Overview

In 2024, we have begun outsourcing a few select dataypes to trusted external providers.
We collaborate with these providers as follows:

1. We agree on the content provided.
1. The external provider provides the content in a table format that we can easily integrate (for example a ROBOT template TSV)
1. We synchronize that content together with all other external content as part of the [Mondo Ingest pipeline](https://github.com/monarch-initiative/mondo-ingest)
1. We periodically integrate the content into the Mondo ontology
**Note**: The content is integrated into Mondo without a detailed curation review.

<a id="sync"></a>

### Synchronisation system

<a id="providers"></a>

### List of external content providers

**Providers**:

- [ClinGen](#clingen)
- [MedGen](#medgen)
- [NORD](#nord)
- [GARD](#gard)
- [Orphanet](#orphanet)
- [Open Targets](#otar)
- [Nando](#nando)

<a id="clingen"></a>

#### Clinical Genome Resource (ClinGen)

- ClinGen linkouts
- ClinGen preferred names
- ClinGen subset (terms used by ClinGen)

<a id="medgen"></a>

#### NCBI's Medical Genetics Portal (MedGen)

MedGen is NCBI's portal to information about conditions and phenotypes related to Medical Genetics.

- [Website](https://www.ncbi.nlm.nih.gov/medgen/)
- Externally managed content:
- Mondo - Medgen mappings
- Mondo - UMLS mappings
- Mondo - MESH mappings (currently on hold)

<a id="nord"></a>

#### National Organization for Rare Disorders (NORD)

- NORD rare subset (Mondo IDs deemed "rare" by NORD)
- NORD preferred names (report names)
- NORD cross-references

<a id="gard"></a>

#### Genetic and Rare Diseases (GARD) Information Center

- GARD rare subset
- GARD cross-references

<a id="orphanet"></a>

#### Orphanet

- Subsets for `disorder`, `group of disorders`, `subtype of a disorder`.
- Rare subset (based on `disorder` subset above)

<a id="otar"></a>

#### Open Targets (OTAR)

- Mondo - EFO mappings (managed by EBI)
- Open Targets subset (terms used by Open Targets)

<a id="nando"></a>

#### NANDO

- Mondo - Nando mappings (managed by DBCLS)
- Nando rare subset
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Note that NANDO has a number of duplicate classes...

(Fill in content from the email discussion about this to explain it).


#### OMIM

- Mondo - OMIM phenotype associations
-

1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ nav:
- Using Mondo for Data curation: editors-guide/using-mondo-for-curation.md
- Sample code: editors-guide/sample-code.md
- Rare disease subset: editors-guide/rare-disease-subset.md
- Externally managed content: editors-guide/externally-managed-content.md
- Cite:
- Cite Mondo: editors-guide/cite.md
- Project management:
Expand Down
Loading