Skip to content

fluxanalysis: Add functions to check for spurious production/consumption#27

Open
jonls wants to merge 3 commits into
developfrom
spurious-loop-check
Open

fluxanalysis: Add functions to check for spurious production/consumption#27
jonls wants to merge 3 commits into
developfrom
spurious-loop-check

Conversation

@jonls
Copy link
Copy Markdown

@jonls jonls commented Sep 8, 2015

Adds two functions that check for spurious production and for spurious consumption, respectively. For example, the reactions A => B + C and C => A allow for a spurious production of compound B. This check is complementary to the stoichiometric check because the stoichiometric check reports on potential model problems whereas the spurious loop check reports on the subset of stoichiometric problems that actually influence the simulation results.

Also adds the option to do psamm-model masscheck --type=loop which will detect and report all production/consumption loops.

@jonls jonls force-pushed the spurious-loop-check branch from e5c5fe9 to cf954d2 Compare September 24, 2015 22:17
@jonls jonls force-pushed the spurious-loop-check branch 2 times, most recently from 764e47b to 7dae7d9 Compare October 9, 2015 15:39
Adds two functions that check for spurious production and for spurious
consumption, respectively. For example, the reactions A => B + C and C => A
allow for a spurious production of compound B. This check is complementary
to the stoichiometric check because the stoichiometric check reports on
potential model problems whereas the spurious loop check reports on
the subset of stoichiometric problems that actually influence the
simulation results.
@jonls jonls force-pushed the spurious-loop-check branch from 0b18719 to a7493b7 Compare October 12, 2015 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants