75 errors arise from simulation of Biomodels model.
2 次查看(过去 30 天)
显示 更早的评论
I need to run the model about alanine, asparte, glutamate metabolism in humans, from https://www.ebi.ac.uk/biomodels-main/BMID000000101165, but I get so many errors:
I really need to make this function. Unless amino acid metabolism models are available in any other database, I would like to troubleshoot these errors. For example, the very first error concerns cpdC00025*[Reaction cooperativity])-1)), which I read when I opened the block property editor for that reaction (reaction 117 of Model Browser). I have no idea what this error means. Is there something I could do to troubleshoot these incomprehensible errors? Thank you very much.
0 个评论
回答(1 个)
Jeremy Huard
2019-6-28
The error message is pretty clear though. It says that some variables used in reaction rates are not defined. Actually the troubles are visible right after importing that file. There is a bunch red markers in the browser which already warns you about this issue even before simulating.
The reason for this is that this SBML file is not valid. You can test their validity here: http://sbml.org/Facilities/Validator
This SBML file does not seem curated and is actually not even available on the new Biomodels website.
So except if you are willing to debug this model, I suggest to have a look at other models. For instance those ones:
社区
更多回答在 SimBiology Community
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 QSP, PKPD, and Systems Biology 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!