luoyunan / DTINet

A Network Integration Approach for Drug-Target Interaction Prediction
GNU General Public License v3.0
172 stars 60 forks source link

drug-drug interactions #12

Open melooooooo opened 4 years ago

melooooooo commented 4 years ago

I want to know the meaning about the drug_drug matrix.I don't understand the 0 and 1 in the matrix.Thanks a lot!

luoyunan commented 4 years ago

Hi @melooooooo Let's denote the element at the i-th row and the j-th column by A[i, j], then A[i, j]=1 means there is an interaction between drug i and drug j, and A[i, j]=0 means there is no interaction.