Problems with SimBiology analysis of BioModels files.

2 views (last 30 days)
I am trying to simulate on SimBiology basic human cellular respiration, and see how changing the concetration of input species can yield different graphs. I tried BioModels and a lot of the files that were about respiration contained errors when imported and run. What can I do when those files which interest me are full of errors? I realised too a lot of them came from KEGG.
Within the curated files, I downloaded Chance_1960_Glycolysis_Respiration and it was runnable. But its specis had no units for concetration. I changed all the nonzero concentration species into mM units, and changed glucose to 5 mM. I am just trying to model cell respiration from a cell culture in a well, nothing to complex. It turns out the graph plotted nothing, it stayed constant at 0 and all the curves from the original file were gone. It doesn't seem to be simulating it right.
Among the curated models, I can't find many files of my interest, related to oxidative phosphorylation or extracellular matrix biosynthesis, as I find among the rest of the database, but which contain errors.
Could you help me, please? Thank you very much! This is very time-sensitive.

Answers (2)

Rick Paxson
Rick Paxson on 27 Jun 2019
Hi - Unfortunately it is often the case that models have no units specified. You might be able to figure out what the units are by looking at the model description on BioModels. The assumption I would make is that the authors have written the model using values that are consistent dimensionally and with the correct units.
To make sure we are seeing the same thing. I downloaded the file you mention and ran it. I get the following simulation results.
Screen Shot 2019-06-27 at 5.10.11 PM.png
The model is setup with an initial value of Glucose of 0 and then increases to .003 at time 64 (i.e. the amount of Glucose is controlled by an Event that triggers at time == 64. You can see this in the Model Browser:
Screen Shot 2019-06-27 at 5.22.28 PM.png
To change the amount of Glucose you would change the value here shown as 0.3 (I changed it from .003 to 0.3). Note that the simulation stop time is set to the default value of 10 so glucose is set to 0 in this time window. To change the stoptime open the "simulation settings" in the Task editor toolstrip and change the stop time to, say, 100. Ignore the TimeUnits as the model has no units in it.
Screen Shot 2019-06-27 at 5.16.35 PM.png
Screen Shot 2019-06-27 at 5.17.56 PM.png
There are many states in this model so you may want to right click on the plot and using the Properties dialog select the states you want to plot. Here is an example showing only Glucose:
Screen Shot 2019-06-27 at 5.25.04 PM.png
Note that at time = 64 Glucose jumps from 0 to .3.
Here are a few other states:
Screen Shot 2019-06-27 at 5.26.23 PM.png
Hope this is helpful.

Juan Carlos Cao Yao
Juan Carlos Cao Yao on 28 Jun 2019
Hi Ricardo, I have some more troubles with this model. I have set the glucose's trigger concentration to 0.3 like you. When I run it for 1000 s, I get the step increase of glucose and mildly decreases in time, while oxygen, lactate or pyruvate stay at near 0 levels:1.PNG
When I run it for 3600 s, I get an error, while the graph remains the same:
Error.PNG
Conversely, when I run it for 1 hour which is the equivalent, results are different.
When I run it for 2 days, the step increase in glucose that was seen in the previously when run at shorter periods of time, is no longer seen, and glucose level is flat from the very beginning at near 0:
Glucose is gone.PNG
I know these profiles are not logical and conflicting, which points to me that the simulation is obviously wrong. How could I fix that? Thanks very much!
Juan Carlos

Communities

More Answers in the  SimBiology Community

Products

Community Treasure Hunt

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

Start Hunting!