Skip to content

How to calculate RMSE (pK) in FEP  #11

@yufengwhy

Description

@yufengwhy

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions