Electrophysiological Modeling of Membranes and Cells

Size: px
Start display at page:

Download "Electrophysiological Modeling of Membranes and Cells"

Transcription

1 Bioeng 6460 Electrophysiology and Bioelectricity Electrophysiological Modeling of Membranes and Cells Frank B. Sachse

2 Overview Recapitulation Electrical Modeling of Membranes Cardiac Myocyte Models Modeling of Diseases Numerical Solution Homework Summary Bioeng 6460: Electrophysiology and Bioelectricity - Page 2

3 Electrophysiology of Mammalian Sinoatrial Node Cell Opening of Na channels Depolarization starting at resting voltage (approx. -60 mv) leads to upstroke Autorhythmicity with a frequency of ~3 Hz Bioeng 6460: Electrophysiology and Bioelectricity - Page 3

4 Cellular Electrophysiology: Normal and Failing Simulation of normal and failing human ventricular myocytes with modified Priebe-Beuckelmann model Pathology: Hypertrophy Significant changes of density of proteins relevant for calcium transport: sarcolemmal NaCa-exchanger sarcoplasmic Ca-pump (Sachse, Seemann, Chaisaowong, and Weiss. JCE, 2003) Calcium concentration [µm] Transmembrane voltage [mv] t [ms] Bioeng 6460: Electrophysiology and Bioelectricity - Page 4

5 Markov Modeling of Ion Channels and Mutations Markov models allow reconstruction of single channel behavior to be based upon thermodynamic principals assignment of physical meaning to rate constants Example: State diagram of cardiac sodium channel model O: Open, I: Inactivated, C: Closed (L.A. Irvine, M.S. Jafri, and R.L.Winslow. Biophys J. 1999) Markov models consist of sets of 1st order ODEs Commonly, one channel description of a traditional Hodgkin-Huxley type cell model is substituted by an appropriate Markov model Recently, the inclusion of Markov models in newly developed models increased Bioeng 6460: Electrophysiology and Bioelectricity - Page 5

6 2-State Markov Model do dt = " C #$ O dc dt = $ O # " C O : Probability of channel is in open state C : Probability of channel is in closed state ",$ : Rate coefficients. Function of e.g. V m and ion concentration 1 0 Closed Open α β Bioeng 6460: Electrophysiology and Bioelectricity - Page 6

7 Markov Models for WT and 1795insD Cardiac Na Channels Wild-type Na channel 1795insD Na channel Background mode (normal) Burst mode (pathological) Clancy and Rudy. Circulation 2002;105: Bioeng 6460: Electrophysiology and Bioelectricity - Page 7

8 Timothy Syndrome Bioeng 6460: Electrophysiology and Bioelectricity - Page 8

9 Modeling of Calcium Channel Mutation: Timothy Syndrome Channel Modeling Differences of steady state inactivation between wild type (WT) and mutated channels Integration in Myocyte Model Prediction of course of transmembrane voltage in myocyte Changes dependent on % of mutated channels Significant increase of action potential duration (and intracellular calcium concentrations) Numerical optimization Bioeng 6460: Electrophysiology and Bioelectricity - Page 9

10 Calcium Channel Defect: Timothy Syndrome Significant reduction of voltagedependent inactivation of L-type calcium channels (Ca v 1.2) Characterization with electrophysiological studies in oocytes with normal (WT) and G406R Ca v 1.2 Prolonged QT time (LQT) in patient ECGs Ion channel Prediction of cellular behavior with electrophysiological model of WT and G406R Ca v 1.2 Ventricular myocyte (Splawski, Timothy, Decher, Kumar, Sachse, Pierson, Beggs, Sanguinetti, and Keating, PNAS, 2005) Bioeng 6460: Electrophysiology and Bioelectricity - Page 10 t [s]

11 Timothy Syndrome: Increased Risk Of Arrhythmia Protocol: Stimulus frequency of 3 Hz, pause Transmembranspannung [mv] Calciumkonzentration [nm] Spontaneous opening of sarcoplasmic release channel leads to delayed afterdepolarisation! Bioeng 6460: Electrophysiology and Bioelectricity - Page 11

12 Mutation of Slow Inward Rectifying K-Current I Ks WT KCNQ1 + KCNE1 50 % WT / 50 % mutation KCNQ1 with gain of function mutation + KCNE1 (S140G, V141M) Bioeng 6460: Electrophysiology and Bioelectricity - Page 12

13 Prediction of Ventricular and Atrial Myocyte Behavior Human ventricular myocyte at 1 Hz Modified Iyer-Mazhari-Winslow model APD - short QT syndrome high risk for sudden cardiac death (Hong, Piper, Diaz-Valdecantos, Brugada, Burashnikov, Santos de Soto, Grueso-Montero, Brugada, Sachse, Sanguinetti, and Brugada, Cardiovasc. Res., 2005) Human atrial myocyte at 1, 2, and 3 Hz WT Modified Courtemanche-Ramirez-Nattel model APD - facilitates atrial fibrillation (Seemann, Weiß, Sachse, and Dössel, Proc. CinC, 2004) WT/ S140G Bioeng 6460: Electrophysiology and Bioelectricity - Page 13

14 1st Order ODEs in Electrophysiological Models 1 Closed Open Extracellular ion 1-n α n Membrane V m Intracellular β n n 0 I m = I i + C m d dt V m do dt = " C #$ O dc dt = $ O # " C Bioeng 6460: Electrophysiology and Bioelectricity - Page 14

15 Numerical Solution of ODEs Procedure Discretization: "u "x # u # x Choose appropriate step length x: Distance between x n and x n+1 Step length determines numerical error Numerical Methods Euler Method Runge-Kutta Method 2. Order Runge-Kutta Method 4. Order Richardson-Extrapolation, Bulirsch-Stoer Method Predictor-Corrector Methods Bioeng 6460: Electrophysiology and Bioelectricity - Page 15

16 Euler Method " u " x = f x,u ( ) Finite Difference Approximation u n+1 # u n = f ( x x n+1 # x n,u n ) n hf( x n,u n ) u n+1 u n Rewrite x n x n+1 u n +1 = u n + h f ( x n,u n ) Bioeng 6460: Electrophysiology and Bioelectricity - Page 16 h

17 Euler Method: Example dv m dt = I stim (t) " 1 C m I ion (t,v m ) ion Finite Difference Approximation V m V n +1 " V n t n +1 " t n = I stim (t n ) " 1 C m I ion (t n,v n ) Rewrite $ V n+1 = V n + #t I stim (t n ) " 1 ' & I C ion (t n,v n ) % m ( Bioeng 6460: Electrophysiology and Bioelectricity - Page 17

18 Runge-Kutta Method 2nd Order " u " x = f x,u ( ) Discretization k 1 = hf( x,u n ) k 2 k 1 /2 u n+1 # k 2 = hf x n h,u n k & % 1( $ ' u n x n x n+1 Step h/2 h/2 u n+1 = u n + k 2 Bioeng 6460: Electrophysiology and Bioelectricity - Page 18

19 Runge-Kutta Method 2nd Order: Example dv m dt = I stim (t) " 1 C m I ion (t,v m ) ion Discretization V m $ k 1 = #t I stim (t n ) " 1 ' & I C ion (t n,v n )) % m ( $ k 2 = #t I stim (t n + h 2 ) " 1 I C ion (t n + h m 2,V n + k 1 & % 2 ) ' ) ( Step V n +1 = V n + k 2 Bioeng 6460: Electrophysiology and Bioelectricity - Page 19

20 Runge-Kutta Method 4th Order " u " x = f x,u ( ) Discretization k 1 = h f x,u n # $ # k 3 = hf x n h,u n k & % 2( $ ' k 4 = h f x n + h,u n + k 3 ( ) k 2 = hf% x n h,u + 1 n 2 k 1 ( ) & ( ' Step u n +1 = u n + k k k k 4 6 Bioeng 6460: Electrophysiology and Bioelectricity - Page 20

21 Runge-Kutta Method 4th Order: Example u n+1 k k k k 1 u n x n x n+1 h/2 h/2 Bioeng 6460: Electrophysiology and Bioelectricity - Page 21

22 Homework Analysis of electrophysiological model of a cardiac myocyte Before starting a project, read the following page completely Matlab code for Luo-Rudy 1991 model is available (only code for action potential generation and voltage clamp is necessary) Bioeng 6460: Electrophysiology and Bioelectricity - Page 22

23 Homework Work on your project individually Ask, if you should get stuck or something is unclear via to or Send reports with results via before 29. Sept to Include figures and data tables in text. The material should be sufficient to reconstruct results. Bioeng 6460: Electrophysiology and Bioelectricity - Page 23

24 Homework: Assignment 1 Action potentials only fire if the stimulus rises the transmembrane voltage above a threshold. Determine at least ten combinations of stimulus strength and duration that will just barely illicit a normal action potential and plot these value pairs (strength versus duration) in an X-Y graph. In one case, document in a sequence of overlay plots of the action potentials the progression from subthreshold response to a fully developed action potential as stimulus strength or duration rise. The Map_demo.m file provides a template that can be the starting point for this. What do these results tell you about how the (simulated) cell responds to stimulation? Bioeng 6460: Electrophysiology and Bioelectricity - Page 24

25 Homework: Assignment 2 In order to simulate the experiments performed out by Hodgkin and Huxley on the nerve axon, carry out a set of simulations in which you systematically alter the concentration gradient of sodium (use reasonable values, holding the intracellular concentration constant) and observe the effects on action potential shape and amplitude. Why does the action potential not disappear completely even when the sodium gradient approaches zero? What is providing the inward current in this case? Bioeng 6460: Electrophysiology and Bioelectricity - Page 25

26 Homework: Assignment 3 We discussed briefly in class the need to select a fine enough time resolution for the simulations in order to capture the dynamics of the membrane. With this exercise, we will investigate the effect of the time step on the generation of action potentials with the model. Starting from the existing Map.m file, create a new version that permits you to adjust the time step parameters, starting with the maximum and minimum values. Then manipulate the algorithm used for setting the adjustable time step in whatever ways you can think of and observe the results. Bioeng 6460: Electrophysiology and Bioelectricity - Page 26

27 Summary Recapitulation Electrical Modeling of Membranes Cardiac Myocyte Models Modeling of Diseases Numerical Solution Homework Bioeng 6460: Electrophysiology and Bioelectricity - Page 27

Electrophysiological Modeling of Membranes and Cells

Electrophysiological Modeling of Membranes and Cells Bioeng 6460 Electrophysiology and Bioelectricity Electrophysiological Modeling of Membranes and Cells Frank B. Sachse fs@cvrti.utah.edu Overview Motivation and Principles Electrical Modeling of Membranes

More information

Modeling. EC-Coupling and Contraction

Modeling. EC-Coupling and Contraction Bioeng 6460 Electrophysiology and Bioelectricity Modeling of EC-Coupling and Contraction Frank B. Sachse fs@cvrti.utah.edu Overview Recapitulation Group Work Excitation-Contraction Coupling Hill s Muscle

More information

Computer Science Department Technical Report. University of California. Los Angeles, CA

Computer Science Department Technical Report. University of California. Los Angeles, CA Computer Science Department Technical Report University of California Los Angeles, CA 995-1596 COMPUTER SIMULATION OF THE JAFRI-WINSLOW ACTION POTENTIAL MODEL Sergey Y. Chernyavskiy November 1998 Boris

More information

CSD-TR R. Samade, B. Kogan

CSD-TR R. Samade, B. Kogan The properties of the cardiac cell mathematical model with a Markovian representation of potassium channel gating processes under high pacing rate (Computer simulation study) CSD-TR040007 R. Samade, B.

More information

Simulation of Cardiac Action Potentials Background Information

Simulation of Cardiac Action Potentials Background Information Simulation of Cardiac Action Potentials Background Information Rob MacLeod and Quan Ni February 7, 2 Introduction The goal of assignments related to this document is to experiment with a numerical simulation

More information

Lecture Notes 8C120 Inleiding Meten en Modelleren. Cellular electrophysiology: modeling and simulation. Nico Kuijpers

Lecture Notes 8C120 Inleiding Meten en Modelleren. Cellular electrophysiology: modeling and simulation. Nico Kuijpers Lecture Notes 8C2 Inleiding Meten en Modelleren Cellular electrophysiology: modeling and simulation Nico Kuijpers nico.kuijpers@bf.unimaas.nl February 9, 2 2 8C2 Inleiding Meten en Modelleren Extracellular

More information

Cellular Electrophysiology and Biophysics

Cellular Electrophysiology and Biophysics BIOEN 6003 Cellular Electrophysiology and Biophysics Modeling of Force Development in Myocytes II Frank B. Sachse, University of Utah Overview Experimental Studies Sliding Filament Theory Group work Excitation-Contraction

More information

6.3.4 Action potential

6.3.4 Action potential I ion C m C m dφ dt Figure 6.8: Electrical circuit model of the cell membrane. Normally, cells are net negative inside the cell which results in a non-zero resting membrane potential. The membrane potential

More information

Basic mechanisms of arrhythmogenesis and antiarrhythmia

Basic mechanisms of arrhythmogenesis and antiarrhythmia EHRA EDUCATIONAL REVIEW AND PREPARATORY COURSE ON INVASIVE CARDIAC ELECTROPHYSIOLOGY EUROPEAN HEART HOUSE, February 2011 Basic mechanisms of arrhythmogenesis and antiarrhythmia Antonio Zaza Università

More information

A note on discontinuous rate functions for the gate variables in mathematical models of cardiac cells

A note on discontinuous rate functions for the gate variables in mathematical models of cardiac cells Procedia Computer Science (2) (22) 6 945 95 Procedia Computer Science www.elsevier.com/locate/procedia International Conference on Computational Science ICCS 2 A note on discontinuous rate functions for

More information

Ionic Charge Conservation and Long-Term Steady State in the Luo Rudy Dynamic Cell Model

Ionic Charge Conservation and Long-Term Steady State in the Luo Rudy Dynamic Cell Model 3324 Biophysical Journal Volume 81 December 2001 3324 3331 Ionic Charge Conservation and Long-Term Steady State in the Luo Rudy Dynamic Cell Model Thomas J. Hund,* Jan P. Kucera,* Niels F. Otani,* and

More information

Ionic mechanisms underlying human atrial action potential properties: insights from a mathematical model

Ionic mechanisms underlying human atrial action potential properties: insights from a mathematical model Ionic mechanisms underlying human atrial action potential properties: insights from a mathematical model MARC COURTEMANCHE, 1,2 RAFAEL J. RAMIREZ, 1 AND STANLEY NATTEL 1,3,4 1 Research Center, Montreal

More information

Membrane Potentials, Action Potentials, and Synaptic Transmission. Membrane Potential

Membrane Potentials, Action Potentials, and Synaptic Transmission. Membrane Potential Cl Cl - - + K + K+ K + K Cl - 2/2/15 Membrane Potentials, Action Potentials, and Synaptic Transmission Core Curriculum II Spring 2015 Membrane Potential Example 1: K +, Cl - equally permeant no charge

More information

لجنة الطب البشري رؤية تنير دروب تميزكم

لجنة الطب البشري رؤية تنير دروب تميزكم 1) Hyperpolarization phase of the action potential: a. is due to the opening of voltage-gated Cl channels. b. is due to prolonged opening of voltage-gated K + channels. c. is due to closure of the Na +

More information

Parameters for Minimal Model of Cardiac Cell from Two Different Methods: Voltage-Clamp and MSE Method

Parameters for Minimal Model of Cardiac Cell from Two Different Methods: Voltage-Clamp and MSE Method Parameters for Minimal Model of Cardiac Cell from Two Different Methods: oltage-clamp and MSE Method Soheila Esmaeili 1, * and Bahareh beheshti 1 Department of Biomedical engineering, ran University of

More information

Introduction to electrophysiology. Dr. Tóth András

Introduction to electrophysiology. Dr. Tóth András Introduction to electrophysiology Dr. Tóth András Topics Transmembran transport Donnan equilibrium Resting potential Ion channels Local and action potentials Intra- and extracellular propagation of the

More information

Master Thesis. Modelling the Effects of Dofetilide on I Kr Channel Activation using a Markov Model Approach L. Ramekers

Master Thesis. Modelling the Effects of Dofetilide on I Kr Channel Activation using a Markov Model Approach L. Ramekers Master Thesis Modelling the Effects of Dofetilide on I Kr Channel Activation using a Markov Model Approach L. Ramekers Supervisors: Dr. R.L. Westra J. Heijman MSc Maastricht University Faculty of Humanities

More information

Computational Modeling of the Cardiovascular and Neuronal System

Computational Modeling of the Cardiovascular and Neuronal System BIOEN 6900 Computational Modeling of the Cardiovascular and Neuronal System Modeling of Force Development in Myocytes Overview Recapitulation Modeling of Conduction Modeling of Force in Skeletal Muscle

More information

Chapter 2 Basic Cardiac Electrophysiology: Excitable Membranes

Chapter 2 Basic Cardiac Electrophysiology: Excitable Membranes Chapter Basic Cardiac Electrophysiology: Excitable Membranes Deborah A. Jaye, Yong-Fu Xiao, and Daniel C. Sigg Abstract Cardiomyocytes are excitable cells that have the ability to contract after excitation;

More information

Modeling. EC-Coupling and Contraction

Modeling. EC-Coupling and Contraction Bioeng 6460 Electrophysiology and Bioelectricity Modeling of EC-Coupling and Contraction Frank B. Sachse fs@cvrti.utah.edu Overview Quiz Excitation-Contraction Coupling Anatomy Cross Bridge Binding Coupling

More information

All-or-None Principle and Weakness of Hodgkin-Huxley Mathematical Model

All-or-None Principle and Weakness of Hodgkin-Huxley Mathematical Model All-or-None Principle and Weakness of Hodgkin-Huxley Mathematical Model S. A. Sadegh Zadeh, C. Kambhampati International Science Index, Mathematical and Computational Sciences waset.org/publication/10008281

More information

Voltage-clamp and Hodgkin-Huxley models

Voltage-clamp and Hodgkin-Huxley models Voltage-clamp and Hodgkin-Huxley models Read: Hille, Chapters 2-5 (best) Koch, Chapters 6, 8, 9 See also Clay, J. Neurophysiol. 80:903-913 (1998) (for a recent version of the HH squid axon model) Rothman

More information

BIOELECTRIC PHENOMENA

BIOELECTRIC PHENOMENA Chapter 11 BIOELECTRIC PHENOMENA 11.3 NEURONS 11.3.1 Membrane Potentials Resting Potential by separation of charge due to the selective permeability of the membrane to ions From C v= Q, where v=60mv and

More information

Voltage-clamp and Hodgkin-Huxley models

Voltage-clamp and Hodgkin-Huxley models Voltage-clamp and Hodgkin-Huxley models Read: Hille, Chapters 2-5 (best Koch, Chapters 6, 8, 9 See also Hodgkin and Huxley, J. Physiol. 117:500-544 (1952. (the source Clay, J. Neurophysiol. 80:903-913

More information

2013 NSF-CMACS Workshop on Atrial Fibrillation

2013 NSF-CMACS Workshop on Atrial Fibrillation 2013 NSF-CMACS Workshop on A Atrial Fibrillation Flavio H. Fenton School of Physics Georgia Institute of Technology, Atlanta, GA and Max Planck Institute for Dynamics and Self-organization, Goettingen,

More information

Introduction to electrophysiology 1. Dr. Tóth András

Introduction to electrophysiology 1. Dr. Tóth András Introduction to electrophysiology 1. Dr. Tóth András Topics Transmembran transport Donnan equilibrium Resting potential Ion channels Local and action potentials Intra- and extracellular propagation of

More information

Biomedical Instrumentation

Biomedical Instrumentation ELEC ENG 4BD4: Biomedical Instrumentation Lecture 5 Bioelectricity 1. INTRODUCTION TO BIOELECTRICITY AND EXCITABLE CELLS Historical perspective: Bioelectricity first discovered by Luigi Galvani in 1780s

More information

Neural Modeling and Computational Neuroscience. Claudio Gallicchio

Neural Modeling and Computational Neuroscience. Claudio Gallicchio Neural Modeling and Computational Neuroscience Claudio Gallicchio 1 Neuroscience modeling 2 Introduction to basic aspects of brain computation Introduction to neurophysiology Neural modeling: Elements

More information

Quantitative Electrophysiology

Quantitative Electrophysiology ECE 795: Quantitative Electrophysiology Notes for Lecture #1 Tuesday, September 18, 2012 1. INTRODUCTION TO EXCITABLE CELLS Historical perspective: Bioelectricity first discovered by Luigi Galvani in 1780s

More information

Biophysical Journal Volume 89 October

Biophysical Journal Volume 89 October Biophysical Journal Volume 89 October 2005 2865 2887 2865 Dynamical Mechanisms of Pacemaker Generation in I K1 -Downregulated Human Ventricular Myocytes: Insights from Bifurcation Analyses of a Mathematical

More information

Quantitative Electrophysiology

Quantitative Electrophysiology ECE 795: Quantitative Electrophysiology Notes for Lecture #1 Wednesday, September 13, 2006 1. INTRODUCTION TO EXCITABLE CELLS Historical perspective: Bioelectricity first discovered by Luigi Galvani in

More information

Peripheral Nerve II. Amelyn Ramos Rafael, MD. Anatomical considerations

Peripheral Nerve II. Amelyn Ramos Rafael, MD. Anatomical considerations Peripheral Nerve II Amelyn Ramos Rafael, MD Anatomical considerations 1 Physiologic properties of the nerve Irritability of the nerve A stimulus applied on the nerve causes the production of a nerve impulse,

More information

Cellular Electrophysiology. Cardiac Electrophysiology

Cellular Electrophysiology. Cardiac Electrophysiology Part 1: Resting and Action Potentials Cardiac Electrophysiology Theory Simulation Experiment Scale The membrane: structure, channels and gates The cell: resting potential, whole cell currents, cardiac

More information

Deconstructing Actual Neurons

Deconstructing Actual Neurons 1 Deconstructing Actual Neurons Richard Bertram Department of Mathematics and Programs in Neuroscience and Molecular Biophysics Florida State University Tallahassee, Florida 32306 Reference: The many ionic

More information

Reproducing Cardiac Restitution Properties Using the Fenton Karma Membrane Model

Reproducing Cardiac Restitution Properties Using the Fenton Karma Membrane Model Annals of Biomedical Engineering, Vol. 33, No. 7, July 2005 ( 2005) pp. 907 911 DOI: 10.1007/s10439-005-3948-3 Reproducing Cardiac Restitution Properties Using the Fenton Karma Membrane Model ROBERT A.

More information

Dynamic Systems: Ordinary Differential Equations. Ordinary Differential Equations

Dynamic Systems: Ordinary Differential Equations. Ordinary Differential Equations Dynamic Systems: Ordinary Differential Equations Adapted From: Numerical Methods in Biomedical Engineering Stanley M. Dunn, Alkis Constantinides, Prabhas V. Moghe Chapter 7 Kim Ferlin and John Fisher Ordinary

More information

Effects of Betaxolol on Hodgkin-Huxley Model of Tiger Salamander Retinal Ganglion Cell

Effects of Betaxolol on Hodgkin-Huxley Model of Tiger Salamander Retinal Ganglion Cell Effects of Betaxolol on Hodgkin-Huxley Model of Tiger Salamander Retinal Ganglion Cell 1. Abstract Matthew Dunlevie Clement Lee Indrani Mikkilineni mdunlevi@ucsd.edu cll008@ucsd.edu imikkili@ucsd.edu Isolated

More information

Dynamical Systems for Biology - Excitability

Dynamical Systems for Biology - Excitability Dynamical Systems for Biology - Excitability J. P. Keener Mathematics Department Dynamical Systems for Biology p.1/25 Examples of Excitable Media B-Z reagent CICR (Calcium Induced Calcium Release) Nerve

More information

3-dimensional simulation of long QT syndrome: early afterdepolarizations and reentry Ray Huffaker, Boris Kogan

3-dimensional simulation of long QT syndrome: early afterdepolarizations and reentry Ray Huffaker, Boris Kogan 3-dimensional simulation of long QT syndrome: early afterdepolarizations and reentry Ray Huffaker, Boris Kogan Abstract Early afterdepolarizations (EADs), thought to be highly arrhythmogenic in the case

More information

In-Silico Modeling of Glycosylation Modulation Dynamics in K+ Ion Channels and Cardiac Signaling

In-Silico Modeling of Glycosylation Modulation Dynamics in K+ Ion Channels and Cardiac Signaling In-Silico Modeling of Glycosylation Modulation Dynamics in K+ Ion Channels and Cardiac Signaling Dongping Du, Hui Yang Industrial and Management Systems Engineering Andrew R. Ednie, Eric S. Bennett Molecular

More information

ACTION POTENTIAL. Dr. Ayisha Qureshi Professor MBBS, MPhil

ACTION POTENTIAL. Dr. Ayisha Qureshi Professor MBBS, MPhil ACTION POTENTIAL Dr. Ayisha Qureshi Professor MBBS, MPhil DEFINITIONS: Stimulus: A stimulus is an external force or event which when applied to an excitable tissue produces a characteristic response. Subthreshold

More information

Characterization of cardiac I Ks channel gating using voltage clamp fluorometry. Jeremiah D. Osteen

Characterization of cardiac I Ks channel gating using voltage clamp fluorometry. Jeremiah D. Osteen Characterization of cardiac I Ks channel gating using voltage clamp fluorometry Jeremiah D. Osteen Submitted in partial fulfillment of the requirements for the degree of Doctor of Philosophy in the Graduate

More information

Resting membrane potential,

Resting membrane potential, Resting membrane potential Inside of each cell is negative as compared with outer surface: negative resting membrane potential (between -30 and -90 mv) Examination with microelectrode (Filled with KCl

More information

Decoding. How well can we learn what the stimulus is by looking at the neural responses?

Decoding. How well can we learn what the stimulus is by looking at the neural responses? Decoding How well can we learn what the stimulus is by looking at the neural responses? Two approaches: devise explicit algorithms for extracting a stimulus estimate directly quantify the relationship

More information

MEMBRANE POTENTIALS AND ACTION POTENTIALS:

MEMBRANE POTENTIALS AND ACTION POTENTIALS: University of Jordan Faculty of Medicine Department of Physiology & Biochemistry Medical students, 2017/2018 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Review: Membrane physiology

More information

Lecture 10 : Neuronal Dynamics. Eileen Nugent

Lecture 10 : Neuronal Dynamics. Eileen Nugent Lecture 10 : Neuronal Dynamics Eileen Nugent Origin of the Cells Resting Membrane Potential: Nernst Equation, Donnan Equilbrium Action Potentials in the Nervous System Equivalent Electrical Circuits and

More information

Sample HHSim Exercises

Sample HHSim Exercises I. Equilibrium Potential II. Membrane Potential III. The Action Potential IV. The Fast Sodium Channel V. The Delayed Rectifier VI. Voltage-Gated Channel Parameters Part I: Equilibrium Potential Sample

More information

2.6 The Membrane Potential

2.6 The Membrane Potential 2.6: The Membrane Potential 51 tracellular potassium, so that the energy stored in the electrochemical gradients can be extracted. Indeed, when this is the case experimentally, ATP is synthesized from

More information

LESSON 2.2 WORKBOOK How do our axons transmit electrical signals?

LESSON 2.2 WORKBOOK How do our axons transmit electrical signals? LESSON 2.2 WORKBOOK How do our axons transmit electrical signals? This lesson introduces you to the action potential, which is the process by which axons signal electrically. In this lesson you will learn

More information

Introduction to cardiac electrophysiology 1. Dr. Tóth András 2018

Introduction to cardiac electrophysiology 1. Dr. Tóth András 2018 Introduction to cardiac electrophysiology 1. Dr. Tóth ndrás 2018 Topics Transmembran transport Donnan equilibrium Resting potential 1 Transmembran transport Major types of transmembran transport J: net

More information

Bo Deng University of Nebraska-Lincoln UNL Math Biology Seminar

Bo Deng University of Nebraska-Lincoln UNL Math Biology Seminar Mathematical Model of Neuron Bo Deng University of Nebraska-Lincoln UNL Math Biology Seminar 09-10-2015 Review -- One Basic Circuit By Kirchhoff's Current Law 0 = I C + I R + I L I ext By Kirchhoff s Voltage

More information

Action potentials. Conductances channels

Action potentials. Conductances channels Action potentials Conductances channels Cole and Curtis AC Wheatstone bridge resistance decreased during action potential R1 & R2 divide one path, Rv (variable) and Ru divide the other Galvanometer between

More information

Single-Compartment Neural Models

Single-Compartment Neural Models Single-Compartment Neural Models BENG/BGGN 260 Neurodynamics University of California, San Diego Week 2 BENG/BGGN 260 Neurodynamics (UCSD) Single-Compartment Neural Models Week 2 1 / 18 Reading Materials

More information

APPM 2360 Project 3 Mathematical Investigation of Cardiac Dynamics

APPM 2360 Project 3 Mathematical Investigation of Cardiac Dynamics APPM 2360 Project 3 Mathematical Investigation of Cardiac Dynamics Due: Thursday, December 6, 2018 by 4:59 p.m. Submit as a PDF to Assignments on Canvas 1 Introduction Cardiac Arrhythmia, or irregular

More information

Channels can be activated by ligand-binding (chemical), voltage change, or mechanical changes such as stretch.

Channels can be activated by ligand-binding (chemical), voltage change, or mechanical changes such as stretch. 1. Describe the basic structure of an ion channel. Name 3 ways a channel can be "activated," and describe what occurs upon activation. What are some ways a channel can decide what is allowed to pass through?

More information

On Parameter Estimation for Neuron Models

On Parameter Estimation for Neuron Models On Parameter Estimation for Neuron Models Abhijit Biswas Department of Mathematics Temple University November 30th, 2017 Abhijit Biswas (Temple University) On Parameter Estimation for Neuron Models November

More information

5.4 Modelling ensembles of voltage-gated ion channels

5.4 Modelling ensembles of voltage-gated ion channels 5.4 MODELLING ENSEMBLES 05 to as I g (Hille, 200). Gating currents tend to be much smaller than the ionic currents flowing through the membrane. In order to measure gating current, the ionic current is

More information

3.3 Simulating action potentials

3.3 Simulating action potentials 6 THE HODGKIN HUXLEY MODEL OF THE ACTION POTENTIAL Fig. 3.1 Voltage dependence of rate coefficients and limiting values and time constants for the Hodgkin Huxley gating variables. (a) Graphs of forward

More information

Automatic Validation and Optimisation of Biological Models

Automatic Validation and Optimisation of Biological Models Automatic Validation and Optimisation of Biological Models Jonathan Cooper St John s College Computational Biology Research Group Computing Laboratory University of Oxford Trinity Term 2008 This thesis

More information

Physiology Unit 2. MEMBRANE POTENTIALS and SYNAPSES

Physiology Unit 2. MEMBRANE POTENTIALS and SYNAPSES Physiology Unit 2 MEMBRANE POTENTIALS and SYNAPSES Neuron Communication Neurons are stimulated by receptors on dendrites and cell bodies (soma) Ligand gated ion channels GPCR s Neurons stimulate cells

More information

Lecture 2. Excitability and ionic transport

Lecture 2. Excitability and ionic transport Lecture 2 Excitability and ionic transport Selective membrane permeability: The lipid barrier of the cell membrane and cell membrane transport proteins Chemical compositions of extracellular and intracellular

More information

Characterizing rate-dependent effects of state-specific sodium channel blockers using idealized models

Characterizing rate-dependent effects of state-specific sodium channel blockers using idealized models Characterizing rate-dependent effects of state-specific sodium channel blockers using idealized models Abstract Increased propensity for arrhythmias is a well-documented but not well understood side-effect

More information

me239 mechanics of the cell me239 mechanics of the cell - final projects 4 6 mechanotransduction downloadable layout file from coursework

me239 mechanics of the cell me239 mechanics of the cell - final projects 4 6 mechanotransduction downloadable layout file from coursework 6 mechanotransduction downloadable layout file from coursework wong, goktepe, kuhl [2010] me239 mechanics of the cell 1 me239 mechanics of the cell - final projects 2 downloadable sample project downloadable

More information

Nerve Signal Conduction. Resting Potential Action Potential Conduction of Action Potentials

Nerve Signal Conduction. Resting Potential Action Potential Conduction of Action Potentials Nerve Signal Conduction Resting Potential Action Potential Conduction of Action Potentials Resting Potential Resting neurons are always prepared to send a nerve signal. Neuron possesses potential energy

More information

6 Mechanotransduction. rotation

6 Mechanotransduction. rotation rotation inflow outflow Figure 6.3: Circumferential and uniaxial flow devices applying shear stress to the cell culture. They are stimulated through a circumferential fluid flow generating by a rotating

More information

Neurophysiology. Danil Hammoudi.MD

Neurophysiology. Danil Hammoudi.MD Neurophysiology Danil Hammoudi.MD ACTION POTENTIAL An action potential is a wave of electrical discharge that travels along the membrane of a cell. Action potentials are an essential feature of animal

More information

SUPPLEMENTARY INFORMATION

SUPPLEMENTARY INFORMATION SUPPLEMENTARY INFORMATION Supplementary Figure S1. Pulses >3mJ reduce membrane resistance in HEK cells. Reversal potentials in a representative cell for IR-induced currents with laser pulses of 0.74 to

More information

LIMIT CYCLE OSCILLATORS

LIMIT CYCLE OSCILLATORS MCB 137 EXCITABLE & OSCILLATORY SYSTEMS WINTER 2008 LIMIT CYCLE OSCILLATORS The Fitzhugh-Nagumo Equations The best example of an excitable phenomenon is the firing of a nerve: according to the Hodgkin

More information

Physiology Unit 2. MEMBRANE POTENTIALS and SYNAPSES

Physiology Unit 2. MEMBRANE POTENTIALS and SYNAPSES Physiology Unit 2 MEMBRANE POTENTIALS and SYNAPSES In Physiology Today Ohm s Law I = V/R Ohm s law: the current through a conductor between two points is directly proportional to the voltage across the

More information

Particles with opposite charges (positives and negatives) attract each other, while particles with the same charge repel each other.

Particles with opposite charges (positives and negatives) attract each other, while particles with the same charge repel each other. III. NEUROPHYSIOLOGY A) REVIEW - 3 basic ideas that the student must remember from chemistry and physics: (i) CONCENTRATION measure of relative amounts of solutes in a solution. * Measured in units called

More information

Role of the Na -Ca 2 Exchanger as an Alternative Trigger of CICR in Mammalian Cardiac Myocytes

Role of the Na -Ca 2 Exchanger as an Alternative Trigger of CICR in Mammalian Cardiac Myocytes Biophysical Journal Volume 82 March 2002 1483 1496 1483 Role of the Na -Ca 2 Exchanger as an Alternative Trigger of CICR in Mammalian Cardiac Myocytes Chunlei Han, Pasi Tavi, and Matti Weckström Department

More information

Math 345 Intro to Math Biology Lecture 20: Mathematical model of Neuron conduction

Math 345 Intro to Math Biology Lecture 20: Mathematical model of Neuron conduction Math 345 Intro to Math Biology Lecture 20: Mathematical model of Neuron conduction Junping Shi College of William and Mary November 8, 2018 Neuron Neurons Neurons are cells in the brain and other subsystems

More information

9.01 Introduction to Neuroscience Fall 2007

9.01 Introduction to Neuroscience Fall 2007 MIT OpenCourseWare http://ocw.mit.edu 9.01 Introduction to Neuroscience Fall 2007 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. 9.01 Recitation (R02)

More information

Introduction and the Hodgkin-Huxley Model

Introduction and the Hodgkin-Huxley Model 1 Introduction and the Hodgkin-Huxley Model Richard Bertram Department of Mathematics and Programs in Neuroscience and Molecular Biophysics Florida State University Tallahassee, Florida 32306 Reference:

More information

Membrane Currents in Mammalian Ventricular Heart Muscle Fibers Using a Voltage-Clamp Technique

Membrane Currents in Mammalian Ventricular Heart Muscle Fibers Using a Voltage-Clamp Technique Membrane Currents in Mammalian Ventricular Heart Muscle Fibers Using a Voltage-Clamp Technique GERHARD GIEBISCH and SILVIO WEIDMANN From the Department of Physiology, University of Berne, Berne, Switzerland.

More information

COGNITIVE SCIENCE 107A

COGNITIVE SCIENCE 107A COGNITIVE SCIENCE 107A Electrophysiology: Electrotonic Properties 2 Jaime A. Pineda, Ph.D. The Model Neuron Lab Your PC/CSB115 http://cogsci.ucsd.edu/~pineda/cogs107a/index.html Labs - Electrophysiology

More information

Phys498BIO; Prof. Paul Selvin Hw #9 Assigned Wed. 4/18/12: Due 4/25/08

Phys498BIO; Prof. Paul Selvin Hw #9 Assigned Wed. 4/18/12: Due 4/25/08 1. Ionic Movements Across a Permeable Membrane: The Nernst Potential. In class we showed that if a non-permeable membrane separates a solution with high [KCl] from a solution with low [KCl], the net charge

More information

9 Generation of Action Potential Hodgkin-Huxley Model

9 Generation of Action Potential Hodgkin-Huxley Model 9 Generation of Action Potential Hodgkin-Huxley Model (based on chapter 2, W.W. Lytton, Hodgkin-Huxley Model) 9. Passive and active membrane models In the previous lecture we have considered a passive

More information

Membrane Physiology. Dr. Hiwa Shafiq Oct-18 1

Membrane Physiology. Dr. Hiwa Shafiq Oct-18 1 Membrane Physiology Dr. Hiwa Shafiq 22-10-2018 29-Oct-18 1 Chemical compositions of extracellular and intracellular fluids. 29-Oct-18 2 Transport through the cell membrane occurs by one of two basic processes:

More information

Mathematical Foundations of Neuroscience - Lecture 3. Electrophysiology of neurons - continued

Mathematical Foundations of Neuroscience - Lecture 3. Electrophysiology of neurons - continued Mathematical Foundations of Neuroscience - Lecture 3. Electrophysiology of neurons - continued Filip Piękniewski Faculty of Mathematics and Computer Science, Nicolaus Copernicus University, Toruń, Poland

More information

Biological Modeling of Neural Networks

Biological Modeling of Neural Networks Week 4 part 2: More Detail compartmental models Biological Modeling of Neural Networks Week 4 Reducing detail - Adding detail 4.2. Adding detail - apse -cable equat Wulfram Gerstner EPFL, Lausanne, Switzerland

More information

Recovery dynamics of the Fenton-Karma membrane model and their implications for modeling pharmacologically-induced atrial fibrillation

Recovery dynamics of the Fenton-Karma membrane model and their implications for modeling pharmacologically-induced atrial fibrillation Recovery dynamics of the Fenton-Karma membrane model and their implications for modeling pharmacologically-induced atrial fibrillation Matt Gonzales Department of Bioengineering University of California,

More information

Electrophysiology of the neuron

Electrophysiology of the neuron School of Mathematical Sciences G4TNS Theoretical Neuroscience Electrophysiology of the neuron Electrophysiology is the study of ionic currents and electrical activity in cells and tissues. The work of

More information

Ordinary Differential Equations. Monday, October 10, 11

Ordinary Differential Equations. Monday, October 10, 11 Ordinary Differential Equations Monday, October 10, 11 Problems involving ODEs can always be reduced to a set of first order differential equations. For example, By introducing a new variable z, this can

More information

Introduction to electrophysiology 1. Dr. Tóth András

Introduction to electrophysiology 1. Dr. Tóth András Introduction to electrophysiology 1. Dr. Tóth András Today topics Transmembran transport Donnan equilibrium Resting potential Level of significance Entry level (even under 6) Student level (for most of

More information

Topics in Neurophysics

Topics in Neurophysics Topics in Neurophysics Alex Loebel, Martin Stemmler and Anderas Herz Exercise 2 Solution (1) The Hodgkin Huxley Model The goal of this exercise is to simulate the action potential according to the model

More information

Compositionality Results for Cardiac Cell Dynamics

Compositionality Results for Cardiac Cell Dynamics Compositionality Results for Cardiac Cell Dynamics Radu Grosu Stony Brook University ienna University of Technology Joint work with: Md. Ariful Islam, Abhishek Murthy, Antoine Girard, and Scott A. Smolka

More information

Modeling action potential generation and propagation in NRK fibroblasts

Modeling action potential generation and propagation in NRK fibroblasts Am J Physiol Cell Physiol 287: C851 C865, 2004. First published May 12, 2004; 10.1152/ajpcell.00220.2003. Modeling action potential generation and propagation in NRK fibroblasts J. J. Torres, 1,2 L. N.

More information

Computational simulation of the heart Edmund Altman 2010/2011

Computational simulation of the heart Edmund Altman 2010/2011 Computational simulation of the heart Edmund Altman 2010/2011 The candidate confirms that the work submitted is their own and the appropriate credit has been given where reference has been made to the

More information

AD-" IONIC BASIS OF POTENTIAL REGULATION(U) BAYLOR COLLO / U U ijejmedicine L HOUSTON TX DEPT OF PHYSIOLOGY AND MOLECULAR 7 MEEE"..

AD- IONIC BASIS OF POTENTIAL REGULATION(U) BAYLOR COLLO / U U ijejmedicine L HOUSTON TX DEPT OF PHYSIOLOGY AND MOLECULAR 7 MEEE.. AD-"19 459 IONIC BASIS OF POTENTIAL REGULATION(U) BAYLOR COLLO / U U ijejmedicine L HOUSTON TX DEPT OF PHYSIOLOGY AND MOLECULAR 7 MEEE"..,E NCLA SIFIE BIOPHYSIC S D C CHANG 6 i N 1988 Neg@14-85-K-6424

More information

Physiology Coloring Book: Panels 29, 32, 33,

Physiology Coloring Book: Panels 29, 32, 33, ELEC4623/ELEC9734: Semester 2, 2009 Dr Stephen Redmond School of Electrical Engineering & Telecommunications Email: s.redmond@unsw.edu.au Ph: 9385 6101 Rm: 458, ELECENG (G17) Physiology Coloring Book:

More information

Introduction to Physiology V - Coupling and Propagation

Introduction to Physiology V - Coupling and Propagation Introduction to Physiology V - Coupling and Propagation J. P. Keener Mathematics Department Coupling and Propagation p./33 Spatially Extended Excitable Media Neurons and axons Coupling and Propagation

More information

ACTION POTENTIAL SIMULATION OF THE HIRUDO MEDICINALIS S RETZIUS CELL IN MATLAB. A Thesis. presented to

ACTION POTENTIAL SIMULATION OF THE HIRUDO MEDICINALIS S RETZIUS CELL IN MATLAB. A Thesis. presented to ACTION POTENTIAL SIMULATION OF THE HIRUDO MEDICINALIS S RETZIUS CELL IN MATLAB A Thesis presented to the Faculty of California Polytechnic State University, San Luis Obispo In Partial Fulfillment of the

More information

Transmission of Nerve Impulses (see Fig , p. 403)

Transmission of Nerve Impulses (see Fig , p. 403) How a nerve impulse works Transmission of Nerve Impulses (see Fig. 12.13, p. 403) 1. At Rest (Polarization) outside of neuron is positively charged compared to inside (sodium ions outside, chloride and

More information

A differential model of controlled cardiac pacemaker cell

A differential model of controlled cardiac pacemaker cell A differential model of controlled cardiac pacemaker cell Karima Djabella, Michel Sorine To cite this version: Karima Djabella, Michel Sorine. A differential model of controlled cardiac pacemaker cell.

More information

Action Potentials & Nervous System. Bio 219 Napa Valley College Dr. Adam Ross

Action Potentials & Nervous System. Bio 219 Napa Valley College Dr. Adam Ross Action Potentials & Nervous System Bio 219 Napa Valley College Dr. Adam Ross Review: Membrane potentials exist due to unequal distribution of charge across the membrane Concentration gradients drive ion

More information

Slide 1. Slide 2. Membrane Transport Mechanisms II and the Nerve Action Potential. Epithelia

Slide 1. Slide 2. Membrane Transport Mechanisms II and the Nerve Action Potential. Epithelia Slide 1 Membrane Transport Mechanisms II and the Nerve Action Potential Slide 2 Apical Basolateral Epithelia Microvilli Tight junction Basal Lamina Lie on a sheet of connective tissue (basal lamina) Tight

More information

Nervous System Organization

Nervous System Organization The Nervous System Nervous System Organization Receptors respond to stimuli Sensory receptors detect the stimulus Motor effectors respond to stimulus Nervous system divisions Central nervous system Command

More information

Lecture 11 : Simple Neuron Models. Dr Eileen Nugent

Lecture 11 : Simple Neuron Models. Dr Eileen Nugent Lecture 11 : Simple Neuron Models Dr Eileen Nugent Reading List Nelson, Biological Physics, Chapter 12 Phillips, PBoC, Chapter 17 Gerstner, Neuronal Dynamics: from single neurons to networks and models

More information

Asymptotic approximation of an ionic model for cardiac restitution

Asymptotic approximation of an ionic model for cardiac restitution Asymptotic approximation of an ionic model for cardiac restitution David G. Schaeffer,3, Wenjun Ying 2, and Xiaopeng Zhao 2,3 Department of Mathematics and 2 Biomedical Engineering and 3 Center for Nonlinear

More information