README.md 752 Bytes
Newer Older
ADRIAN  AYUSO MUNOZ's avatar
ADRIAN AYUSO MUNOZ committed
1
# Artificial Intelligence in Medicine 2023
ADRIAN  AYUSO MUNOZ's avatar
ADRIAN AYUSO MUNOZ committed
2 3 4 5 6 7
## Content in each directory:


- **documentation**: Instructions to install the needed libraries.
- **graphData**: Data of DISNET's graph.
- **models**: Trained models.
ADRIAN  AYUSO MUNOZ's avatar
ADRIAN AYUSO MUNOZ committed
8
- **plots**: Plots of the models' results and metrics.
9
- **results**: Result files of the RepoDB test and the model's novel predictions.
ADRIAN  AYUSO MUNOZ's avatar
ADRIAN AYUSO MUNOZ committed
10 11 12 13 14 15 16 17
- **Code files:**
  - deepSnapPred (train & test DeepSnap) 
  - heterograph_construction (build graph)
  - testRepoDB (validate model using RepoDB) 
  - topN (getting top N new predictions of a model)
  - utilities (plotting utilities)

## Summary
ADRIAN  AYUSO MUNOZ's avatar
ADRIAN AYUSO MUNOZ committed
18
Repository of the AIIM2023 ""Uncovering Hidden Therapeutic Indications through Drug Repurposing with Graph Neural Networks and Heterogeneous Data"" paper.