#!comment
This wiki page is auto-generated from the file
projects/MouseLesion/Summary.wiki
edit that file, don't edit this page on trac!

Connexin 43 contributes to electrotonic conduction across scar tissue in the intact heart

Welcome to the Chaste wiki.

This section contains pages generated automatically from the source code accompanying Mahoney et al. “Connexin 43 contributes to electrotonic conduction across scar tissue in the intact heart”, Scientific Reports 6:26744 (2016).

Before running these examples you will need to install Chaste’s dependencies and the source code for version 3.3. The easiest way to do this is using an Ubuntu machine (or an Ubuntu virtual machine) as discussed on InstallGuides/UbuntuPackage. Note that cardiac Chaste is not supported on Windows, so users of Windows will need to follow the virtual machine route. For manual installation of each dependency, on any version of Linux, see DeveloperInstallGuide.

The simulations featured in the paper supplement are explained and annotated below. For further information on using Chaste to solve these and related problems, see our extensive guide material.

Sample commands to install Chaste

If you wish to install Chaste direct from our repository, you may do so from the command line as follows:


#!sh
svn checkout https://chaste.cs.ox.ac.uk/svn/chaste/trunk Chaste
cd <path to Chaste source>/projects

(replacing “<path to Chaste source>” with the filepath to where you have installed Chaste). Now unzip the downloaded MouseLesion.tar.gz into this folder.

Code compilation

To compile the simulators, use:


#!sh
cd <path to Chaste source>
scons chaste_libs=1 brief=1 build=GccOptNative projects/MouseLesion

Mouse Lesion study

The steps required to reproduce the study are:

  1. Run a simulation of a 2D lesion, with varying command line parameters (C++ file for performing simulation)
  2. Run a simulation of a 3D lesion, with varying command line parameters (C++ file for performing simulation)

To vary parameters and run simulations for the results shown in the paper, use the script run_lesion_simulations.sh and then (when they have finished) collate_lesion_results.sh, followed by the matlab script test/data/processing_scripts/process_APs_capacitance.m to do the post-processing.


Section contents

SubWiki()