Skip to content

EchoChou990919/Timely-MDA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Timely-MDA

Timely-MDA: A Benchmark for Generalizable MiRNA-Disease Association Prediction

Organization of this repository

Timely-MDA
  ├─ data
    ├─ associations      # raw data from DisGeNet*, miRTarBase, HMDD, RNADisease, and HumanNet
    ├─ entities          # raw data from MeSH, miRBase, and HGNC
    ├─ RNA-FM            # please get from RNA-FM*
    ├─ PubMedBERT        # please get from PubMedBERT*
    ├─ our_data          # our processed data
    ├─ dataset_construction.ipynb   # codes of the dataset construction
    └─ preprocessing.ipynb          # codes of the data preprocessing, including the data split
  ├─ model_weights       # the trained model weights of PLM-HGNN
  ├─ model.py            # PLM-HGNN
  ├─ utils.py            # functions utilized in the training and evaluation process
  ├─ demo.ipynb          # training and evaluate of PLM-HGNN in a file
  ├─ similarity_utils.py      # functions utilized in calculating miRNA-miRNA / disease-disease similarities
  ├─ requirements.txt    # relevant environmental dependencies
  └─ README.md

Attention*:

Baselines

Please get the existing baseline methods from their own repositories:

Many thanks to the authors for their generous sharing!

Concat

If you have any questions, welcome to contact Xian Guan at [email protected]!

About

Timely-MDA: A Benchmark for Generalizable MiRNA-Disease Association Prediction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published