Location: Hai and Murphy 1988 @ df0a4755df6f / hai_1988.cellml

Author:
Catherine Lloyd <c.lloyd@auckland.ac.nz>
Date:
2010-08-10 03:09:38+12:00
Desc:
Adding model and images to the workspace.
Permanent Source URI:
http://models.cellml.org/workspace/hai_murphy_1988/rawfile/df0a4755df6f8e8b0b3fa273db8c58129ce43ca2/hai_1988.cellml

<?xml version='1.0' encoding='utf-8'?>

<model xmlns="http://www.cellml.org/cellml/1.0#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:bqs="http://www.cellml.org/bqs/1.0#" xmlns:cellml="http://www.cellml.org/cellml/1.0#" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" cmeta:id="hai_1988" name="hai_1988">
<documentation xmlns="http://cellml.org/tmp-documentation">
<article>
  <articleinfo>
  <title>Cross-bridge phosphorylation and regulation of latch state in smooth muscle</title>
  <author> 
    <firstname>Catherine</firstname>
          <surname>Lloyd</surname>
    <affiliation>
      <shortaffil>Auckland Bioengineering Institute, The University of Auckland</shortaffil>
    </affiliation>
  </author>
</articleinfo>
  <section id="sec_status">
    <title>Model Status</title>
    <para>
        This CellML model runs in both OpenCell and COR to replicate the published results (figure 6a). The units have been checked and they are consistent.
          </para>
  </section>
  <sect1 id="sec_structure">
<title>Model Structure</title>

<para>
ABSTRACT: We have developed a minimum kinetic model for cross-bridge interactions with the thin filament in smooth muscle. The model hypothesizes two types of cross-bridge interactions: 1) cycling phosphorylated cross bridges and 2) noncycling dephosphorylated cross bridges ("latch bridges"). The major assumptions are that 1) Ca2+-dependent myosin phosphorylation is the only postulated regulatory mechanism, 2) each myosin head acts independently, and 3) latch bridges are formed by dephosphorylation of an attached cross bridge. Rate constants were resolved by fitting data on the time courses of myosin phosphorylation and stress development. Comparison of the rate constants indicates that latch-bridge detachment is the rate-limiting step. Model simulations predicted a hyperbolic dependence of steady-state stress on myosin phosphorylation, which corresponded with the experimental observation of high values of stress with low levels of phosphorylation in intact tissues. Model simulations also predicted the experimental observation that an initial phosphorylation transient only accelerates stress development, with no effect on the final steady-state levels of stress. Because the only Ca2+-dependent regulatory mechanism in this model was activation of myosin light chain kinase, these results are consistent with the hypothesis that myosin phosphorylation is both necessary and sufficient for the development of the latch state.
</para>

<para>
The original paper reference is cited below:
</para>

<para>
Cross-bridge phosphorylation and regulation of latch state in smooth muscle, Hai CM, Murphy RA, 1988, <emphasis>American Journal of Physiology</emphasis>, 254, C99-C106. <ulink url="http://www.ncbi.nlm.nih.gov/pubmed/3337223">PubMed ID: 3337223</ulink>
</para>

<informalfigure float="0" id="fig_reaction_diagram">
<mediaobject>
  <imageobject>
    <objectinfo>
      <title>reaction diagram</title>
    </objectinfo>
    <imagedata fileref="hai_1988.png"/>
  </imageobject>
</mediaobject>
<caption>Hai and Murphy's four-state model: the latch regulatory scheme for Ca<superscript>2+</superscript>-dependent smooth muscle activation and Huxley's slidin filament model.  A represents the actin filament, M represents detached myosin, Mp is detached, phosphorylated myosin, AM is the actin-myosin complex, and AMp is the phosphorylated actin-myosin complex.</caption>
</informalfigure>

</sect1>
</article>
</documentation>
  
 
  
  <units name="nanometre">
    <unit units="metre" prefix="nano"/>
  </units>
  
  <units name="first_order_rate_constant">
    <unit units="second" exponent="-1"/>
  </units>
  
  
  <component name="environment">
    <variable units="second" public_interface="out" name="time"/>
  </component>
  
  <component cmeta:id="M" name="M">
    <variable units="dimensionless" public_interface="out" name="M" initial_value="1.0"/> 
    
    <variable units="dimensionless" public_interface="in" name="AM"/>
    <variable units="dimensionless" public_interface="in" name="Mp"/>
    <variable units="first_order_rate_constant" public_interface="in" name="k1"/>
    <variable units="first_order_rate_constant" public_interface="in" name="k2"/>
    <variable units="first_order_rate_constant" public_interface="in" name="k7"/>
    <variable units="second" public_interface="in" name="time"/> 
    
    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply>
        <eq/> 
        <apply>
          <diff/> 
          <bvar>
            <ci>time</ci>
          </bvar> 
          <ci>M</ci> 
        </apply>
        <apply>
          <plus/>
          <apply>
            <minus/>
            <apply>
              <times/>
              <ci> k1 </ci>
              <ci> M </ci>
			</apply>
          </apply>
          <apply>
            <times/>
            <ci> k2 </ci>
            <ci> Mp </ci>
          </apply>
          <apply>
            <times/>
            <ci> k7 </ci>
            <ci> AM </ci>
          </apply>
        </apply>
      </apply> 
    </math> 
  </component>
  
  <component cmeta:id="Mp" name="Mp">
    <variable units="dimensionless" public_interface="out" name="Mp" initial_value="0.0"/> 
    
    <variable units="dimensionless" public_interface="in" name="AMp"/>
    <variable units="dimensionless" public_interface="in" name="M"/>
    <variable units="first_order_rate_constant" public_interface="in" name="k1"/>
    <variable units="first_order_rate_constant" public_interface="in" name="k2"/>
    <variable units="first_order_rate_constant" public_interface="in" name="k3"/>
    <variable units="first_order_rate_constant" public_interface="in" name="k4"/>
    <variable units="second" public_interface="in" name="time"/> 
    
    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply>
        <eq/> 
        <apply>
          <diff/> 
          <bvar>
            <ci>time</ci>
          </bvar> 
          <ci>Mp</ci> 
        </apply>
        <apply>
          <minus/>
		  <apply>
            <plus/>
			<apply>
              <times/>
              <ci> k4 </ci>
              <ci> AMp </ci>
            </apply>
            <apply>
              <times/>
              <ci> k1 </ci>
              <ci> M </ci>
            </apply>
		  </apply>
          <apply>
            <times/>
            <apply>
              <plus/>
              <ci> k2 </ci>
              <ci> k3 </ci>
            </apply>
            <ci> Mp </ci>
          </apply>
        </apply>
      </apply> 
    </math> 
  </component>
  
  <component cmeta:id="AMp" name="AMp">
    <variable units="dimensionless" public_interface="out" name="AMp" initial_value="0.0"/> 
    
    <variable units="dimensionless" public_interface="in" name="Mp"/>
    <variable units="dimensionless" public_interface="in" name="AM"/>
    <variable units="first_order_rate_constant" public_interface="in" name="k5"/>
    <variable units="first_order_rate_constant" public_interface="in" name="k6"/>
    <variable units="first_order_rate_constant" public_interface="in" name="k3"/>
    <variable units="first_order_rate_constant" public_interface="in" name="k4"/>
    <variable units="second" public_interface="in" name="time"/> 
    
    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply>
        <eq/> 
        <apply>
          <diff/> 
          <bvar>
            <ci>time</ci>
          </bvar> 
          <ci>AMp</ci> 
        </apply>
        <apply>
          <minus/>
		  <apply>
            <plus/>
            <apply>
              <times/>
              <ci> k3 </ci>
              <ci> Mp </ci>
            </apply>
			<apply>
              <times/>
              <ci> k6 </ci>
              <ci> AM </ci>
            </apply>
		  </apply>
          <apply>
            <times/>
            <apply>
              <plus/>
              <ci> k5 </ci>
              <ci> k4 </ci>
            </apply>
            <ci> AMp </ci>
          </apply>
        </apply>
      </apply> 
    </math> 
  </component>
  
  <component cmeta:id="AM" name="AM">
    <variable units="dimensionless" public_interface="out" name="AM" initial_value="0.0"/> 
    
    <variable units="dimensionless" public_interface="in" name="AMp"/>
    <variable units="first_order_rate_constant" public_interface="in" name="k5"/>
    <variable units="first_order_rate_constant" public_interface="in" name="k6"/>
    <variable units="first_order_rate_constant" public_interface="in" name="k7"/>
    <variable units="second" public_interface="in" name="time"/> 
    
    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply>
        <eq/> 
        <apply>
          <diff/> 
          <bvar>
            <ci>time</ci>
          </bvar> 
          <ci>AM</ci> 
        </apply>
        <apply>
          <minus/>
          <apply>
            <times/>
            <ci> k5 </ci>
            <ci> AMp </ci>
          </apply>
          <apply>
            <times/>
            <apply>
              <plus/>
              <ci> k6 </ci>
              <ci> k7 </ci>
            </apply>
            <ci> AM </ci>
          </apply>
        </apply>
      </apply> 
    </math> 
  </component>
  
  <component cmeta:id="phosphorylation" name="phosphorylation">
    <variable units="dimensionless" name="phosphorylation"/> 
    
    <variable units="dimensionless" public_interface="in" name="AMp"/>
	<variable units="dimensionless" public_interface="in" name="Mp"/>
    
    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply>
        <eq/> 
        <ci>phosphorylation</ci> 
        <apply>
          <plus/>
          <ci> AMp </ci>
          <ci> Mp </ci>
        </apply>
      </apply> 
    </math> 
  </component>
  
   <component cmeta:id="stress" name="stress">
    <variable units="dimensionless" name="stress"/> 
    
    <variable units="dimensionless" public_interface="in" name="AMp"/>
	<variable units="dimensionless" public_interface="in" name="AM"/>
    
    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply>
        <eq/> 
        <ci>stress</ci> 
        <apply>
          <plus/>
          <ci> AMp </ci>
          <ci> AM </ci>
        </apply>
      </apply> 
    </math> 
  </component>
  
  <component name="model_parameters">
    <variable units="first_order_rate_constant" public_interface="out" name="k1"/>
    <variable units="first_order_rate_constant" public_interface="out" name="k2" initial_value="0.5"/>
    <variable units="first_order_rate_constant" public_interface="out" name="k5" initial_value="0.5"/>
    <variable units="first_order_rate_constant" public_interface="out" name="k6"/>
    <variable units="first_order_rate_constant" public_interface="out" name="k3" initial_value="0.4"/>
    <variable units="first_order_rate_constant" public_interface="out" name="k4" initial_value="0.1"/>
    <variable units="first_order_rate_constant" public_interface="out" name="k7" initial_value="0.01"/>
    
    <variable units="second" public_interface="in" name="time"/>          
    
    <math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply id="k1_calculation">
        <eq/>
        <ci> k1 </ci>
        <piecewise>
          <piece>
            <cn cellml:units="first_order_rate_constant"> 0.55 </cn>
            <apply>
              <and/>
              <apply>
                <geq/>
                <ci> time </ci> 
                <cn cellml:units="second"> 0.0 </cn>
              </apply>
              <apply>
                <lt/>
                <ci> time </ci> 
                <cn cellml:units="second"> 5.0 </cn>
              </apply>
            </apply>
          </piece>
          <otherwise>
            <cn cellml:units="first_order_rate_constant"> 0.3 </cn>
          </otherwise>
        </piecewise>
      </apply>
      
      <apply id="k6_calculation">
        <eq/>
        <ci> k6 </ci>
        <ci> k1 </ci>
      </apply>
    </math> 
  </component>
  
  
  <connection>
    <map_components component_2="environment" component_1="M"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>
  
  <connection>
    <map_components component_2="environment" component_1="Mp"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>
  
  <connection>
    <map_components component_2="environment" component_1="AMp"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>
  
  <connection>
    <map_components component_2="environment" component_1="AM"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>
  
  <connection>
    <map_components component_2="environment" component_1="model_parameters"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>
  
  <connection>
    <map_components component_2="model_parameters" component_1="M"/>
    <map_variables variable_2="k1" variable_1="k1"/>
    <map_variables variable_2="k2" variable_1="k2"/>
    <map_variables variable_2="k7" variable_1="k7"/>
  </connection>
  
  <connection>
    <map_components component_2="model_parameters" component_1="Mp"/>
    <map_variables variable_2="k1" variable_1="k1"/>
    <map_variables variable_2="k2" variable_1="k2"/>
    <map_variables variable_2="k4" variable_1="k4"/>
    <map_variables variable_2="k3" variable_1="k3"/>
  </connection>
  
  <connection>
    <map_components component_2="model_parameters" component_1="AMp"/>
    <map_variables variable_2="k5" variable_1="k5"/>
    <map_variables variable_2="k6" variable_1="k6"/>
    <map_variables variable_2="k4" variable_1="k4"/>
    <map_variables variable_2="k3" variable_1="k3"/>
  </connection>
  
  <connection>
    <map_components component_2="model_parameters" component_1="AM"/>
    <map_variables variable_2="k5" variable_1="k5"/>
    <map_variables variable_2="k6" variable_1="k6"/>
    <map_variables variable_2="k7" variable_1="k7"/>
  </connection>
  
  <connection>
    <map_components component_2="M" component_1="AM"/>
    <map_variables variable_2="AM" variable_1="AM"/>
  </connection>
  
  <connection>
    <map_components component_2="AMp" component_1="AM"/>
    <map_variables variable_2="AMp" variable_1="AMp"/>
    <map_variables variable_2="AM" variable_1="AM"/>
  </connection>
  
  <connection>
    <map_components component_2="Mp" component_1="M"/>
    <map_variables variable_2="M" variable_1="M"/>
    <map_variables variable_2="Mp" variable_1="Mp"/>
  </connection>
  
  <connection>
    <map_components component_2="AMp" component_1="Mp"/>
    <map_variables variable_2="Mp" variable_1="Mp"/>
    <map_variables variable_2="AMp" variable_1="AMp"/>
  </connection>
  
  <connection>
    <map_components component_2="AMp" component_1="phosphorylation"/>
    <map_variables variable_2="AMp" variable_1="AMp"/>
  </connection>
  
  <connection>
    <map_components component_2="Mp" component_1="phosphorylation"/>
    <map_variables variable_2="Mp" variable_1="Mp"/>
  </connection>
  
  <connection>
    <map_components component_2="AMp" component_1="stress"/>
    <map_variables variable_2="AMp" variable_1="AMp"/>
  </connection>
  
  <connection>
    <map_components component_2="AM" component_1="stress"/>
    <map_variables variable_2="AM" variable_1="AM"/>
  </connection>
 
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:bqs="http://www.cellml.org/bqs/1.0#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">
    
	<rdf:Description rdf:about="">
      <dc:creator rdf:parseType="Resource">
        <vCard:N rdf:parseType="Resource">
          <vCard:Family>Lloyd</vCard:Family>
          <vCard:Given>Catherine</vCard:Given>
		  <vCard:Other>May</vCard:Other>
        </vCard:N>
        <vCard:EMAIL rdf:parseType="Resource">
          <rdf:value>c.lloyd@auckland.ac.nz</rdf:value>
          <rdf:type rdf:resource="http://imc.org/vCard/3.0#internet"/>
        </vCard:EMAIL>
        <vCard:ORG rdf:parseType="Resource">
          <vCard:Orgname>The University of Auckland</vCard:Orgname>
          <vCard:Orgunit>Auckland Bioengineering Institute</vCard:Orgunit>
        </vCard:ORG>
      </dc:creator>
  
      <dcterms:created rdf:parseType="Resource">
        <dcterms:W3CDTF>2010-08-09</dcterms:W3CDTF>
      </dcterms:created>
    </rdf:Description>
    
    <rdf:Description rdf:about="#hai_1988">
      <cmeta:bio_entity>smooth muscle</cmeta:bio_entity>
	  
      <bqs:reference rdf:parseType="Resource">
        <dc:subject rdf:parseType="Resource">
          <bqs:subject_type>keyword</bqs:subject_type>
          <rdf:value>
            <rdf:Bag>
              <rdf:li>myosin</rdf:li>
              <rdf:li>cross bridge</rdf:li>
              <rdf:li>myofilament mechanics</rdf:li>
              <rdf:li>smooth muscle</rdf:li>
              <rdf:li>contraction</rdf:li>
            </rdf:Bag>
          </rdf:value>
        </dc:subject>
      </bqs:reference>

      <bqs:reference rdf:parseType="Resource">
        <bqs:Pubmed_id>3337223</bqs:Pubmed_id>
        <bqs:JournalArticle rdf:parseType="Resource">
          <dc:creator>
            <rdf:Seq>
              <rdf:li rdf:parseType="Resource">
                <bqs:Person rdf:parseType="Resource">
                  <vCard:N rdf:parseType="Resource">
                    <vCard:Family>Hai</vCard:Family>
                    <vCard:Given>C-M</vCard:Given>
				  </vCard:N>
                </bqs:Person>
              </rdf:li>
			  <rdf:li rdf:parseType="Resource">
                <bqs:Person rdf:parseType="Resource">
                  <vCard:N rdf:parseType="Resource">
                    <vCard:Family>Murphy</vCard:Family>
                    <vCard:Given>R</vCard:Given>
					<vCard:Other>A</vCard:Other>
                  </vCard:N>
                </bqs:Person>
              </rdf:li>
			</rdf:Seq>
          </dc:creator>
          <dc:title>
            Cross-bridge phosphorylation and regulation of latch state in smooth muscle
          </dc:title>
          <dcterms:issued rdf:parseType="Resource">
            <dcterms:W3CDTF>1988-01</dcterms:W3CDTF>
          </dcterms:issued>
          <bqs:Journal rdf:parseType="Resource">
            <dc:title>American Journal of Physiology</dc:title>
          </bqs:Journal>
		  <bqs:volume>254</bqs:volume>
          <bqs:first_page>C99</bqs:first_page>
          <bqs:last_page>C106</bqs:last_page>
        </bqs:JournalArticle>
      </bqs:reference>
    </rdf:Description>
  </rdf:RDF>
</model>