You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having issues running singleGeneDeletion. Speficially, the call to the WT optimizeCbModel returns a solution with NaN, consequently leading to all my growth rate ratios also being NaN. I've believe narrowed it down to line 119 inside singleGeneDeletion.
I've confirmed that changing the line from:
solWT = optimizeCbModel(model,'max','one'); % by default uses the min manhattan distance norm FBA solution.
To:
solWT = optimizeCbModel(model,'max'); % by default uses the min manhattan distance norm FBA solution.
Seems to give something other thanNaN, but I don't have the expertise to figure out a.) why this works, and b.) if the solution is still valid.
Any help or insight is appreciated!
I hereby confirm that I have:
Tried to solve the issue on my own
Retried to run my code with the latest version of The COBRA Toolbox
Checked that a similar issue has not already been opened
System specs:
latest version of cobra
MATLAB2024a
macOS Sonoma
Using the standard core ecoli model
The text was updated successfully, but these errors were encountered:
Hello!
I'm having issues running
singleGeneDeletion
. Speficially, the call to the WToptimizeCbModel
returns a solution withNaN
, consequently leading to all my growth rate ratios also beingNaN
. I've believe narrowed it down to line 119 insidesingleGeneDeletion
.I've confirmed that changing the line from:
To:
Seems to give something other than
NaN
, but I don't have the expertise to figure out a.) why this works, and b.) if the solution is still valid.Any help or insight is appreciated!
I hereby confirm that I have:
System specs:
core ecoli
modelThe text was updated successfully, but these errors were encountered: