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

building an extended version of primekg that include OMIM phenotypes and genes #12

Merged
merged 14 commits into from
Jan 1, 2024
Prev Previous commit
Next Next commit
add Table of Contents
abearab committed Dec 29, 2023
commit cd88f6186ad8cb09ac498eccf10b0e56aca23bad
22 changes: 19 additions & 3 deletions README.md
Copy link
Member

Choose a reason for hiding this comment

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

Updated to fix typos and add clarity. LGTM!

Original file line number Diff line number Diff line change
@@ -9,7 +9,20 @@
[**Lab Website**](https://zitniklab.hms.harvard.edu/projects/PrimeKG/) | [**Nature Publication**](https://www.nature.com/articles/s41597-023-01960-3) | [**Harvard Dataverse**](https://doi.org/10.7910/DVN/IXA7BM)

## TL;DR
**Precision Medicine Knowledge Graph (PrimeKG)** presents a holistic view of diseases. PrimeKG integrates 20 high-quality biomedical resources to describe 17,080 diseases with 4,050,249 relationships representing ten major biological scales. We accompany PrimeKG’s graph structure with text descriptions of clinical guidelines for drugs and diseases to enable multimodal analyses. Download [this csv file](https://dataverse.harvard.edu/api/access/datafile/6180620) to get started!
**Precision Medicine Knowledge Graph (PrimeKG)** presents a holistic view of diseases. PrimeKG integrates 20
high-quality biomedical resources to describe 17,080 diseases with 4,050,249 relationships representing ten major
biological scales. We accompany PrimeKG’s graph structure with text descriptions of clinical guidelines for drugs and
diseases to enable multimodal analyses. Download [this csv file](https://dataverse.harvard.edu/api/access/datafile/6180620)
to get started!

## Table of Contents
- [Unique Features of PrimeKG](#unique-features-of-primekg)
- [Environment Setup](#environment-setup)
- [Using PrimeKG](#using-primekg)
- [Building an updated PrimeKG](#building-an-updated-primekg)
- [Citing PrimeKG](#citing-primekg)
- [License](#license)


## Unique Features of PrimeKG

@@ -121,7 +134,7 @@ The code to harmonize datasets and construct PrimeKG is available at `build_grap

The code required to engineer features can be found at `engineer_features.ipynb` and `mapping_mayo.ipynb`.

## Cite Us
## Citing PrimeKG

If you find PrimeKG useful, cite our work:
```
@@ -137,7 +150,10 @@ If you find PrimeKG useful, cite our work:

## Data Server

PrimeKG is hosted on [Harvard Dataverse](https://doi.org/10.7910/DVN/IXA7BM) with the following persistent identifier [https://doi.org/10.7910/DVN/IXA7BM](https://doi.org/10.7910/DVN/IXA7BM). When Dataverse is under maintenance, PrimeKG datasets cannot be retrieved. That happens rarely; please check the status on [the Dataverse website](https://dataverse.harvard.edu/).
PrimeKG is hosted on [Harvard Dataverse](https://doi.org/10.7910/DVN/IXA7BM) with the following persistent
identifier [https://doi.org/10.7910/DVN/IXA7BM](https://doi.org/10.7910/DVN/IXA7BM). When Dataverse is under
maintenance, PrimeKG datasets cannot be retrieved. That happens rarely; please check the status on
[the Dataverse website](https://dataverse.harvard.edu/).

## Updates
- [Dec 2023] PrimeKG is updated and extended to better cover OMIM data source.