runing a coude for long time without answer

i am trying to run a code 'doıbleGeneDeletion' and it has been 9 hrs and no output come, what is the problem

3 Commenti

What Toolbox (or Toolboxes) are you using?
Are you running a specific example?
You may also need to share your code.
i am using Cobratoolbox, i am trying to make anlyasis for the Escherichia coli str. K-12 substr. MG1655 Model: iAF1260, from Bigg database.
My code : solution = optimizeCbModel(model);
% Define method and gene lists
method = 'FBA';
geneList1 = model.genes;
geneList2 = model.genes;
% Call doubleGeneDeletion with correct parameters
[grRatioDble, grRateKO, grRateWT] = doubleGeneDeletion(model, method, geneList1, geneList2, false);
I’m not familiar with The Cobra Toolbox.
Perhaps someone else here is.

Accedi per commentare.

Risposte (0)

Prodotti

Release

R2021b

Richiesto:

il 10 Apr 2024

Commentato:

il 10 Apr 2024

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by