Hi everyone,
I’m working with the iBB1018 metabolic model of Bacillus subtilis 168 and have recently added reactions for subtilisin and bacillolysin production (including their amino acid compositions and corresponding ATP, H₂O, etc.). I’m using MATLAB R2024a, COBRA Toolbox 3.0, and GLPK as the solver.
I’m employing the dynamicFBA function to predict biomass accumulation and substrate utilization, but I’m encountering some puzzling results:
goog_2029801128Additionally, the substrate concentration plots show values of 0 at the beginning even though the initial concentrations are set to 22.2 (glucose) and 18.7 (ammonium).Glucose and Ammonium Medium:
Glutamic Acid Supplementation:
Alanine Supplementation:
Aspartic Acid Supplementation:
For context, here are some of the relevant code snippets I’m using:
% Case 1: Glucose and Ammonium onlyNotes:
Does anyone have insights into why:
Any help or pointers would be greatly appreciated!
Thanks in advance,
Amirhossein
--
---
You received this message because you are subscribed to the Google Groups "COBRA Toolbox" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cobra-toolbo...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/cobra-toolbox/16417acf-52f6-48c7-8e3d-a7c2cfead112n%40googlegroups.com.
<55.jpg><61.jpg><generateSystemConfigReport.m><56.jpg><59.jpg>
Many thanks for your assistance. To clarify:
Typo in Exchange Reaction:
The issue was solely with EX_glc__D_e. In my original post, I mistakenly wrote EX_glc_e. My apologies for the confusion.
Uptake Constraints:
I tested the model by setting the lower bound for amino acids to -1000, while the uptake for NH4 and glucose was fixed at -1000 and -8.71 respectively. Despite these changes, I observed exactly the same results.
FBA vs. dFBA Results:
When I ran standard FBA under the same conditions, the simulation was feasible. For example, with glutamate supplementation, FBA yielded a biomass flux of 0.42684, whereas dynamicFBA returned a biomass flux of 0.012379 and the "No feasible solution - nutrients exhausted" message.
Best regards