Skip to content

Possible bug with reported deltaG using NADPH #58

@samseaver

Description

@samseaver

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions