Replies: 1 comment 1 reply
-
Hi Lina, Without having looked at it, my guess is that this is due to there being many different flux distributions that enable the same optimal objective value (non-unique solution). You can confirm this by also using FVA in the summaries. You should see that there many potential candidates for being secreted, not only lactate. You can get a more reproducible solution by using parsimonious FBA, although that still does not necessarily give you a unique solution. Do you just want to understand the model better or do you have a particular biological question that you would like to answer/model? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm using the human RECON2 model, where I load in the model, change the objective function to biomass, change the media, and then do
solution = model.optimize()
; followed byprint(model.summary(solution=solution))
. I see lactate is secreted in the summary.When I do
solution.fluxes.EX_lac_L_b
(the reaction for lactate production) I can confirm there is a flux.However, when i do
model.metabolites.get_by_id('lac_L_b').summary()
, there is no information reported!Additionally, when I re-run
print(model.summary(solution=solution))
, I not longer see lactate as a secreted product, although the biomass solution value does not change.So 2 questions:
Thanks for your help!!
Lina
Beta Was this translation helpful? Give feedback.
All reactions