Leading Project for Biosimulation > Cell/Biodynamics Simulation > simBio
 

Instructions for takeuchi_et_al_2006

Prerequisites

To run the cell model, Java, Eclipse and the simBio Eclipse plugin are needed. To download and setup Java and Eclipse, please refer to Tutorial I-1 Setting up the Operational Environment. To download and install the Eclipse plugin, please refer to Tutorial I-3 Eclipse Plugin Installation .
The takeuchi_et_al_2006 model is available since simBio version 1.0PR2. Please checkout simBio version 1.0PR2 (or a later version) from the CVS repository by selecting [Versions]->[simBio]->[simBio v_1-0PR2].

To run the cell models in Eclipse

XML files used in takeuchi_et_al_2006 are located in src/xml/takeuchi_et_al_2006. Files ending in ".make.xml" are run using a different menu option to those ending in just ".xml". To run one of these simulations for a file ending in ".make.xml", for example "Table1-0Hz.make.xml" or "Table1-2.5Hz.make.xml", right-click on an XML file and select simBio -> Run Protocol from the pop-up menu. The simBio program will appear. Then click on Model -> Start in the menu. To run an XML file which does not end in ".make.xml" (e.g. Fig5.xml), you should select simBio -> Run on GUI from the pop-up menu instead. Running a file with the ending ".make.xml" will produce a result file with the ending ".xml" in the folder target/takeuchi_et_al_2006. For example, Table1-2.5Hz.xml is the result file of Table1-2.5Hz.make.xml.

Table 1

The left column "Steady-state values without stimulation" is simulated by Table1-0Hz.make.xml, and the right column "End diastolic values during 2.5 Hz stimulation" is simulated by Table1-2.5Hz.make.xml.

Avoiding Errors

Table1-2.5Hz.make.xml runs for a long time and accumulates large temporary files in the simBio temporary files folder (\Documents and Settings\username\Local Settings\temp\simBio on Windows), which may lead to a hard disk space shortage. You can avoid this error by modifying Table1-2.5Hz.make.xml in one of two ways:

  1. The default initial_value of the "interval" parameter of the page element is "1.0". If the model is run with this default value, 7.64 GB of temporary files will be accumulated. To reduce the size of the temporary files, you can try increasing the initial_value of the interval parameter.
  2. Alternatively, you could change the package in the className attribute from org.simBio.sim.analyzer.graph. to org.simBio.sim.analyzer.graph.simple. For example, <page name="page" className="org.simBio.sim.analyzer.graph.Viewer"> becomes <page name="page" className="org.simBio.sim.analyzer.graph.simple.Viewer">. You should make the same kind of change in the graph, axisX and axisY elements. This affects the graph display, but does not use any disk space to store temporary files.

Figure 2

Not all of the graphs in Figure 2 of the article are displayed in the xml files. Vm and Ca concentration are graphed with black lines. In the Current graph, ICaL is shown in black, IClb in blue, and IVRCC in green. These graphs are simulated in Table1-2.5Hz.xml,which is the result file of Table1-2.5.Hz.make.xml. By modifying "initial_value" between <graph name="Current"> and </graph>, you can show the other graphs which are in Figure 2.
Example:
By changing <link name="target 1" initial_value="model/cell/ICaL"/> to
<link name="target 1" initial_value="model/cell/INaK"/> you can display INaK instead of ICal
in the simulation.

Figure 3B

Ouabain is applied 10 minutes after the simulation starts in Figure 3B.

  1. Run Table1-0Hz.make.xml, and save the results with the file name Table1-0Hz.xml in the same folder.
  2. Run ReduceCaCl2_0Hz.make.xml and save the results using the same file name. [Ca]o and [Cl]o will be set to 0.02 mM and 136.44 mM respectively, to explain normal and nominally free [Ca]o. [Cl]o is decreased to maintain electroneutrality.
  3. Run Fig3_4_control.make.xml.

Figure 4

Ouabain is applied 10 minutes after the simulation starts in Figure 4A and Figure 4B. You can get different results for the graph, as shown by the different coloured lines in Figure 4 of the article by commenting and uncommenting the "step" parameter between the <ParameterChanger> </ParameterChanger> element tags in Fig4A.make.xml and Fig4B.make.xml.
For example:
<ParameterChanger>
<!-- <parameter name="step" initial_value="-0.0000091" description="for Fig. 4A (0.5 PCl)" />-->
</ParameterChanger>
This parameter is commented out, and you must remove the <!-- --> tags if you want to use it.

Figure 5

In Figure 5, ouabain is applied 10 minutes after the simulation starts.

Figure 8

In Figure 8, ouabain and isoproterenol are applied simultaneously 10 minutes after the simulation starts.