DeepPurpose
DeepPurpose copied to clipboard
Binding scores
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

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.
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.