ekraka / SSnet

MIT License
19 stars 9 forks source link

A question about `data.txt` #3

Closed akdong91 closed 3 years ago

akdong91 commented 3 years ago

Hi

I have a couple of questions about data.txt. This file includes three fields: smile, protein_name, score

  1. What is the definition of the score in this file?
  2. How did you get the score? Did you calculate it? If you did, can you share how to calculate the score?

Thanks in advance

Niraj288 commented 3 years ago

Hi,

The data.txt was created from humans dataset of protein-ligand interactions. The scores were already annotated there. 1 is high binding and 0 is no binding.

For application of SSnet check SSnet_in_Action.

Let me know if you have questions.

Thanks