Location: Houart, Dupont and Goldbeter 1999 @ 83b81f34a0da / houart_1999.cellml

Author:
rcai987 <devnull@localhost>
Date:
2015-02-02 13:12:59+13:00
Desc:
Added annotations to houart_dupont_goldbeter_1999.cellml model
Permanent Source URI:
https://models.cellml.org/workspace/houart_dupont_goldbeter_1999/rawfile/83b81f34a0da578f2c24f2e26ba25e1bb6e2d13c/houart_1999.cellml

<?xml version="1.0"?>
<!--
This CellML file was generated on 11/29/2010 at 12:31:23 at PM using:

COR (0.9.31.1409)
Copyright 2002-2010 Dr Alan Garny
http://cor.physiol.ox.ac.uk/ - cor@physiol.ox.ac.uk

CellML 1.0 was used to generate this model
http://www.cellml.org/
--><model xmlns="http://www.cellml.org/cellml/1.0#" xmlns:cellml="http://www.cellml.org/cellml/1.0#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" xml:base="file:///H:/houart_dupont_goldbeter_1999/houart_1999.cellml" cmeta:id="houart_1999" name="houart_1999">
	<documentation xmlns="http://cellml.org/tmp-documentation">
		<article>
			<articleinfo>
				<title>Bursting, Chaos and Birhythmicity Originating from Self-modulation of the Inositol 1,4,5-triphosphate Signal in a Model for Intracellular Ca2+ Oscillations</title>
				<author>
					<firstname>Mona</firstname>
					<surname>Zhu</surname>
					<affiliation>
						<shortaffil>Auckland Bioengineering Institute, University of Auckland</shortaffil>
					</affiliation>
				</author>
			</articleinfo>
			<section id="sec_status">
				<title>Model Status</title>
				<para>This model has been built with the differential expressions of Houart's 1999 paper for various types of intracellular Ca2+ oscillations bassed on self-modulation of the Inositol 1,4,5-triphosphate signal. The parameter values for this model are different for different types of intracellular Ca2+ oscillations. The parameter values used for this particular model were taken from Figure 2 on page 513 and reproduces the corresponding curves. Parameter values from pages 515 and 520 may be changed to reflect curves for Bursting, Chaos, Quasiperiodicity and Birhythmicity. The initial conditions have been set after allowing the model to run for approximately 5 minutes until steady state. This file is known to run in COR and OpenCell.</para>
			</section>
			<sect1 id="sec_structure">
				<title>Model Structure</title>
				<para>We investigate the various types of complex Ca2+ oscillations which can arise in a model based on the mechanism of Ca2+-induced Ca2+ release (CICR), that takes into account the Ca2+-stimulated degradation of inositol 1,4,5-trisphosphate (InsP3) by a 3-kinase. This model was previously proposed in the course of an investigation of plausible mechanisms capable of generating complex Ca2+ oscillations. Besides simple periodic behavior, this model for cytosolic Ca2+ oscillations in nonexcitable cells shows complex oscillatory phenomena like bursting or chaos. We show that the model also admits a coexistence between two stable regimes of sustained oscillations (birhythmicity). The occurrence of these various modes of oscillatory behavior is analysed by means of bifurcation diagrams. Complex oscillations are characterized by means of Poincare sections, power spectra and Lyapounov exponents. The results point to the role of self-modulation of the InsP3 signal by 3-kinase as a possible source for complex temporal patterns in Ca2+ signaling.</para>
				<para>
					Bursting, Chaos and Birhythmicity Originating from Self-modulation of the Inositol 1,4,5-triphosphate Signal in a Model for Intracellular Ca2+ Oscillations, Houart G, Dupont G, Goldbeter A, 1999, <emphasis>Bulletin of Mathematical Biology</emphasis>
					, 61, 507-530 <ulink url="http://www.ncbi.nlm.nih.gov/pubmed/17883229">PubMed ID: 17883229</ulink>
				</para>
				<informalfigure float="0" id="______">
					<mediaobject>
						<imageobject>
							<objectinfo>
								<title>Model Diagram</title>
							</objectinfo>
							<imagedata fileref="houart_1999.png"/>
						</imageobject>
					</mediaobject>
					<caption>Schematic representation of the model based on the interplay between CICR and the Ca2+-stimulated degradation of InsP3. Besides simple periodic oscillations, this model can produce complex Ca2+ oscillations including bursting, chaos, quasiperiodic behavior, as well as birhythmicity.</caption>
				</informalfigure>
			</sect1>
		</article>
	</documentation>
	   <units xmlns="http://www.cellml.org/cellml/1.0#" name="minute">
      <unit multiplier="60" units="second"/>
   </units>
   <units xmlns="http://www.cellml.org/cellml/1.0#" name="per_minute">
      <unit exponent="-1" units="minute"/>
   </units>
   <units xmlns="http://www.cellml.org/cellml/1.0#" name="per_litre">
      <unit exponent="-1" units="litre"/>
   </units>
   <units xmlns="http://www.cellml.org/cellml/1.0#" name="micromolar">
      <unit prefix="micro" units="mole"/>
      <unit units="per_litre"/>
   </units>
   <units xmlns="http://www.cellml.org/cellml/1.0#" name="micromolar_per_minute">
      <unit units="micromolar"/>
      <unit units="per_minute"/>
   </units>
   <component xmlns="http://www.cellml.org/cellml/1.0#" name="environment">
      <variable name="time" public_interface="out" units="minute"/>
   </component>
   <component xmlns="http://www.cellml.org/cellml/1.0#" name="Vin">
      <variable initial_value="2" name="V_0" units="micromolar_per_minute"/>
      <variable initial_value="2" name="V_1" units="micromolar_per_minute"/>
      <variable initial_value="0.6" name="beta" public_interface="out" units="dimensionless"/>
      <variable name="V_in" public_interface="out" units="micromolar_per_minute"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>V_in</ci>
            <apply>
               <plus/>
               <ci>V_0</ci>
               <apply>
                  <times/>
                  <ci>V_1</ci>
                  <ci>beta</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component xmlns="http://www.cellml.org/cellml/1.0#" name="V2">
      <variable initial_value="6" name="V_M2" units="micromolar_per_minute"/>
      <variable name="Z" public_interface="in" units="micromolar"/>
      <variable initial_value="0.1" name="K_2" units="micromolar"/>
      <variable name="V_2" public_interface="out" units="micromolar_per_minute"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>V_2</ci>
            <apply>
               <divide/>
               <apply>
                  <times/>
                  <ci>V_M2</ci>
                  <apply>
                     <power/>
                     <ci>Z</ci>
                     <cn cellml:units="dimensionless">2</cn>
                  </apply>
               </apply>
               <apply>
                  <plus/>
                  <apply>
                     <power/>
                     <ci>K_2</ci>
                     <cn cellml:units="dimensionless">2</cn>
                  </apply>
                  <apply>
                     <power/>
                     <ci>Z</ci>
                     <cn cellml:units="dimensionless">2</cn>
                  </apply>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component xmlns="http://www.cellml.org/cellml/1.0#" name="V3">
      <variable initial_value="20" name="V_M3" units="micromolar_per_minute"/>
      <variable initial_value="0.5" name="K_Z" units="micromolar"/>
      <variable initial_value="0.2" name="K_A" units="micromolar"/>
      <variable initial_value="0.2" name="K_Y" units="micromolar"/>
      <variable initial_value="2" name="m" units="dimensionless"/>
      <variable name="Y" public_interface="in" units="micromolar"/>
      <variable name="A" public_interface="in" units="micromolar"/>
      <variable name="Z" public_interface="in" units="micromolar"/>
      <variable name="V_3" public_interface="out" units="micromolar_per_minute"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>V_3</ci>
            <apply>
               <divide/>
               <apply>
                  <times/>
                  <apply>
                     <divide/>
                     <apply>
                        <times/>
                        <apply>
                           <divide/>
                           <apply>
                              <times/>
                              <ci>V_M3</ci>
                              <apply>
                                 <power/>
                                 <ci>Z</ci>
                                 <ci>m</ci>
                              </apply>
                           </apply>
                           <apply>
                              <plus/>
                              <apply>
                                 <power/>
                                 <ci>K_Z</ci>
                                 <ci>m</ci>
                              </apply>
                              <apply>
                                 <power/>
                                 <ci>Z</ci>
                                 <ci>m</ci>
                              </apply>
                           </apply>
                        </apply>
                        <apply>
                           <power/>
                           <ci>Y</ci>
                           <cn cellml:units="dimensionless">2</cn>
                        </apply>
                     </apply>
                     <apply>
                        <plus/>
                        <apply>
                           <power/>
                           <ci>K_Y</ci>
                           <cn cellml:units="dimensionless">2</cn>
                        </apply>
                        <apply>
                           <power/>
                           <ci>Y</ci>
                           <cn cellml:units="dimensionless">2</cn>
                        </apply>
                     </apply>
                  </apply>
                  <apply>
                     <power/>
                     <ci>A</ci>
                     <cn cellml:units="dimensionless">4</cn>
                  </apply>
               </apply>
               <apply>
                  <plus/>
                  <apply>
                     <power/>
                     <ci>K_A</ci>
                     <cn cellml:units="dimensionless">4</cn>
                  </apply>
                  <apply>
                     <power/>
                     <ci>A</ci>
                     <cn cellml:units="dimensionless">4</cn>
                  </apply>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component xmlns="http://www.cellml.org/cellml/1.0#" name="V5">
      <variable initial_value="5" name="V_M5" units="micromolar_per_minute"/>
      <variable initial_value="1" name="K_5" units="micromolar"/>
      <variable initial_value="0.4" name="K_d" units="micromolar"/>
      <variable initial_value="2" name="p" units="dimensionless"/>
      <variable initial_value="4" name="n" units="dimensionless"/>
      <variable name="A" public_interface="in" units="micromolar"/>
      <variable name="Z" public_interface="in" units="micromolar"/>
      <variable name="V_5" public_interface="out" units="micromolar_per_minute"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>V_5</ci>
            <apply>
               <divide/>
               <apply>
                  <times/>
                  <apply>
                     <divide/>
                     <apply>
                        <times/>
                        <ci>V_M5</ci>
                        <apply>
                           <power/>
                           <ci>A</ci>
                           <ci>p</ci>
                        </apply>
                     </apply>
                     <apply>
                        <plus/>
                        <apply>
                           <power/>
                           <ci>K_5</ci>
                           <ci>p</ci>
                        </apply>
                        <apply>
                           <power/>
                           <ci>A</ci>
                           <ci>p</ci>
                        </apply>
                     </apply>
                  </apply>
                  <apply>
                     <power/>
                     <ci>Z</ci>
                     <ci>n</ci>
                  </apply>
               </apply>
               <apply>
                  <plus/>
                  <apply>
                     <power/>
                     <ci>K_d</ci>
                     <ci>n</ci>
                  </apply>
                  <apply>
                     <power/>
                     <ci>Z</ci>
                     <ci>n</ci>
                  </apply>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component xmlns="http://www.cellml.org/cellml/1.0#" cmeta:id="id_00001" name="cytosol">
      <variable name="time" public_interface="in" units="minute"/>
      <variable name="V_in" public_interface="in" units="micromolar_per_minute"/>
      <variable name="V_2" public_interface="in" units="micromolar_per_minute"/>
      <variable name="V_3" public_interface="in" units="micromolar_per_minute"/>
      <variable initial_value="10" name="k" units="per_minute"/>
      <variable initial_value="1" name="k_f" public_interface="out" units="per_minute"/>
      <variable initial_value="0.15" name="Z" public_interface="out" units="micromolar"/>
      <variable name="Y" public_interface="in" units="micromolar"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>Z</ci>
            </apply>
            <apply>
               <minus/>
               <apply>
                  <plus/>
                  <apply>
                     <minus/>
                     <ci>V_in</ci>
                     <ci>V_2</ci>
                  </apply>
                  <ci>V_3</ci>
                  <apply>
                     <times/>
                     <ci>k_f</ci>
                     <ci>Y</ci>
                  </apply>
               </apply>
               <apply>
                  <times/>
                  <ci>k</ci>
                  <ci>Z</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component xmlns="http://www.cellml.org/cellml/1.0#" cmeta:id="id_00002" name="internal_pool">
      <variable name="time" public_interface="in" units="minute"/>
      <variable name="V_2" public_interface="in" units="micromolar_per_minute"/>
      <variable name="V_3" public_interface="in" units="micromolar_per_minute"/>
      <variable name="k_f" public_interface="in" units="per_minute"/>
      <variable initial_value="1" name="Y" public_interface="out" units="micromolar"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>Y</ci>
            </apply>
            <apply>
               <minus/>
               <apply>
                  <minus/>
                  <ci>V_2</ci>
                  <ci>V_3</ci>
               </apply>
               <apply>
                  <times/>
                  <ci>k_f</ci>
                  <ci>Y</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component xmlns="http://www.cellml.org/cellml/1.0#" cmeta:id="id_00002" name="InsP3_conc">
      <variable name="time" public_interface="in" units="minute"/>
      <variable name="beta" public_interface="in" units="dimensionless"/>
      <variable initial_value="0.1" name="epsilon" units="per_minute"/>
      <variable initial_value="2" name="V_4" units="micromolar_per_minute"/>
      <variable name="V_5" public_interface="in" units="micromolar_per_minute"/>
      <variable initial_value="0.42" name="A" public_interface="out" units="micromolar"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>A</ci>
            </apply>
            <apply>
               <minus/>
               <apply>
                  <minus/>
                  <apply>
                     <times/>
                     <ci>beta</ci>
                     <ci>V_4</ci>
                  </apply>
                  <ci>V_5</ci>
               </apply>
               <apply>
                  <times/>
                  <ci>epsilon</ci>
                  <ci>A</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <connection xmlns="http://www.cellml.org/cellml/1.0#">
      <map_components component_1="Vin" component_2="cytosol"/>
      <map_variables variable_1="V_in" variable_2="V_in"/>
   </connection>
   <connection xmlns="http://www.cellml.org/cellml/1.0#">
      <map_components component_1="Vin" component_2="InsP3_conc"/>
      <map_variables variable_1="beta" variable_2="beta"/>
   </connection>
   <connection xmlns="http://www.cellml.org/cellml/1.0#">
      <map_components component_1="V2" component_2="cytosol"/>
      <map_variables variable_1="V_2" variable_2="V_2"/>
      <map_variables variable_1="Z" variable_2="Z"/>
   </connection>
   <connection xmlns="http://www.cellml.org/cellml/1.0#">
      <map_components component_1="V2" component_2="internal_pool"/>
      <map_variables variable_1="V_2" variable_2="V_2"/>
   </connection>
   <connection xmlns="http://www.cellml.org/cellml/1.0#">
      <map_components component_1="V3" component_2="cytosol"/>
      <map_variables variable_1="V_3" variable_2="V_3"/>
      <map_variables variable_1="Z" variable_2="Z"/>
   </connection>
   <connection xmlns="http://www.cellml.org/cellml/1.0#">
      <map_components component_1="V3" component_2="internal_pool"/>
      <map_variables variable_1="Y" variable_2="Y"/>
      <map_variables variable_1="V_3" variable_2="V_3"/>
   </connection>
   <connection xmlns="http://www.cellml.org/cellml/1.0#">
      <map_components component_1="V3" component_2="InsP3_conc"/>
      <map_variables variable_1="A" variable_2="A"/>
   </connection>
   <connection xmlns="http://www.cellml.org/cellml/1.0#">
      <map_components component_1="V5" component_2="InsP3_conc"/>
      <map_variables variable_1="A" variable_2="A"/>
      <map_variables variable_1="V_5" variable_2="V_5"/>
   </connection>
   <connection xmlns="http://www.cellml.org/cellml/1.0#">
      <map_components component_1="environment" component_2="cytosol"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection xmlns="http://www.cellml.org/cellml/1.0#">
      <map_components component_1="environment" component_2="internal_pool"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection xmlns="http://www.cellml.org/cellml/1.0#">
      <map_components component_1="environment" component_2="InsP3_conc"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection xmlns="http://www.cellml.org/cellml/1.0#">
      <map_components component_1="cytosol" component_2="V5"/>
      <map_variables variable_1="Z" variable_2="Z"/>
   </connection>
   <connection xmlns="http://www.cellml.org/cellml/1.0#">
      <map_components component_1="internal_pool" component_2="cytosol"/>
      <map_variables variable_1="k_f" variable_2="k_f"/>
      <map_variables variable_1="Y" variable_2="Y"/>
   </connection>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><rdf:Description rdf:about="#id_00001"><isVersionOf xmlns="http://biomodels.net/biology-qualifiers/"><rdf:Description rdf:about="http://identifiers.org/go/GO:0005829"/></isVersionOf></rdf:Description><rdf:Description rdf:about="#id_00002"><isVersionOf xmlns="http://biomodels.net/biology-qualifiers/"><rdf:Description rdf:about="http://identifiers.org/go/GO:0008095"/></isVersionOf><isVersionOf xmlns="http://biomodels.net/biology-qualifiers/"><rdf:Description rdf:about="http://identifiers.org/go/GO:0046030"/></isVersionOf><isVersionOf xmlns="http://biomodels.net/biology-qualifiers/"><rdf:Description rdf:about="http://identifiers.org/go/GO:0032957"/></isVersionOf><isVersionOf xmlns="http://biomodels.net/biology-qualifiers/"><rdf:Description rdf:about="http://identifiers.org/go/GO:0051766"/></isVersionOf></rdf:Description></rdf:RDF></model>