feat: curate metabolite annotations, add mitochondrial acetate transport and RNDR4 - #389
Open
edkerk wants to merge 3 commits into
Open
feat: curate metabolite annotations, add mitochondrial acetate transport and RNDR4#389edkerk wants to merge 3 commits into
edkerk wants to merge 3 commits into
Conversation
…ort and RNDR4 - Correct erroneous metabolite annotations, where distinct metabolites shared identifiers or carried identifiers of an entirely different compound (closes #378) - Add acetate transport across the mitochondrial membrane (closes #388) - Add ribonucleotide reductase acting on UDP, cytosolic and nuclear (closes #380)
model/yeast-GEM.mat and model/yeast-GEM.xlsx are generated at release time and only tracked on main; develop does not carry them. They appeared here because this branch was cut from main, and they were left holding 9.1.0 content since the curation was saved with binaryFiles=false, so they no longer matched the regenerated .yml/.xml/.txt.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Main improvements in this PR:
r_4785(closes feat: add Acetate transport to the mitochondria #388).r_4786and nuclearr_4787(closes feat: add RNDR4 reaction #380).Curations are consolidated in
code/modelCuration/v9_2_0.m. The newcode/modelCuration/removeMiriam.mcomplements RAVEN'seditMiriam, which can add, fill or replace annotations, but not delete them.Notable annotation corrections (#378)
s_4313ITP[m]succ,SUC,MNXM25,cpd00036, CID 160419)s_0950), plus MetaCyc and ModelSEED identifiers for ITPs_0558/s_0559/s_3780D-galactose,s_3862alpha-D-galactoseMNXM390, which is L-galactoseMNXM735266andMNXM1364486s_3717proteinbigg:protein(= Torasemide-M3),C00492andMNXM621(= raffinose)s_3718carbohydrateC05402(= melibiose),MNXM1434(= polydextrose)s_4180L-xyluloseCHEBI:17399,MNXM1371095s_3768/s_3852ribose 5-phosphate formsC00117andMNXM722712MNXM1363910andMNXM1363911; the unspecificC00117is dropped from boths_0331/s_3879GlcNAc-PICHEBI:57265, which is the (1-) formCHEBI:12194for the neutrals_0331, MetaNetX identifiers splits_3807/s_3837/s_4176methionine sulfoxidesmetsox_S__Lfor the (S)-epimer,metoxfor the unspecific one,MNXM1364200s_1473/s_1474ands_4267/s_4268Note that BiGG (
tchola) and KEGG (C05122) do not distinguish protonation states, so those identifiers legitimately remain shared. Several of the pairs above are genuine duplicate metabolites, which remains tracked in #338. MetaNetX identifiers that are merely deprecated but still refer to the correct compound are left untouched, as their bulk update is tracked in #245.Mitochondrial acetate transport (#388)
Mitochondrial acetate is produced by Ach1 (
r_0111) and the mitochondrial aldehyde dehydrogenases (r_0174,r_0175) and consumed by Acs1 (r_0113), but cytosolic and mitochondrial acetate could only be connected via acetaldehyde diffusion.r_4785is irreversible in the export direction. Allowing import by default lets cytosolic acetate feed mitochondrial acetyl-CoA via Acs1, which shifts the anaerobic redox balance and degrades the predictions that release 9.1.0 was curated for: glycerol drops from 4.35 to 3.81 (experimental 4.5 +/- 0.4), the mean relative error of the main fermentation products rises from 0.065 to 0.103, and the anaerobic flux prediction R2 drops from 0.9967 to 0.9950. Acetate import is reported in the context of acetate detoxification, which is a stress response rather than a feature of growth on defined medium, so arxnNotesentry documents that the lower bound should be set to -1000 when explicitly simulating acetate stress.Validation
growth)anaerobic_flux_predictions)The three new reactions are elementally and charge balanced, and no energy- or redox-generating cycle is introduced: with all uptake blocked, maximum ATP and NADH production remain 0. Blocking
r_4785reproduces every v9.1.0 metric exactly, confirming that the annotation corrections and both ribonucleotide reductases are flux-neutral.model/yeast-GEM.matandmodel/yeast-GEM.xlsxare not regenerated, as those are written at release time.I hereby confirm that I have:
developas a target branch (top left drop-down menu)