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 commentaires

Star Strider
Star Strider le 10 Avr 2024
What Toolbox (or Toolboxes) are you using?
Are you running a specific example?
You may also need to share your code.
Emira
Emira le 10 Avr 2024
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);
Star Strider
Star Strider le 10 Avr 2024
I’m not familiar with The Cobra Toolbox.
Perhaps someone else here is.

Connectez-vous pour commenter.

Réponses (0)

Produits

Version

R2021b

Question posée :

le 10 Avr 2024

Commenté :

le 10 Avr 2024

Community Treasure Hunt

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

Start Hunting!

Translated by