Dear all hello!
I am creating a model( I have constructed it in excel) and recently loaded it into Matlab following the Protocol of Thiele and Palsson.I am currently trying to test if biomass precursors can be produced in standard medium and for each biomass component i perform the test:
model=changeObjective(model,'DM'); where DM is the demand reaction of the component
FBAsolution = optimizeCbModel(model,'max')
The results I am getting are:
FBAsolution =
f: 0
x: []
stat: 0
origStat: 110
solver: 'glpk'
time: 0.0600
I have read previous posts on similar issues and the papers suggested but haven't found what is happening. What confuses me most is that x(the flux value for reaction in the model) is []. It is infeasible and I don't understand why.I tested the function with a similar model(with less reactions) and although I get f=0 for some components,x exists.I based my model on another model so I reconstructed it in the same way and also created the metabolic maps to make sure each biomass metabolite is produced.
I would be very grateful if someone could help me!
Thank you in advance,
Emily