vgcc_plot

command
v2.0.0-dev0.0.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 22, 2024 License: BSD-3-Clause Imports: 8 Imported by: 0

README

VGCC: Voltage-gated Calcium Channels

This plots the VGCC current function, which is an L-type Ca channel that opens as a function of membrane potential. It tends to broaden the effect of action potential spikes in the dendrites.

G(vm) = -vm / (1 - exp(0.0756 * vm))
M(vm) = 1 / (1 + exp(-(vm + 37)))     // Tau = 3.6 msec
H(vm) = 1 / (1 + exp((vm + 41) * 2))  // Tau = 29 msec
VGCC(vm) = M^3 H * G(vm)

M and H gating from V

The intersection of M and H produces a very narrow membrane potential window centered around -40 mV where the gates are both activated, with the fast updating (3.6 msec tau) and cubic dependence on M essentially shutting off the current very quickly when the action potential goes away. The longer H time constant provides a slow adaptation-like dynamic that is sensitive to frequency (more adaptation at higher frequencies).

M and H over time

The Time Run plot (above) shows these dynamics playing out with a sequence of spiking.

Functionally, the narrow voltage window restricts the significance of this channel to the peri-spiking time window, where the Ca++ influx provides a bit of extra sustain on the trailing edge of the spike. More importantly, the Ca++ provides a postsynaptic-only spiking signal for learning.

Documentation

Overview

vgcc_plot plots an equation updating over time in a table.Table and PlotView.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL