-
Hi! I have two unrelated problems: one is about gut media implantation and the other is about elasticities. I am trying to implement low carb - high fat diet media to my community model and using the media that you shared. I followed the same steps for western diet media integration and it worked perfectly.
When I define medium as low carb - high fat diet the following error appears:
The elasticity problem is about exchange metabolites. I can calculate elasticities for exchange reactions and abundances but is there a way to calculate elasticities for exchange metabolites? Lastly, one little question. What is the difference between Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, the first error means that the model can't reach the specified growth rate with the given diet (that's what the warning says). FBA does not model metabolite concentrations, so the closest thing to getting the elasticity for a metabolite concentration is to use the import flux which is the exchange reaction. Those model how much of a metabolite is supplied into the system.
|
Beta Was this translation helpful? Give feedback.
Hi, the first error means that the model can't reach the specified growth rate with the given diet (that's what the warning says).
complete_medium
adds in additional components to the ones already set in the medium to achieve the specified growth rate. Sometimes the template medium is already too restrictive to allow for large growth rates. The low carb medium has exactly this restriction. Since it restricts most carbon sources this usually only allows very small growth rates. For instance, in the diagnostics run in the media construction the largest observed growth rate for any single organism was 0.006 compared to 0.5 for the western medium. So you would have to lower the requested grow…