Identify Conserved Moieties
tutorial_initConservedMoietyPaths
rxnfileDir = '~/work/sbgCloud/code/fork-ctf/rxns/atomMapped'
if ~recompute || isequal(modelName,'iDopaNeuro1')
load([resultsDir modelName '_arm.mat'])
1.2.3. Conserved moieties
With the atom mappings we obtained, we can compute the conserved moieties for the iDopaNeuro metabolic network using the atom transition network and the COBRA function identifyConservedMoieties.
load([dataDir modelName '.mat'])
load([resultsDir modelName '_dATM.mat'])
[arm, moietyFormulae] = identifyConservedMoieties(model, dATM, options);
save([resultsDir modelName '_arm.mat'],'arm', 'moietyFormulae','options')