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 comentarios

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

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Agriculture en Centro de ayuda y File Exchange.

Productos

Versión

R2021b

Preguntada:

el 10 de Abr. de 2024

Comentada:

el 10 de Abr. de 2024

Community Treasure Hunt

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

Start Hunting!

Translated by