-
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
β-Oxidation of free fatty acids #749
Comments
Good spotting, I agree that β-oxidation of FFAs should be replaced with their CoA-activated counterparts, since that is what the literature supports. However, I'm not sure it would be ideal to edit the existing FFA metabolites (name, formula, charge) to fix the issue, since they still represent a real metabolite that maps to other identifiers in many cases. Although it is unfortunately more work, it would be cleaner to create new metabolites for these CoA-activated forms (if they do not yet exist in the model), and update the reaction formula to use these new metabolites instead. |
at the moment, I don't know of any reactions that those free fatty acids could participate in, so making new metabolites for their CoA esters and replacing them in these particular reactions would leave almost all of the original free faty acids isolated, which I'm pretty sure the GitHub actions pull request checks flag as a problem. I suppose the simplest solution would be to add a CoA hydrolysis reaction for each metabolite to keep all the FFAs connected, but they'd still be dead ends. Also it'd maybe be a little weird to have acyl-CoA hydrolysis reactions for every beta-oxidation intermediate and not just the ones in between rounds of beta-oxidation, since the 2-trans-enoyl-CoA hydration, 3-hydroxyacyl-CoA oxidation, and 3-oxoacyl-CoA thiolysis reactions would all happen on the HADHA/HADHB complex (since this is all beta-oxidation of a fatty acid chain of longer than ~8 carbons in the mitochondria) in each round of beta-oxidation, which doesn't seem like it'd be conducive to an acyl-CoA thioesterase intervening in between those three steps. |
Do you mean the FFAs would be isolated in the sense that they no longer are associated with any reactions? If so, then I think it would be fine to just remove them from the model altogether. Or if they become dead-end in just one or a few reactions, it's also not a huge concern - gaps can always be filled with future work. I think as long as it doesn't break any of the metabolic tasks, then we should be safe. Though maybe check both the Essential and Full metabolic task lists to verify that we are not accidentally disrupting any important pathways. |
yea the only reactions any of these FFAs participate in (except for 3-oxo-10(R/S)-hydroxy-octadeca-(6E,8E,12Z)-trienoate, which is already accounted for in the proposed changes) are the ones in this table |
Re: not wanting to edit the metabolite objects directly because they map to other identifiers: all of the metabolites that I proposed to edit are only associated with EHMN, Recon3D, and HMR2 metabolite IDs in |
(much of this was originally in #674)
The Problem:
β-oxidation of fatty acids exclusively occurs on the CoA esters of fatty acids and not free fatty acids (sources: 1, 2, 3). There are a lot of reactions in Human-GEM that appear to be β-oxidation of a fatty acid, but they involve the free fatty acid and not its corresponding acyl-CoA; I haven't figured out a way to systematically identify all such reactions, but I found a particularly large cluster of them in a set of parallel pathways (one involves the R enantiomers and one involves the S enantiomers of what would otherwise be the same compound) for catabolism of leukotriene B4:
MAR01174
andMAR01216
should use the acyl-CoA and not the free fatty acid)With the exception of 3-oxo-10(R/S)-hydroxy-octadeca-(6E,8E,12Z)-trienoate, none of these free fatty acids appear to have corresponding acyl-CoA metabolites in Human-GEM already, but these are the only reactions that all of these metabolites (again except for 3-oxo-10(R/S)-hydroxy-octadeca-(6E,8E,12Z)-trienoate; they can also be transported to/from the cytosol) participate in, so we can remedy this situation by just editing the metabolite objects to make them represent their acyl-CoA equivalents. We'd also want to edit
MAR01174
andMAR01216
to use 3-oxo-10(R/S)-hydroxy-octadeca-(6E,8E,12Z)-trienoyl-CoA instead of 3-oxo-10(R/S)-hydroxy-octadeca-(6E,8E,12Z)-trienoate.Editing
MAR01174
andMAR01216
causes a new problem: 3-oxo-10(R/S)-hydroxy-octadeca-(6E,8E,12Z)-trienoate can also be produced from 6,7-dihydro-5-oxo-12-epi-LTB4 in the peroxisome and then transported into the mitochondria (which happens in real cells; source), and makingMAR01174
andMAR01216
use 3-oxo-10(R/S)-hydroxy-octadeca-(6E,8E,12Z)-trienoyl-CoA instead of 3-oxo-10(R/S)-hydroxy-octadeca-(6E,8E,12Z)-trienoate would render the peroxisomal version of that pathway a dead end. Fortunately, all we need to do to avoid this is add two new acyl-CoA activation reactions for 3-oxo-10(R/S)-hydroxy-octadeca-(6E,8E,12Z)-trienoate.Proposed Changes:
MAM01206m
to be:MAM01201m
to be:MAM01204m
to be:MAM01199m
to be:MAM01205m
to be:MAM01200m
to be:MAM00695m
to be:MAM00694m
to be:MAM00851m
to be:MAM00850m
to be:MAM01149m
to be:MAM01146m
to be:MAM01147m
to be:MAM01144m
to be:MAM01148m
to be:MAM01145m
to be:MAM00693m
to be:MAM00692m
to be:MAM00848m
to be:MAM00847m
to be:MAM00936m
to be:MAM00935m
to be:MAM00835m
withMAM00836m
inMAR01174
MAM00837m
withMAM00838m
inMAR01216
MAM00835m + MAM01371m + MAM01597m -> MAM00836m + MAM01334m + MAM02759m
, GPR:ENSG00000068366 or ENSG00000103740 or ENSG00000123983 or ENSG00000130377 or ENSG00000140284 or ENSG00000151726 or ENSG00000164398 or ENSG00000197142
(same asMAR01201
andMAR03801
)MAM00837m + MAM01371m + MAM01597m -> MAM00838m + MAM01334m + MAM02759m
, GPR:ENSG00000068366 or ENSG00000103740 or ENSG00000123983 or ENSG00000130377 or ENSG00000140284 or ENSG00000151726 or ENSG00000164398 or ENSG00000197142
(same asMAR01201
andMAR03801
)The text was updated successfully, but these errors were encountered: