Modelling enteric neuron populations and muscle fed-state motor patterns (Chambers et al. 2011)

 Download zip file 
Help downloading and running models
Accession:136024
"After a meal, the gastrointestinal tract exhibits a set of behaviours known as the fed state. ... Segmentation manifests as rhythmic local constrictions that do not propagate along the intestine. ... We investigated the enteric circuits that regulate segmentation focusing on a central feature of the ENS: a recurrent excitatory network of intrinsic sensory neurons (ISNs) which are characterized by prolonged after-hyperpolarizing potentials (AHPs) following their action potentials. ..."
Reference:
1 . Chambers JD, Bornstein JC, Thomas EA (2011) Multiple Neural Oscillators and Muscle Feedback Are Required for the Intestinal Fed State Motor Program PLoS ONE 6(5):e119597-.
Citations  Citation Browser
Model Information (Click on a link to find other models with that property)
Model Type: Realistic Network; Neural mass;
Brain Region(s)/Organism:
Cell Type(s):
Channel(s):
Gap Junctions:
Receptor(s):
Gene(s):
Transmitter(s):
Simulation Environment: MATLAB; Simulink;
Model Concept(s): Activity Patterns;
Implementer(s): Chambers, Jordan [jordandchambers at gmail.com];
/
ChamberEtAl2010
README.txt
Chambers et al 2010.mdl
muscleresponse.m
                            
This is the Simulink model used in:

Chambers JD, Bornstein JC, Thomas EA (2011) Multiple Neural
Oscillators and Muscle Feedback Are Required for the Intestinal Fed
State Motor Program. PLoS ONE 6(5):e19597.
doi:10.1371/journal.pone.0019597

To run the model, in MATLAB click File->Open, then selected the file
"Chambers et al 2010.mdl". Then press play.

The numerical values are set to produce the "control response"
described in the paper. Changing the appropriate variables will
produce all model figures in the paper.

When the model is run it saves matrixes (Circular_Muscle,
Excitatory_Motor_Neurons, Inhbitory_Motor_Neurons, Sensory_Neurons,
Serotonin_release) in the MATLAB workspace. Each matrix has two
columns, the first column is the simulation time for each data point
and the second column is the numerical value of the activity in the
population of neurons, or muscle etc. These matrices can be plotted
using the MATLAB plot function to reproduce the figures in the
paper. The Circular_Muscle matrix can be passed to the muscleresponse
function (e.g. muscleresponse(Circular_Muscle)) and this function will
calculate the duration of the activity episodes and quiescent periods
as reported in the paper.