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!