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 件のコメント

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

サインインしてコメントする。

回答 (0 件)

カテゴリ

製品

リリース

R2021b

質問済み:

2024 年 4 月 10 日

コメント済み:

2024 年 4 月 10 日

Community Treasure Hunt

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

Start Hunting!

Translated by