Cant run or getequations from simbiology file from publication

1 回表示 (過去 30 日間)
Renee
Renee 2016 年 2 月 11 日
コメント済み: Arthur Goldsipe 2016 年 2 月 12 日
I have a simbiology file from a published article, so theoretically it should work. I am trying to extract the equations using
bb=sbmlimport('filename')
equations=getequations(bb)
I get a lot of warnings when i import the file ("duplicate reaction names not allowed"), and when i try to get the equations it says "error reported from dimensional analysis". (same error as when attempting to simulate). I tried to verify it, and it gives the same error messages and throws a 1x2191 array of errors. (so every single reaction).
I tried to import using the app, but it crashes when it throws the first warning. This is my first time using simbiology, so perhaps theres some setting or something I'm missing? I'm using matlab R2015b, and I have the toolbox.

採用された回答

Arthur Goldsipe
Arthur Goldsipe 2016 年 2 月 11 日
You are getting errors because this is basically an incomplete model. The SBML file does not specify rates for any of the reactions. This means there are no equations to get or simulate.
  4 件のコメント
Renee
Renee 2016 年 2 月 12 日
I managed to find their file provided elsewhere. I exported the equations using smblexport(bb,'simbioeqn.xls'), and.. I cant really see any ODEs or actual equations. The same thing happens in the console. Help?
Arthur Goldsipe
Arthur Goldsipe 2016 年 2 月 12 日
Neither file contains equations to describe ODEs. The information you want simply does not exist in the model.
My guess is that this is a model that was created for something like flux balance analysis rather than for dynamic simulations with ODEs.

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

その他の回答 (0 件)

コミュニティ

その他の回答  SimBiology コミュニティ

カテゴリ

Help Center および File ExchangePerform Sensitivity Analysis についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by