Skip to content
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

Possible bug with reported deltaG using NADPH #58

Open
samseaver opened this issue Jul 24, 2017 · 0 comments
Open

Possible bug with reported deltaG using NADPH #58

samseaver opened this issue Jul 24, 2017 · 0 comments

Comments

@samseaver
Copy link
Contributor

samseaver commented Jul 24, 2017

I've just discovered two pairs of reactions that use NADH and NADPH but deltaG is wrong for the second (NADPH) one:

seaver@twig:~/Projects/ModelSEEDDatabase/Biochemistry$ cat reactions.tsv | cut -f1,8,9,10,15,16 | grep rxn04113
rxn04113        (1) NADPH[0] + (1) H+[0] + (1) 1-Hydroxy-2-methyl-2-butenyl 4-diphosphate[0] <=> (1) H2O[0] + (1) NADP[0] + (1) Isopentenyldiphosphate[0]   >
        >       -16.86  1.23
seaver@twig:~/Projects/ModelSEEDDatabase/Biochemistry$ cat reactions.tsv | cut -f1,8,9,10,15,16 | grep rxn08756
rxn08756        (1) NADH[0] + (1) H+[0] + (1) 1-Hydroxy-2-methyl-2-butenyl 4-diphosphate[0] <=> (1) H2O[0] + (1) NAD[0] + (1) Isopentenyldiphosphate[0] <   <
        16.86   1.23

I now believe there might be a bug in my original code for heuristically handling phosphorylated compounds. I haven't got the time at the moment to follow up on this, but we will be migrating that code into Python, in this repository, and re-running it to double-check for any problems such as this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant