How to generate my own Knowledge Graph?
Sachit1137 opened this issue · 2 comments
I am trying to reproduce the results and will like to understand a few things:
- How are the relationships (links) between entities established within the DRKG dataset (to then allow for the knowledge graph generation)?
- How are the triplets and edge types produced?
This is a compilation of various existing databases (such as GNBR, Hetionet, DrugBank, etc.) which have already produced all this information. The information can be discovered experimentally or through combing literature, both of which are done in the sources used here (you can look up each source to find out more about their individual methodologies of constructing their respective graph(s)).
Thank you very much for all the great jobs you have done. The repo is very good for learners/students to learn GNN/DRKG and their applications to drug repurpose for diseases such COVID-19.
The big challenge for us is how to build triplets for training datasets.
Would you please give an example to elaborating more details?
Such as build triplets from DrugBank download? with some code snippet?
Appreciate your help very much!!
Regards,
Dan