Location: FCU_guanylylCyclase @ a6badbe7b8c4 / exposure / exposure_frontpage.rst

Author:
Shelley Fong <sfon036@UoA.auckland.ac.nz>
Date:
2022-05-13 16:53:08+12:00
Desc:
Update expo files
Permanent Source URI:
https://staging.physiomeproject.org/workspace/860/rawfile/a6badbe7b8c4c8d53e914d874e0dd4369ca509c1/exposure/exposure_frontpage.rst

About this model
====================

This is a Functional cell Unit (FCU) of the action of the soluble guanylyl cyclase (sGC) enzyme in the vascular smooth muscle cell, leading to contraction.

    **INPUTS:** 
        - Nitric oxide (NO)
        
    **OUTPUTS:** 
        - Stress generated by crossbridge contraction
        
    **REACTIONS:** 
        - Re1sGC: Transition of sGC from the basal state (EB) into an intermediate state (E6c) through NO binding
        - Re2sGC: Natural decay of E6c to active E5c state
        - Re3sGC: NO-dependent conversion of E6c into E5c
        - Re4sGC: Conversion of E5c to EB through NO dissociation 
        - ReDNO: Consumption of NO by scavengers 
        - Re1a and 1b: Production of cyclic guanosine monophosphate (cGMP) from guanosine triphosphate (GTP) by E5c
        - Re2a and 2b: Degradation of cGMP to GMP by phosphodiesterase-5 (PDE)
        - Re12m: Phosphorylation of myosin light chain (M) to M\ :sub:`p`
        - Re34m: Binding of actin (A) to M\ :sub:`p`  to form cross bridge (AM\ :sub:`p`)
		- Re56m: Cross bridge formation by phosphorylation of a latch bridge (AM)
		- Re78m: Detachment of latch bridge into A and M

Model status
=============

The current CellML implementation runs in OpenCOR.


Model overview
===================
This model is based on existing kinetic model by `Yang et. al. (2005) <https://doi.org/10.1152/ajpheart.00216.2004>`_, where the mathematics are translated into the bond-graph formalism. This describes the model in energetic terms and forces adherence to the laws of thermodynamics. 

Three modules are presented:

.. figure:: exposure/GC_overview.png
   :width: 80%
   :align: center
   :alt: BG PLC reaction
   
   Fig. 1. Overview of modules in this FCU

The bond-graph network for these modules are as follows:

.. figure:: exposure/sGCactivation.png
   :width: 70%
   :align: center
   :alt: sGCactivation
   
   Fig. 2. sGC activation module

.. figure:: exposure/cGMP_metabolism.png
   :width: 100%
   :align: center
   :alt: cGMP_metabolism
   
   Fig. 3. cGMP production and degradation module

.. figure:: exposure/SM_contraction.png
   :width: 100%
   :align: center
   :alt: SM_contraction
   
   Fig. 4. Smooth muscle contraction module

For the above bond-graphs, a '0' node refers to a junction where all chemical potentials are the same. A '1' node refers to all fluxes being the same going in and out of the junction.

.. csv-table:: List of chemical species
   :header: "Abbreviation", "Name"
   :widths: 5, 15 
   
   "sGC", "Guanylyl cyclase (soluble)"
   "EB", "Basal variant of sGC"
   "E6c", "Intermediate variant of sGC"
   "E5c", "Active variant of sGC"
   "cGMP", "Cyclic guanosine monophosphate"
   "GMP", "Guanosine monophosphate"
   "GTP", "Guanosine triphosphate"
   "NO", "Nitric oxide"
   "NO\ :sub:`D`", "Unavailable nitric oxide derivative"
   "PDE", "Phosphodiesterase-5"
   "M", "Myosin light chain"
   "M\ :sub:`p`", "Myosin light chain, phosphorylated"
   "A", "Actin"
   "AM", "Latch bridge"
   "AM\ :sub:`p`", "Cross bridge"
   "Ca", "Calcium ion"
   
Parameter finding
~~~~~~~~~~~~~~~~~
A description of the process to find bond-graph parameters is shown in the folder    `parameter_finder <parameter_finder>`_, which relies on the:

1. stoichiometry of system

2. kinetic constants for forward/reverse reactions

  - If not already, all reactions are made reversible by assigning a small value to the reverse  direction.
  
3. `linear algebra script <https://models.physiomeproject.org/workspace/860/rawfile/938516125163148499899c945a8b90afb383dbc4/parameter_finder/find_BG_parameters_composite.py>`_. 

Here, this solve process is performed in Python.


Original kinetic model
======================
Yang et. al.: `Mathematical modeling of the nitric oxide/cGMP pathway in the vascular smooth muscle cell. <https://models.physiomeproject.org/workspace/562>`_