-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
How to calculate RMSE (pK) in FEP?
There are differences between paper and code
What is the "percentage" in paper ?
What is the meaning of "/ 1.379 - 9" in code?
In paper:
pK was calculated using pK = − log 10 K , where K is a percentage out of 100
In code:
pic50_exp = -float(ligand_info["exp_dg"]) / 1.379 - 9
opls4 = -float(ligand_info["pred_dg"]) / 1.379 - 9
errors.append(pic50_exp - opls4)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels