chempsEC commited on
Commit
f3011a4
·
verified ·
1 Parent(s): 3ce1b2f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -14
README.md CHANGED
@@ -9,19 +9,15 @@ pinned: false
9
 
10
  # Every Cure
11
 
12
- [Every Cure](https://everycure.org) is a nonprofit on a mission to save and improve lives by repurposing existing medicines. Our core research program is the **MATRIX** (ML/AI-enabled Therapeutic Repurposing In eXtended uses) platform — an AI-powered, open-source engine that systematically evaluates all FDA-approved drugs against all known diseases to surface the highest-impact repurposing opportunities.
13
-
14
- ## What is MATRIX?
15
-
16
- MATRIX pioneers a field we call **computational pharmacophenomics**: a drug-agnostic, disease-agnostic approach that scores ~75 million drug–disease pairs using biomedical knowledge graphs, machine learning models, and real-world evidence. The platform integrates a human-in-the-loop medical review process, where our clinical team evaluates top-ranked predictions for biological plausibility, strategic fit, and clinical viability.
17
 
18
  ## Datasets on HuggingFace
19
 
20
- Our current datasets include our
21
- - Drug List: The Drugs against which we predict
22
- - Disease List: The Disease list against which we predict
23
- - KG Nodes & Edges: Our intermediate data artifact. We combine multiple upstream KGs and data sources to build an integrated KG. For a high level overview of the data, check our [data dashboard](https://data.dev.everycure.org/versions/latest/evidence)
24
- - MATRIX predictions: A dataset that contains a recent version of our predicted scores. A [global heatmap](https://prototypes.everycure.org/matrix-heatmap-public/) application allows top down exploration of these scores.
25
 
26
  ## Code & Documentation
27
 
@@ -31,7 +27,7 @@ Our current datasets include our
31
  | **Tech docs** | [docs.dev.everycure.org](https://docs.dev.everycure.org) |
32
  | **Disease list repo** | [everycure-org/matrix-disease-list](https://github.com/everycure-org/matrix-disease-list) |
33
  | **Drug list repo** | [everycure-org/matrix-drug-list](https://github.com/everycure-org/matrix-drug-list) |
34
- | **Indication list (ground truth)** | [everycure-org/matrix-indication-list](https://github.com/everycure-org/matrix-indication-list) |
35
  | **KG validator** | [everycure-org/matrix-validator](https://github.com/everycure-org/matrix-validator) |
36
  | **All repos** | [github.com/everycure-org](https://github.com/everycure-org) |
37
 
@@ -40,12 +36,11 @@ Our current datasets include our
40
  - **Lancet Haematology (2025)** — *Pioneering a new field of computational pharmacophenomics to unlock the life-saving potential of existing medicines.* Fajgenbaum DC et al. [everycure.org/lancet](https://everycure.org/lancet/)
41
  - **Platform paper (preprint, 2025)** — *Every Cure's End-to-End AI-Enabled Drug Repurposing Platform: Integrating Human-in-the-Loop Expertise to Accelerate Impact.* [DOI: 10.58647/REXPO.25000098.v1](https://drugrepocentral.scienceopen.com/hosted-document?doi=10.58647/REXPO.25000098.v1)
42
  - **MeDI (under submission)** — *MeDI: A Foundational Database to Support Drug Repurposing* — covers the MATRIX drug and disease list creation process.
 
43
 
44
- ## Program
45
 
46
  - [Active repurposing programs portfolio](https://everycure.org/portfolio/)
47
- - [ARPA-H Phase 1 announcement](https://everycure.org/every-cure-to-receive-48-3m-from-arpa-h-to-develop-ai-driven-platform-to-revolutionize-future-of-drug-development-and-repurposing/)
48
- - [ARPA-H award page](https://arpa-h.gov/news-and-events/arpa-h-awards-ai-driven-project-repurpose-approved-medications)
49
 
50
  ## Disclaimer
51
  The scores and predictions shared by Every Cure are the output of a computational research pipeline and are intended for research purposes only. They do not constitute medical advice, clinical recommendations, or endorsement of any drug for any use. Every Cure makes no warranties, express or implied, regarding the accuracy, completeness, or fitness for any particular purpose of the information presented. Drug repurposing opportunities identified here require rigorous independent scientific and clinical validation before any clinical application.
 
9
 
10
  # Every Cure
11
 
12
+ [Every Cure](https://everycure.org) is a nonprofit on a mission to save and improve lives by repurposing existing medicines. We work across all drugs and all diseases to systematically identify the highest potential repurposing opportunities.
 
 
 
 
13
 
14
  ## Datasets on HuggingFace
15
 
16
+ Our current datasets include:
17
+ - **Drug list:** the **drugs** we consider for repurposing opportunities
18
+ - **Disease list:** the **diseases** we consider for repurposing opportunities
19
+ - **KG Nodes & Edges:** One of the methods we use to predict repurposing opportunities is based on knowledge graphs. We combine multiple upstream KGs and data sources to build an integrated KG. For a high level overview of the data, check our [data dashboard](https://data.dev.everycure.org/versions/latest/evidence). The nodes and edges of our integarted graph are available for download below.
20
+ - **Predictions:** the latest scores for all drug-disease pairs from our KG-based method. These are updated approximately quarterly. A [heatmap application](https://prototypes.everycure.org/matrix-heatmap-public/) allows exploration of these scores.
21
 
22
  ## Code & Documentation
23
 
 
27
  | **Tech docs** | [docs.dev.everycure.org](https://docs.dev.everycure.org) |
28
  | **Disease list repo** | [everycure-org/matrix-disease-list](https://github.com/everycure-org/matrix-disease-list) |
29
  | **Drug list repo** | [everycure-org/matrix-drug-list](https://github.com/everycure-org/matrix-drug-list) |
30
+ | **Indication list** | [everycure-org/matrix-indication-list](https://github.com/everycure-org/matrix-indication-list) |
31
  | **KG validator** | [everycure-org/matrix-validator](https://github.com/everycure-org/matrix-validator) |
32
  | **All repos** | [github.com/everycure-org](https://github.com/everycure-org) |
33
 
 
36
  - **Lancet Haematology (2025)** — *Pioneering a new field of computational pharmacophenomics to unlock the life-saving potential of existing medicines.* Fajgenbaum DC et al. [everycure.org/lancet](https://everycure.org/lancet/)
37
  - **Platform paper (preprint, 2025)** — *Every Cure's End-to-End AI-Enabled Drug Repurposing Platform: Integrating Human-in-the-Loop Expertise to Accelerate Impact.* [DOI: 10.58647/REXPO.25000098.v1](https://drugrepocentral.scienceopen.com/hosted-document?doi=10.58647/REXPO.25000098.v1)
38
  - **MeDI (under submission)** — *MeDI: A Foundational Database to Support Drug Repurposing* — covers the MATRIX drug and disease list creation process.
39
+ - **Unmet Medical Need Index** — *Unmet Medical Need Index: A Large Language Model-based methodology to Quantify Unmet Medical Need across the Disease Landscape* — covers the methodology behind our Unmet Medical Need assessments.
40
 
41
+ ## Programs
42
 
43
  - [Active repurposing programs portfolio](https://everycure.org/portfolio/)
 
 
44
 
45
  ## Disclaimer
46
  The scores and predictions shared by Every Cure are the output of a computational research pipeline and are intended for research purposes only. They do not constitute medical advice, clinical recommendations, or endorsement of any drug for any use. Every Cure makes no warranties, express or implied, regarding the accuracy, completeness, or fitness for any particular purpose of the information presented. Drug repurposing opportunities identified here require rigorous independent scientific and clinical validation before any clinical application.