<!doctype html>
<html lang="en" style="height: 100%;">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="x-ua-compatible" content="ie=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <!-- <title></title> -->
    <link rel="stylesheet" href="/theme/css/foundation.min.css">>
    <link rel="icon" href="/images/favicon.png">>
    <link rel="stylesheet" href="/theme/css/foundation-icons/foundation-icons.css" />
    <link href="https://fonts.googleapis.com/css?family=Roboto:400,400i" rel="stylesheet" />
    <!--<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">-->
    <!--<link href="https://fonts.googleapis.com/css?family=Roboto+Slab" rel="stylesheet">-->

    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
    <style>
      .sidebar {
        height: 100%; /* Full-height: do not remove */
        width: 190px; /* Set the width of the sidebar */

        position: fixed; /* Fixed Sidebar (stay in place on scroll) */
        z-index: 1; /* Stay on top */
        top: 0; /* Stay at the top */
        left: 0;
        background-color: black; 
        overflow-x: hidden; /* Disable horizontal scroll */
        padding-top: 20px;
  }


    .sidebar a:hover, .dropdown:hover .dropdown-btn {
      color: #f1f1f1;
    }

    .dropdown {
      float: left;
      overflow: hidden;
      padding-bottom: 10px;
      padding-right: 10px;
    }
    
    .dropbtn {
      background-color;
      color: #ccb2d6;
      padding: 6px 8px 6px 16px;
      font-size: 20px;
      width:100%;
      text-align: left;
      border: none;
      cursor: pointer;
    }

    .dropbtn_bottom {
      background-color;
      color: #ccb2d6;
      padding: 6px 8px 6px 16px;
      font-size: 20px;
      width:100%;
      text-align: left;
      position: absolute;
      display: inline-block;
      bottom: 0;
      border: none;
      cursor: pointer;
      padding-bottom: 30px;
    }

    .sidebar a { /* , .dropdown-btn */
      padding: 6px 8px 6px 16px;
      text-decoration: none;
      font-size: 20px;
      color: #ccb2d6;
      display: block;

      border: none;
      background: none;
      width:100%;
      text-align: left;
      cursor: pointer;
      outline: none;
    }

    .dropdown-container {
      display: none;      
      background-color: #262626;
      padding-left: 12px;

    }

    .dropdown-container a {
      font-size: 16px;
    }
    
    .show {display: block;}
    
    /*.dropdown:hover .dropdown-container {
      display: block;
    }*/
    
    .main {
      margin-left: 190px; /* Same as the width of the sidenav */
      padding: 0px 10px;

    }

    @media screen and (max-height: 450px) {
      .sidebar {padding-top: 15px;}
      .sidebar a {font-size: 18px;}
    }
    </style>
  </head>
    <body style="height: 100%; display: flex; flex-direction: column">

    <!-- Top navigation bar -->
      <div class="row">
        <div class="small-12 columns"></div>
      </div>

    <div style="background-color: white;">
        <div class="row">
            <div a href="/"><img src="/theme/images/Physiome-beside-middle.png" alt="Physiome logo" style="width:100%;height:100%; padding: 1px 1px 0px 250px;"></a>
                <span style="margin-left:10px"></span>
            </div>
            <div class="small-4 column" style="text-align:right">
            </div>
        </div>
    </div>
<!--     <div style="background-color: white;">
      <div class="row">
        <div class="small-11 column"><a href="/"><img src="/theme/images/Physiome-beside-middle.png" alt="Physiome logo" style="width:100%;height:100%; padding: 1px 1px 1px 320px;"></a><span style="margin-left:10px"></span></div>
            <div class="small-4 column" style="text-align:right">
            </div>
        </div>
    </div>
 -->
   <div class="sidebar">   
      <a href="/">Home</a>

      <hr style="background-color: #ccb2d6;height: 3.0px;border: none">

      <div class="dropdown">
        <button onclick="function_showdropdown_about()" class="dropbtn">About the Journal <i class="fa fa-caret-down"></i></button>
          <!-- <a href="/about.html" class="dropdown-btn"> About the Journal <i class="fa fa-caret-down"></i></a> -->
          <div id="myDropdown-about" class="dropdown-container">
            <a href="/about.html#scope"> Scope</a>
            <a href="/about.html#philosophy"> <i>Physiome</i> Philosophy</a>
            <a href="/about.html#definitions"> Definitions</a>
          </div>
      </div>  
      <hr style="background-color: #ccb2d6;height: 3.0px;border: none">

      <div class="dropdown">
        <button onclick="function_showdropdown_authors()" class="dropbtn">For Authors <i class="fa fa-caret-down"></i></button>
          <!-- <a href="/instructions-to-authors.html" class="dropdown-btn"> For Authors <i class="fa fa-caret-down"></i></a> -->
          <div id="myDropdown-authors" class="dropdown-container">
            <a href="/instructions-to-authors.html#instructions"> Instructions</a>
            <a href="/instructions-to-authors.html#types"> Types of submissions</a>
            <a href="/instructions-to-authors.html#preparing"> Preparing your submission</a>
            <a href="/instructions-to-authors.html#submission"> Submission</a>
            <a href="/instructions-to-authors.html#curation"> Curation</a>
            <a href="/instructions-to-authors.html#publishing"> Publishing</a>
            <a href="/instructions-to-authors.html#copyright"> Copyright</a>
          </div>
      </div>  

      <hr style="background-color: #ccb2d6;height: 3.0px;border: none">
      <a href="/articles/">Published Articles</a>
      <hr style="background-color: #ccb2d6;height: 3.0px;border: none">
      <a href="/editorial-board.html"> Editorial Board</a>
      <hr style="background-color: #ccb2d6;height: 3.0px;border: none">
      <a href="/physiome-project.html"> The Physiome Project</a>
      <hr style="background-color: #ccb2d6;height: 3.0px;border: none">
      <a href="/faqs.html">Frequently Asked Questions</a>
      <hr style="background-color: #ccb2d6;height: 3.0px;border: none">
      <a href="mailto:physiome@physiomeproject.org">EMAIL US</a>
      <hr style="background-color: #ccb2d6;height: 3.0px;border: none">

      <!-- <a href="/contact-us.html">Contact us</a> -->
      <!-- <a href="/contact-us.html"><button class="dropbtn_bottom">Contact us</button></a> -->
      <!-- <a href = "mailto:physiome@physiomeproject.org"><button class="dropbtn_bottom">Email us</button></a> -->
    </div>


    <!-- Body -->
    <div class="main" style="margin-top:20px; flex: 1 0 auto">
      <div class="row">

<head>
    <title>Reproducibility study of the Fabbri et al. 2017 model of the human sinus node action potential</title>
    <style>

    /* Header/Logo Title */
    .header {font-size: 0.8em;}

    /* Page Content */
    .content {}
    </style>
</head>

<div class="header">

<div style='float: left;'>
  Open Access<br>
  Reproducible Model<br>
  Original Article
</div>

<div style='float: right; text-align: right'>
  <p>Published: 2021-09-01<br>
  Last edited: 2021-09-21</p>
</div>
</div>

<br>
<br>
<br>

  <h3>Reproducibility study of the Fabbri et al. 2017 model of the human sinus node action potential</h3>
<p style='font-size: 1.2em;'>
  <i> 
      Ghotli, N. A.
                <a href="https://orcid.org/0000-0002-6671-6920"><img class="b" alt="ORCID logo" src="https://orcid.org/sites/default/files/images/orcid_16x16.png" width="16" height="16" /></a>
      ,
 
      Fabbri, A.
                <a href="https://orcid.org/0000-0002-3983-1640"><img class="b" alt="ORCID logo" src="https://orcid.org/sites/default/files/images/orcid_16x16.png" width="16" height="16" /></a>
      ,
 
      Severi, S.
                <a href="https://orcid.org/0000-0003-4306-8294"><img class="b" alt="ORCID logo" src="https://orcid.org/sites/default/files/images/orcid_16x16.png" width="16" height="16" /></a>
      ,
 
      Garny, A.
                <a href="https://orcid.org/0000-0001-7606-5888"><img class="b" alt="ORCID logo" src="https://orcid.org/sites/default/files/images/orcid_16x16.png" width="16" height="16" /></a>
      ,
 
      Nickerson, D.
                <a href="https://orcid.org/0000-0003-4667-9779"><img class="b" alt="ORCID logo" src="https://orcid.org/sites/default/files/images/orcid_16x16.png" width="16" height="16" /></a>
</i>
</p>

<table style="background-color:#E0E0E0;">
    <tr style="background-color:#E0E0E0;">
        <td>
            <style>
                .button {
                    border: 1px solid #580078;
                    background-color: #580078;
                    color: white;
                    padding: 15px 25px;
                    text-align: center;
                    font-size: 16px;
                    vertical-align: middle;
                    cursor: pointer;
                    margin-bottom: 0;
                    width: 13em;
                    height: 100%
                }
                .article-icon {
                    max-height: 1.7em;
                }
            </style>
                <a href="https://doi.org/10.36903/physiome.16550526" target="_blank" rel="noopener noreferrer" class="button" >
                    <img class="article-icon" src="/theme/images/Physiome-under.png">&nbsp;&nbsp;View publication
                </a>
        </td>
        <td>
                <p>
                    <b>To cite this <i>Physiome</i> article, cite the whole collection at the DOI: <a style="color:#580078" href="https://doi.org/10.36903/physiome.16550526"  target="_blank" rel="noopener noreferrer">10.36903/physiome.16550526</a>, and the Primary Publication at the DOI: <a style="color:#580078" href="https://doi.org/10.1113/jp273259" target="_blank" rel="noopener noreferrer">https://doi.org/10.1113/jp273259</a>.</b>
                </p>
                <p>
                    All <i>Physiome</i> articles are published as a collection containing the manuscript as a PDF file and the model implementation as an <a style="color:#580078" href="/faqs.html#omex">OMEX file</a>.
                </p>
        </td>
    </tr>
</table>

<br>

    <b>Primary Publication:</b> <a style="color:#580078" href="https://doi.org/10.1113/jp273259"  target="_blank" rel="noopener noreferrer">Computational analysis of the human sinus node action potential: model development and effects of mutations. 2017, A. Fabbri, M. Fantini, R. Wilders, S. Severi</a>

<br>
<br>

<p>
<b>Abstract:</b> The sinoatrial node (SAN) is the natural pacemaker of the mammalian heart. It has been the subject of several mathematical studies, aimed at reproducing its electrical response under normal sinus rhythms, as well as under various conditions. Such studies were traditionally done using data from rabbit SAN cells. More recently, human SAN cell data have become available, resulting in the publication of a human SAN cell model (Fabbri et al., 2017), along with its CellML version. Here, we used the CellML file provided by the model authors, together with some SED-ML files and Python scripts that we created to reproduce the main results of the aforementioned modeling study. EDITOR'S NOTE (v2): this article and its OMEX archive are republished with technical changes made to the corresponding Python scripts to remove a run-time error message displayed when executing each simulation.</p>



    <b>References:</b> 
    <p><font size="-1">
    1. Computational analysis of the human sinus node action potential: model development and effects of mutations. Journal: The Journal of Physiology. Fabbri, Alan and Fantini, Matteo and Wilders, Ronald and Severi, Stefano. Volume: 595. Year: 2017.  <br />2. An overview of {CellML} 1.1, a biological model description language. Journal: Simulation. Cuellar, Autumn A and Lloyd, Catherine M and Nielsen, Poul F and Bullivant, David P and Nickerson, David P and Hunter, Peter J. Volume: 79. Year: 2003.  <br />3. OpenCOR: a modular and interoperable approach to computational biology. Journal: Frontiers in Physiology. Garny, Alan and Hunter, Peter J. Volume: 6. Year: 2015.  <br />4. What keeps us ticking: a funny current, a calcium clock, or both?. Journal: Journal of Molecular and Cellular Cardiology. Lakatta, Edward G and DiFrancesco, Dario. Volume: 47. Year: 2009.  <br />5. The role of the funny current in pacemaker activity. Journal: Circulation Research. DiFrancesco, Dario. Volume: 106. Year: 2010.  <br />6. A paradigm shift for the heart's pacemaker. Journal: Heart Rhythm. Lakatta, Edward G. Volume: 7. Year: 2010.  <br />7. Funny current provides a relatively modest contribution to spontaneous beating rate regulation of human and rabbit sinoatrial node cells. Journal: Journal of Molecular and Cellular Cardiology. Maltsev, Victor A and Lakatta, Edward G. Volume: 48. Year: 2010.  <br />8. Competing oscillators in cardiac pacemaking: historical background. Journal: Circulation Research. Noble, Denis and Noble, Penelope J and Fink, Martin. Volume: 106. Year: 2010.  <br />9. Computer modelling of the sinoatrial node. Journal: Biopacemaking. Wilders, Ronald. Year: 2007.  <br />10. Ionic Mechanisms underlying the positive chronotropy induced by $\beta$1-adrenergic stimulation in guinea-pig sinoatrial node cells: a simulation study. Journal: The Journal of Physiological Sciences. Himeno, Yukiko and Sarai, Nobuaki and Matsuoka, Satoshi and Noma, Akinori. Year: 2008.  <br />11. An updated computational model of rabbit sinoatrial action potential to investigate the mechanisms of heart rate modulation. Journal: The Journal of Physiology. Severi, Stefano and Fantini, Matteo and Charawi, Lara A and DiFrancesco, Dario. Volume: 590. Year: 2012.  <br />12. A computational model of a human single sinoatrial node cell. Journal: Biomedical Physics \& Engineering Express. Pohl, A and Wachter, A and Hatam, N and Leonhardt, S. Volume: 2. Year: 2016.  <br />13. Pacemaker current (I f) in the human sinoatrial node. Journal: European Heart Journal. Verkerk, Arie O and Wilders, Ronald and van Borren, Marcel MGJ and Peters, Ron JG and Broekhuis, Eli and Lam, Kayan and Coronel, Ruben and de Bakker, Jacques MT and Tan, Hanno L. Volume: 28. Year: 2007.  <br />14. The funny current has a major pacemaking role in the sinus node. Journal: Heart Rhythm. DiFrancesco, Dario and Noble, Denis. Volume: 9. Year: 2012.  <br />15. Rebuttal: What If the shoe doesn't fit?“The funny current has a major pacemaking role in the sinus node”. Journal: Heart Rhythm. Lakatta, Edward G and Maltsev, Victor A. Volume: 9. Year: 2012.  <br />16. The case for the funny current and the calcium clock. Journal: Heart Rhythm. Rosen, Michael R and Nargeot, Joel and Salama, Guy. Volume: 9. Year: 2012.  <br />17. Modern concepts concerning the origin of the heartbeat. Journal: Physiology. Monfredi, Oliver and Maltsev, Victor A and Lakatta, Edward G. Volume: 28. Year: 2013.  <br />18. From two competing oscillators to one coupled-clock pacemaker cell system. Journal: Frontiers in Physiology. Yaniv, Yael and Lakatta, Edward G and Maltsev, Victor A. Volume: 6. Year: 2015.  <br />19. New evidence for coupled clock regulation of the normal automaticity of sinoatrial nodal pacemaker cells: Bradycardic effects of ivabradine are linked to suppression of intracellular Ca2+ cycling. Journal: Journal of Molecular and Cellular Cardiology. Yaniv, Yael and Sirenko, Syevda and Ziman, Bruce D and Spurgeon, Harold A and Maltsev, Victor A and Lakatta, Edward G. Volume: 62. Year: 2013.  <br />20. Electrophysiologic properties of the adult human sinus node. Journal: Journal of Cardiovascular Electrophysiology. Drouin, Emmanuel. Volume: 8. Year: 1997.  <br />21. Calcium transient and sodium-calcium exchange current in human versus rabbit sinoatrial node pacemaker cells. Journal: The Scientific World Journal. Verkerk, Arie O and van Borren, Marcel MGJ and Wilders, Ronald. Volume: 2013. Year: 2013.  <br />22. Molecular architecture of the human sinus node: insights into the function of the cardiac pacemaker. Journal: Circulation. Chandler, Natalie and Greener, Ian and Tellez, James and Inada, Shin and Musa, Hanny and Molenaar, Peter and DiFrancesco, Dario and Baruscotti, Mirko and Longhi, Renatp and Anderson, Robert and others. Volume: 119. Year: 2009.  <br />23. Pacemaker activity of the human sinoatrial node: an update on the effects of mutations in HCN4 on the hyperpolarization-activated current. Journal: International Journal of Molecular Sciences. Verkerk, Arie O and Wilders, Ronald. Volume: 16. Year: 2015.  <br />24. Reproducible computational biology experiments with {SED-ML}-the simulation experiment description markup language. Journal: BMC Systems Biology. Waltemath, Dagmar and Adams, Richard and Bergmann, Frank T. and Hucka, Michael and Kolpakov, Fedor and Miller, Andrew K. and Moraru, Ion I. and Nickerson, David and Sahle, Sven and Snoep, Jacky L. and Le Novère, Nicolas. Volume: 5. Year: 2011.  <br />25. The {Physiome} {Model} {Repository} 2. Journal: Bioinformatics. Yu, Tommy and Lloyd, Catherine M. and Nickerson, David P. and Cooling, Michael T. and Miller, Andrew K. and Garny, Alan and Terkildsen, Jonna R. and Lawson, James and Britten, Randall D. and Hunter, Peter J. and Nielsen, Poul M. F.. Volume: 27. Year: 2011.  <br />26. Matplotlib: A 2D graphics environment. Journal: Computing in Science \& Engineering. Hunter, J. D.. Volume: 9. Year: 2007.  <br />27. The matlab ode suite. Journal: SIAM journal on scientific computing. Shampine, Lawrence F and Reichelt, Mark W. Volume: 18. Year: 1997.  <br />
    </font></p>


<br>

<span><Message><i>Is there something wrong with this publication? </i><a href="mailto:physiome-curators@physiomeproject.org?subject=Query about article 10.36903/physiome.16550526"><i>Contact our curators</i></a>.</Message></span>


<br>
<br>





    
      </div>
    </div>
    <script type="text/javascript" src="/theme/js/jquery.js"></script>
    <script type="text/javascript" src="/theme/js/what-input.js"></script>
    <script type="text/javascript" src="/theme/js/foundation.min.js"></script>
           
    <script>
    /* When the user clicks on the button, 
    toggle between hiding and showing the dropdown content */
    function function_showdropdown_about() {
      document.getElementById("myDropdown-about").classList.toggle("show");
    }
    function function_showdropdown_authors() {
      document.getElementById("myDropdown-authors").classList.toggle("show");
    }

    // Close the dropdown if the user clicks outside of it
    window.onclick = function(event) {
      if (!event.target.matches('.dropbtn')) {
        var dropdowns = document.getElementsByClassName("dropdown-container");
        var i;
        for (i = 0; i < dropdowns.length; i++) {
          var openDropdown = dropdowns[i];
          if (openDropdown.classList.contains('show')) {
            openDropdown.classList.remove('show');
          }
        }
      }
    }
    </script>

    </body>

      <!-- Footer with contact info -->
      
      <style>
          footer {
            flex-shrink: 0;
            background-color: black;
            color: white;
            text-align: center;
          }
      </style>
  <footer>
      <!-- <span style="display: block; color: white">Contact us: <a style="color:white; text-decoration: underline;" href="mailto:physiome@physiomeproject.org">physiome@physiomeproject.org</a></span> -->
      <!-- <span style="display: block; color: white">Meet our <a style="color:white; text-decoration: underline" href="/editorial-board.html">Editorial Board</a></span> -->
      <span style="display: block; colour: white; margin-left:190px">Supported by</span>
      <p><a href="http://www.iups.org/"><img src="/theme/images/IUPS_white.png" alt="Physiome logo" style="width:7%;height:7%;"></a> <a href="https://www.vph-institute.org/"><img src="/theme/images/Horizonal_Online.png" alt="VPH logo" style="width:13%;height:13%;"></a> <a href="https://www.auckland.ac.nz/en/abi.html"><img src="/theme/images/abi-hc-rgb-white.png" alt="ABI logo" style="width:30%;height:30%;"></a> <a href="https://www.digital-science.com/"><img src="/theme/images/ds-logo-bw.png" alt="Digital Science logo" style="width:15%;height:15%;"></a></p>
  </footer>
  
  <script>
      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
      })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
      ga('create', 'UA-200859312-1', 'auto');
      ga('send', 'pageview');
  </script>
</html>