-
Notifications
You must be signed in to change notification settings - Fork 44
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
Dihydroorotate Dehydrogenase #609
Comments
Seems like a reasonable suggestion, since as you say many FAD-binding enzymes are already represented this way in the model. My concerns are that by separating the reaction steps, it becomes a bit less clear what the overall reaction is because one needs to be aware of both steps. Also, if there are other reactions that can reduce/oxidize FMN, it opens the possibility to use those as the second step instead of coupling to ubiquinone/ubiquinol (I know there aren't any now because it's a new metabolite, but if some are added in the future). For the new reaction step involving electron transfer between FMNH2 and ubiquinone, would the GPR of that reaction include all FMN-dependent enzymes? |
So while I agree that it does make the overall reaction less clear, that may actually (unfortunately) be a more accurate representation of reality, since no FMN-dependent flavoenzymes in humans bind their FMN covalently (a few of the FAD-dependent ones do, but the vast majority don't; source), and at least one human enzyme that had long been thought to depend on FAD and/or FMN bound to a different enzyme was shown to preferentially use free FAD and/or FMN to catalyze its redox reaction (source)
As far as I can tell, it would only contain DHODH, because that seems to be the only human FMN-dependent enzyme that is known to be capable of directly transferring electrons between its FMN and ubiquinone |
Sounds great, thanks for the detailed answers @Devlin-Moyer! |
|
fixed in #713 |
DHODH (
ENSG00000102967
) catalyzesMAR04575
:(S)-dihydroorotate [c] + ubiquinone [m] ⇔ orotate [c] + ubiquinol [m]
While DHODH is capable of oxidizing dihydroorotate to orotate and reducing ubiquinone to ubiquinol, it uses FMN (
MAM01828c/e
) as an intermediate electron carrier in between those two substrates (source). Most reactions that are catalyzed by similar enzymes that use FAD in the same way, speifically those catalyzed by some combination of ACADVL, ACADL, ACADM, ACADS, and ACADSB (that's over 100 reactions in total, so I'm not listing them out here) do not directly involve ubiquinone (MAM03103m
), but instead oxidize/reduce FAD(H2) (MAM01802m
/MAM01803m
), which oxdizes/reduces ubiquinone/ubiquinol inMAR06911
. To be consistent with the representation of the existing reactions catalyzed by FAD-dependent enzymes where the electrons eventually wind up reducing ubiquinone:Change ID ofaddressed by Fix/fmn fmnh2 ids #712MAM20022i
toMAM20019i
to be consistent withMAM20019r
, since both metabolite objects are supposed to represent the same compound (FMNH2)MAM20019c
to represent cytosolic FMNH2MAM03103m
(ubiquinone) withMAM01828c
(FMN) andMAM03102m
(ubiquinol) withMAM20019c
(FMNH2) inMAR04575
MAM20019c + MAM03103m <-> MAM01828c + MAM03102m
, GPR:ENSG00000102967
, references:PMID:34428349
Technically, the redox between FMN(H2) and ubiquinone/ubiquinol happens at the outer face of the inner mitochondrial membrane, but there isn't currently a mitochondrial FMN metabolite, and it seems like overkill to add mitochondrial versions of both FMN and FMNH2 as well as cytosol <-> mitochondria transport reactions for both.
There are some other FMN-dependent enzymes associated with reactions in Human1 that do not currently involve the FMN metabolite (e.g. PNPO, see Table 1 of this paper) that could probably have similar edits made to them, but I came across this issue when specifically looking into enzymes that use FAD to reduce ubiquinone, so I haven't looked into exactly what changes would need to be made to those reactions (yet).
The text was updated successfully, but these errors were encountered: