thanks for your unlimited supports, I am solving some tutorials for calculating the growth rate for the E.coli model, I followed the manual steps:
>> load Ecoli_core_model.mat;
>> model=changeRxnBounds(model,'EX_glc(e)',-18.5,'1');
>> model=changeRxnBounds(model,'EX_o2(e)',-1000,'1');
>> model=changeObjective(model,'Biomass_Ecoli_core_N(w/GAM)-Nmet2');
>> FBAsolution=optimizeCbModel(model,'max');
>> FBAsolution.f
ans =
0.8739
According to the manual the value of the objective function should be 1.6531, I am trying to figure it out, your help is highly appreciated. Thanks