README.md 1001 Bytes
Newer Older
ADRIAN  AYUSO MUNOZ's avatar
ADRIAN AYUSO MUNOZ committed
1 2 3 4 5 6 7 8 9 10
# Graph Deep Learning for Drug Repurposing.

## Content in each directory:
- **data**: Data to build DISNET's graph.
- **documentation**: Instructions to install the needed libraries.
- **metrics**: Training, testing and RepoDB validating ROC & PRC.
- **models**: Trained models.
- **results**: Result files of the RepoDB test and the distribution plots (once these are generated).
- **testData**: Data to validate model using RepoDB.
- **Code files:**
ADRIAN  AYUSO MUNOZ's avatar
ADRIAN AYUSO MUNOZ committed
11 12
  - autoencoder (drug molecular embedder model). 
  - dmsr (drug repurposing model).
ADRIAN  AYUSO MUNOZ's avatar
ADRIAN AYUSO MUNOZ committed
13
  - drug_embedding_generator (generates drug embeddings using SMILES representation).
ADRIAN  AYUSO MUNOZ's avatar
ADRIAN AYUSO MUNOZ committed
14 15 16 17 18
  - heterograph_construction (build graph).
  - testRepoDB (validate model using RepoDB).
  - testRepoDBWeightsAndBiases.py (validate model using RepoDB automatically with Weights&Biases).
  - topN (get topN new predictions).
  - utilities (plotting utilities).
ADRIAN  AYUSO MUNOZ's avatar
ADRIAN AYUSO MUNOZ committed
19 20 21

## Summary
Repository of Adrián Ayuso-Muñoz's master's final project "Graph Deep Learning for Drug Repurposing".