Question about Simbiology Model Publication

조회 수: 1 (최근 30일)
Brett Fleisher
Brett Fleisher 2020년 4월 19일
댓글: Brett Fleisher 2020년 4월 23일
Dear All,
I am currently using Simbiolgoy verison 2019a for PK/PD modeling. I was curious if your group has any guidance for how to publish these kinds of Simbiology models. Traditionally, PK/PD manuscripts ask for the code used to generate models. From my understanding, Simbiology is used to generate the ODEs, Fluxes, and initial conditions are via the Equations tab, but is there a way to generate the code behind the model?
Thanks in advance for your help

채택된 답변

Sietse Braakman
Sietse Braakman 2020년 4월 20일
Hi Brett,
There are multiple ways to do this:
  1. You can share the .sbproj file - this is the easiest way for others to use your model and be sure they are getting the same results as you are.
  2. You can export your model to an SBML file. Several softwares (including SimBiology) support importing SBML files. SBML documentation
  3. You can export your model as tables of species, parameters, reactions, compartments, doses, events, etc. That way, other people can (re)construct the model from the same tables again (see attached screenshot).
  4. You can write the code to construct the SimBiology model, using the programmatic way to create models - here is an example
  5. You can copy/paste the equations or use getequations
  6. You could create a web-app to allow end-users to simulation your model through a web
Note that SimBiology is an object based programming environment: as opposed to writing ODEs in a script or function, you construct the model network by creating species, compartments, reactions etc. Each of those components is an object with properties you define (e.g. the reaction has a property ReactionRate). From this network, if constructed correctly ('Verify model' confirms whether you constructed the model correctly) SimBiology creates the set of ODEs. Because of this, you can't "generate the code behind the model". You can however write the code to construct the model (see option 4).
Let me know if that makes sense. Feel free to contact me directly if you have specific questions about one of the options I specified above.
  댓글 수: 1
Brett Fleisher
Brett Fleisher 2020년 4월 23일
I see. This is very helpful. Thanks for the help!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

커뮤니티

더 많은 답변 보기:  SimBiology Community

카테고리

Help CenterFile Exchange에서 Scan Parameter Ranges에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by