-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wrong estimates with FEMap with single experimental value #123
Comments
Now that I think about it, maybe the duplicated entry in the table is fine, but the real issue is that the values don't make sense. I would expect the values to be around the absolute experimental measurement plus or minus the computed relative energy. I hope that makes sense. |
Summary after a call with @ijpulidos: Notice that the There is another reference state EDIT: there might be some room to rework this underlying representation or change the paradigm for how MLE is applied to input data, possibly a more functional approach where state isn't so important. |
I'm experiencing some issues when trying to generate an
FEMap
with some computed DDGs and an absolute experimental DG for the reference compound. An example notebook that shows this is in https://gist.github.com/ijpulidos/72aff8d9440800fc9230126c9168ce50One can see that in the dataframe for the absolute measurements/estimates you get a duplicated
lig_a
. I was expecting only one entry for this ligand, which is the reference ligand. Also the values after the MLE don't seem to make much sense, which I think it's just related to the same issue.The text was updated successfully, but these errors were encountered: