Yu-sysbio / Tutorials-of-metabolic-modeling

代谢网络模型构建和使用实操
MIT License
19 stars 4 forks source link

fastFVA is not compatible with CPLEX1210 #1

Closed liuhl22 closed 1 year ago

liuhl22 commented 1 year ago

It would be better to add another FVA in Fluxestimation.m for users with CPLEX1210 or gurobi.

liuhl22 commented 1 year ago

%% FVA计算每个反应的最大和最小值 % FVA能给出在满足当前约束时每个反应的最大值和最小值 [minFlux_ph6, maxFlux_ph6, ~] = fluxVariability(model_ph6); [minFlux_ph55, maxFlux_ph55, ~] = fluxVariability(model_ph55);

Yu-sysbio commented 1 year ago

Fixed as suggested