SysBioChalmers / Sco-GEM

The consensus GEM for Streptomyces coelicolor -
https://sysbiochalmers.github.io/Sco-GEM/
Creative Commons Attribution 4.0 International
3 stars 7 forks source link

fix: stoichiometric consistency #99

Open sulheim opened 4 years ago

sulheim commented 4 years ago

Description of the issue:

According to memote report, stoichiometric concistency is one of the lowest scores of the model, and thus one obvious task for further improvement. This inconcistency is probably caused by metabolites lacking chemical formula.

The memote output:

Stoichiometric inconsistency violates universal constraints: 1. Molecular masses are always positive, and 2. On each side of a reaction the mass is conserved. A single incorrectly defined reaction can lead to stoichiometric inconsistency in the model, and consequently to unconserved metabolites. Similar to insufficient constraints, this may give rise to cycles which either produce mass from nothing or consume mass from the model. Implementation: This test first uses an implementation of the algorithm presented in section 3.1 by Gevorgyan, A., M. G Poolman, and D. A Fell. "Detection of Stoichiometric Inconsistencies in Biomolecular Models." Bioinformatics 24, no. 19 (2008): 2245. doi: 10.1093/bioinformatics/btn425 Should the model be inconsistent, then the list of unconserved metabolites is computed using the algorithm described in section 3.2 of the same publication. This model contains 1288 (62.13%) unconserved metabolites.

Expected feature/value/output:

Improved model concistency with fewer unconserved metabolites

Reproducing these results:

Run memote report snapshot to recreate memote report.

To do:

If specific curations are proposed, generate a list of checkboxes of steps that should be followed to solve this issue:

I hereby confirm that:

sulheim commented 4 years ago

This issue connects to #79 and #80