DeepPurpose icon indicating copy to clipboard operation
DeepPurpose copied to clipboard

Binding scores

Open Jameel9 opened this issue 3 years ago • 2 comments
trafficstars

Dear Sir

I hope you are doing well

I did a virtual screening using a pretrained model (the code is shown below) and got a result table in which the binding scores are sorted in a descending scale (also shown below). what is the unit of these scores? (kd?). And why not sorted from lower to higher values?

Thanks

code scores

Jameel9 avatar Sep 11 '22 13:09 Jameel9

I actually added the argument to convert the scores convert_y = True and got the scores in the ascending order. Still want to be sure about the unit. Is it IC50 now (after conversion)?

thank you.

Jameel9 avatar Sep 12 '22 12:09 Jameel9

Hi yes, without convert_y, it is in pKd, and with convert_y, it is the raw score. But in both cases, the rank should be the same.

kexinhuang12345 avatar Sep 23 '22 20:09 kexinhuang12345