dlopezyse / Drug-Repurposing-using-KGE

πŸ’Š Drug repurposing using knowledge graph embeddings with a focus on vector-borne diseases

Home Page:https://dr-using-kge.streamlit.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drug Repurposing using Knowledge Graph Embeddings πŸ’Š

Drug repurposing methods can identify already approved drugs to treat them efficiently, reducing development costs and time. At the same time, knowledge graph embedding techniques can encode biological information in a single structure that allows users to operate relationships, extract information, learn connections, and make predictions to discover potential new relationships between existing drugs and vector-borne diseases.

Find the App here πŸ‘‰ Streamlit App and let me know your comments.

In this project, we compare seven knowledge graph embedding models (TransE, TransR, TransH, UM, DistMult, RESCAL, and ERMLP) applied to Drug Repurposing Knowledge Graph (DRKG), analyzing their predictive performance over seven different vector-borne diseases (dengue, chagas, malaria, yellow fever, leishmaniasis, filariasis, and schistosomiasis), measuring their embedding quality and external performance against a ground-truth.

This work is based on the paper Drug Repurposing Using Knowledge Graph Embeddings with a Focus on Vector-Borne Diseases: A Model Comparison as developed by Diego LΓ³pez Yse and Diego Torres for the Conference on Cloud Computing, Big Data & Emerging Topics 2023.

You can find here the data and code used for developing and evaluating the predictive models.

Repository structure

  • streamlit_app.py: outputs a drug ranking prediction based on a chosen disease and embedding model.
  • embedding_models: includes the outcomes of predictions on specific diseases generated by trained embedding models using the DRKG dataset.
  • train_embeddings.py: trains an embedding model on a given dataset. Predictions can be performed on the results of this training.
  • predictions.py: performs predictions on the already trained embedding models.

Environment

The project was developed using Visual Studio Code 1.84 with Python 3.10.13

About

πŸ’Š Drug repurposing using knowledge graph embeddings with a focus on vector-borne diseases

https://dr-using-kge.streamlit.app/

License:MIT License


Languages

Language:HTML 97.7%Language:Python 2.3%