Skip to content

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

License

Notifications You must be signed in to change notification settings

dlopezyse/Drug-Repurposing-using-KGE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ’Š 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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages