xzenglab / KGNN

Source Code for IJCAI'20 "KGNN: Knowledge Graph Neural Network for Drug-Drug Interaction Prediction"
MIT License
84 stars 36 forks source link

Generic Implementation #1

Open SrijaniBagchi opened 3 years ago

SrijaniBagchi commented 3 years ago

Can I run this code for any other version of Drugbank datasets? It's not clear how the inputs are incorporated into the code.

xiaomingaaa commented 3 years ago

Of course, you can use any version of DrugBank, as long as it is processed into KG like this repository. In addition, you also need to map the drugs contained in the DDI dataset to the corresponding entity in the knowledge graph.