You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 278B

8 months ago
123456789101112131415161718
  1. # Source code for "HGTDR: Heterogeneous Knowledge Graph-Based Drug Repurposing with Heterogeneous Graph Transformer"
  2. Requirements:
  3. torch==1.13.1
  4. torch-geometric==2.3.1
  5. torch-sparse==0.6.17
  6. torch-scatter==2.1.1
  7. pandas==1.4.2
  8. matplotlib==3.5.1
  9. scikit-learn==1.0.2
  10. pickle5