JoVE Logo

Sign In

A subscription to JoVE is required to view this content. Sign in or start your free trial.

In This Article

  • Summary
  • Abstract
  • Introduction
  • Protocol
  • Results
  • Discussion
  • Disclosures
  • Acknowledgements
  • Materials
  • References
  • Reprints and Permissions

Summary

Closed-loop protocols are becoming increasingly widespread in modern day electrophysiology. We present a simple, versatile and inexpensive way to perform complex electrophysiological protocols in cortical pyramidal neurons in vitro, using a desktop computer and a digital acquisition board.

Abstract

Experimental neuroscience is witnessing an increased interest in the development and application of novel and often complex, closed-loop protocols, where the stimulus applied depends in real-time on the response of the system. Recent applications range from the implementation of virtual reality systems for studying motor responses both in mice1 and in zebrafish2, to control of seizures following cortical stroke using optogenetics3. A key advantage of closed-loop techniques resides in the capability of probing higher dimensional properties that are not directly accessible or that depend on multiple variables, such as neuronal excitability4 and reliability, while at the same time maximizing the experimental throughput. In this contribution and in the context of cellular electrophysiology, we describe how to apply a variety of closed-loop protocols to the study of the response properties of pyramidal cortical neurons, recorded intracellularly with the patch clamp technique in acute brain slices from the somatosensory cortex of juvenile rats. As no commercially available or open source software provides all the features required for efficiently performing the experiments described here, a new software toolbox called LCG5 was developed, whose modular structure maximizes reuse of computer code and facilitates the implementation of novel experimental paradigms. Stimulation waveforms are specified using a compact meta-description and full experimental protocols are described in text-based configuration files. Additionally, LCG has a command-line interface that is suited for repetition of trials and automation of experimental protocols.

Introduction

In recent years, cellular electrophysiology has evolved from the traditional open-loop paradigm employed in voltage and current clamp experiments to modern closed-loop protocols. The best known closed-loop technique is perhaps the dynamic clamp6,7, which enabled the synthetic injection of artificial voltage-gated ion channels to determine the neuronal membrane voltage8, the in-depth study of the effects of non-deterministic flickering on ion channels on neuronal response dynamics9, as well as the recreation in vitro of realistic in vivo-like synaptic background activity10.

Other closed-loop paradigms that have been proposed include the reactive clamp11, to study in vitro the generation of self-sustained persistent activity, and the response clamp4,12, to investigate the cellular mechanisms underlying neuronal excitability.

Here we describe a powerful framework that allows applying a variety of closed-loop electrophysiological protocols in the context of whole-cell patch clamp recordings performed in acute brain slices. We show how to record somatic membrane voltage by means of patch clamp recordings in pyramidal neurons from the somatosensory cortex of juvenile rats and apply three different closed-loop protocols using LCG, a command-line-based software toolbox developed in the laboratory of Theoretical Neurobiology and Neuroengineering.

Briefly, the described protocols are, first the automated injection of a series of current clamp stimulus waveforms, relevant for the characterization of a large set of active and passive membrane properties. These have been suggested to capture the electrophysiological phenotype of a cell in terms of its response properties to a stereotyped series of stimulus waveforms. Known as the e-code of a cell (e.g., see 13,14), such a collection of electrical responses is used by several laboratories to objectively classify neurons on the basis of their electrical properties. This includes the analysis of the stationary input-output transfer relationship (f-I curve), by an innovative technique that involves the closed-loop, real-time control of the rate of firing by means of a proportional-integral-derivative (PID) controller, second the recreation of realistic in vivo-like background synaptic activity in in vitro preparations10 and , third the artificial connection in real-time of two simultaneously recorded pyramidal neurons by means of a virtual GABAergic interneuron, which is simulated by the computer.

Additionally, LCG implements the technique known as Active Electrode Compensation (AEC)15, which allows implementing dynamic clamp protocols using a single electrode. This allows compensating undesired effects (artifacts) of the recording electrode that arise when it is used for delivering intracellular stimuli. The method is based on a non-parametric estimate of the equivalent electrical properties of the recording circuit.

The techniques and experimental protocols described in this paper can be readily applied in conventional open-loop voltage and current clamp experiments and can be extended to other preparations, such as extracellular4,16 or intracellular recordings in vivo17,18. The careful assembly of the setup for whole cell patch clamp electrophysiology is a very important step for stable, high quality recordings. In the following we assume that such an experimental setup is already available to the experimenter, and focus our attention on describing the usage of LCG. The reader is pointed to 19–22 for additional tips about optimization and debugging.

Protocol

The protocol described here complies with the recommendations and guidelines of the Ethics Committee of the Department of Biomedical Sciences of the University of Antwerp. This protocol requires the preparation of non-sentient material from the explanted brain of juvenile Wistar rats, obtained by approved humane euthanasia techniques.

1. Equipment Preparation

  1. Install and configure the data acquisition and stimulation system.
    1. Use a personal computer (PC) equipped with a data acquisition (DAQ) card supported by Comedi to record signals and send analog control voltages to the electrophysiological amplifier.
      NOTE: Comedi is a Linux module and library that supports a multitude of DAQ cards from the most common manufacturers: visit http://www.comedi.org for more information.
    2. In case a computer-controlled patch clamp amplifier is in use, employ a second PC besides the one dedicated to the amplifier control.
      NOTE: While the latter may run a conventional operating system, the extra PC will be operating in real-time by means of a special operating system. Under these conditions, it is convenient to use a single monitor, mouse, and keyboard attached to the extra PC, while connecting by a remote desktop application to the dedicated PC.
    3. Download the ISO image of the Live CD containing a real-time Linux operating system with LCG preinstalled from http://www.tnb.ua.ac.be/software/LCG_Live_CD.iso and burn it on a blank CD or USB stick”.
    4. Simply insert the CD into the drive of the PC containing the DAQ card and start it. Alternatively, install LCG from its online source repository on a PC running the Linux operating system (e.g., Debian or Ubuntu). Consult the online manual for details on the installation procedure. The manual is available online at http://danielelinaro.github.io/dynclamp/lcg_manual.pdf.
    5. Boot from the live CD: this will automatically load a fully configured system. To do this, place the LCG Live CD in the computer CD-ROM drive and boot the computer from CD; select the real-time kernel (default option) as soon as the boot menu appears and wait for the system to initialize.
    6. Calibrate the DAQ card by typing at the command prompt:
      sudo comedi_calibrate
      or
      sudo comedi_soft_calibrate
      depending on whether the data-acquisition board supports hardware or software calibration, respectively (use the command sudo comedi_board_info to obtain information on the board).
    7. Set the appropriate analog-to-digital and digital-to-analog conversion factors: this requires having access to the manual of the cellular electrophysiological amplifier, and particularly to its specifications on its conversion factors.
    8. Use a text editor to specify the appropriate numerical values in the file /home/user/.lcg-env, for the environment variables AI_CONVERSION_FACTOR_CC, AI_CONVERSION_FACTOR_VC, AO_CONVERSION_FACTOR_CC, AO_CONVERSION_FACTOR_VC.
      NOTE: These represent the input (AI) and output (AO) gains for current clamp (CC) and voltage clamp (VC) modes, and the conversion factors between the voltage commands provided by the computer and the current or voltages generated by the amplifier, respectively.
    9. Alternatively, use the LCG script provided (lcg-find-conversion-factors), to find the conversion factors of his or her system.
      NOTE: The values computed by lcg-find-conversion-factors are guesses, which in some cases are required to be numerically truncated or rounded to reflect the exact values of the conversion factors.
    10. To use lcg-find-conversion-factors, start by connecting the 'model cell' that often is purchased with the amplifier to the corresponding headstage. Then, open a terminal on the Linux machine where you are running the Live CD and enter the following command at the shell prompt:
      lcg-find-conversion-factors -i $HOME/.lcg-env -o $HOME/.lcg-env 
      NOTE: In both cases (i.e., manual modification of /home/user/.lcg-env or usage of lcg-find-conversion-factors), close and open the terminal for the changes to take effect.
    11. If multiple headstages are used, set the conversion factors to the same values in all channels; if that is not possible, consult the LCG online manual to understand how to use multiple conversion factors in lcg-stimulus or how to produce configuration files that better suit the user’s needs.

2. Preparation of Acute Brain Slices from the Somatosensory Cortex

  1. Preparation of solutions for electrophysiology.
    1. Prepare Artificial Cerebro-Spinal Fluid (ACSF) by mixing (in mM) 125 NaCl, 2.5 KCl, 1.25 NaH2PO4, 26 NaHCO3, 25 glucose, 2 CaCl2, and 1 MgCl2. Prepare 10x stock solutions to reduce the preparation time on the day of the experiment. Prepare 2 L, of which one will be used for the preparation of the slices and the other for recording.
    2. Saturate the ACSF with 95% O2 and 5% CO2 for at least 30 min prior to the beginning of the procedure.
    3. For current clamp recordings, use an intracellular solution (ICS) containing (in mM) 115 K-gluconate, 20 KCl, 10 HEPES, 4 ATP-Mg, 0.3 Na2-GTP, 10 Na2-phosphocreatine. Prepare the solution in ice and filter it prior to the beginning of the recordings to eliminate the risk of clogging the pipette.
  2. Brain extraction.
    1. Anesthetize the animal placing the animal in an induction chamber with 4% Isoflurane and rapidly decapitate it using a guillotine or large scissors.
    2. Cut the skin along the midline and slide it to the ears.
    3. Using a fine pair of scissors cut the skull along the midline. Keep the blade as close as possible to the surface so as to minimize damage to the underlying brain. Open the skull with a pair of tweezers, use a spatula to sever the optic nerve and the brainstem and gently drop the brain in ice-cold ACSF.
    4. Separate the cerebellum and the two hemispheres with a scalpel (blade 24).
    5. Remove excess water from one of the two hemispheres and glue it on an inclined platform using a drop of superglue. Quickly add a few drops of ACSF over the brain and transfer it to the vibratome chamber.
      NOTE: When preparing sagittal slices, the angle of the platform is important to avoid damaging the dendrites of pyramidal cells during the slicing procedure.
  3. Preparation of the slices.
    1. Position the blade over the brain and discard the first 2.5 - 3 mm. Adjust the speed and frequency to limit damage to the surface of the slice while at the same time minimizing the time required for the slicing procedure.
    2. Set the thickness to 300 µm and begin slicing. Once the blade has gone past the cortex, use a razor blade or a bent needle to cut above the hippocampus and at the edges of the cortical area of interest.
    3. Place the slices in a multi-well incubation chamber kept at 32 - 34 °C.
    4. Retract the blade and repeat points 2.3.2 and 2.3.3 until 5 - 8 slices are cut. The best slices are usually the ones where the blood vessels are parallel to the surface.
    5. Incubate the slices for 30 min after the last slice is placed in the chamber.

3. Patch-clamp Recordings from Layer 5 Pyramidal Neurons

  1. Place a slice in the recording chamber and search for healthy cells. These cells usually have lower contrast, a smooth appearance and are not swollen.
  2. Inspect the slice under the microscope with the 40X magnification lens and search for cells in layer 5, located approximately 600 to 1,000 µm from the surface of the brain.
  3. Once a suitable cell is found, load one third of the micropipette with ICS and place it in the headstage.
  4. On the personal computer running the live CD or the pre-configured Linux operating system, launch a command shell (e.g., bash) and at its prompt type the command lcg-zero. This ensures that the DAQ board is not driving the amplifier.
  5. Apply 30 - 50 mbar of positive pressure by pressing on the piston of a common syringe, connected by tubing to the pipette holder and, with the help of the microscope, place the pipette approximately 100 µm above the slice.
    NOTE: Place the pipette in a position that allows a direct route to the target cell, preferably using the approach mode of the micromanipulator.
  6. Acting on the controls the electrophysiology amplifier, adjust the pipette offset and output a test pulse (10 mV) in voltage clamp mode.
  7. Reduce the pressure to 10 - 30 mbar (depending on the pipette size) by withdrawing the piston of the syringe; gently approach the cell and check for the formation of a dimple by observing the image on the video camera monitor. Monitor the test pulse for an increase in resistance at all times, by watching the current waveform displayed on the oscilloscope connected to the electrophysiology amplifier (alternatively you can use the command lcg-seal-test to monitor the pipette resistance).
  8. Release the pressure and if necessary apply gentle negative pressure to the pipette to help seal formation when you notice an increase in pipette resistance and the formation of a 'dimple' on the cell.
  9. While the seal forms, gradually decrease the holding potential to -70 mV.
  10. Once a gigaohm seal has been obtained, ensure that the holding current is between 0 - 30 pA. Apply short pulses of negative pressure (suction) to break the membrane and establish the whole-cell configuration. Alternatively, you can inject strong and brief pulses of voltage (i.e., using the 'ZAP' command on the amplifier or holding the cell at very negative) to rupture the membrane, depending on the preparation and glass pipette used.
  11. Switch to current clamp mode and verify that the resting membrane potential is typical of a healthy cell. For cortical pyramidal neurons using a potassium-gluconate-based solution, this value is usually between -65 and -75 mV.

4. Semi-automatic Characterization of a Neuron’s Electrical Response Properties

  1. Create a directory to store user’s data. In order to do this the employ a script included in the LCG live CD that creates folders based on the date. To use it, type at the command prompt
    cd ~/experiments
    lcg-create-experiment-folder -s psp,in_vivo_like
    This will create a folder where the data for that cell will be saved (and a 'psp' and 'in_vivo_like' subfolders) and it will print its name to the terminal window; it is also possible to store additional information such as pipette resistance and cell type using this script.
  2. Change directory to the newly created folder using the command
    cd ~/<foldername>
    The folder name is the one displayed by the command lcg-create-experiment-folder and will have the timestamp of the current day (i.e., year-month-day), as in 20140331A01.
  3. Make sure that the amplifier is set to operate in current clamp mode, that the cables are connected and the external voltage command of the amplifier, if present, is enabled.
  4. Enter the command lcg-ecodeat the command prompt. This calls a series of commands (namely lcg-ap, lcg-vi, lcg-ramp, lcg-tau and lcg-steps), used to characterize basic response properties of the cell. lcg-ecode requires that the user specify two parameters: the amplitude of the 1 ms-long pulse of current used to elicit a single spike in the cell, and the maximum amplitude of the current ramp injected into the cell to find its rheobase.
    Use the following command syntax:
    lcg-ecode --pulse-amplitude X --ramp-amplitude Y
    with a choice of the values X and Y (in pA) that are sufficient to make the cell fire in response to a 1 ms-long pulse and a sustained injection of current, respectively.
    NOTE: These protocols require performing the numerical estimate of the 'electrode kernel' in order to use the Active Electrode Compensation (AEC)15. A noisy current injection is used to estimate the kernel and the user is prompted to confirm the number of samples that make up the kernel. See 15 for detailed information on the meaning of the electrode kernel and how to choose the number of kernel samples.

5. Injection of Conductance through Simulated Synapses and Simulation of In Vivo-like Background Activity

  1. Injection of simulated excitatory post-synaptic potentials
    1. Change to the directory where you will save the next experiment, by typing the following command at the command prompt of the shell:
      cd psp/01
    2. Copy an LCG configuration file to the current directory and open it with a text editor (Nano in this example) by typing the following commands at the command prompt of the shell (this example configuration file is included in the source code and the live cd):
      cp ~/local/src/lcg/configurations/epsp.xml 
      nano epsp.xml
      NOTE: This is simply a text file with different entities connected to each other. For more details see the Representative Results section.
    3. If necessary edit the inputChannel, outputChannel, the inputConversionFactor and the outputConversionFactor in this file to match the user’s setup.
    4. Compute the electrode kernel needed to perform the active electrode compensation ' the method used by LCG to perform single electrode dynamic clamp ' by issuing the command
      lcg-kernel
      This will prompt for the number of points in the kernel. Again, select a number so that the electrode kernel covers the end of the exponential decay tail.
    5. Perform the dynamic clamp experiment using the command
      lcg-experiment -c epsp.xml
    6. List the files and visualize the results by using the command
      ls -l
      lcg-plot-file -f last
  2. Injection of simulated inhibitory post-synaptic potentials
    1. Create a folder and copy the epsp.xml file to it by typing the following commands at the command prompt of the shell:
      mkdir ../02
      cp epsp.xml ../02/ipsp.xml
      cd ../02
    2. Edit the configuration file by using a text editor: change the synaptic reversal potential and rise and decay time constants of the model synapse Exp2Synapse to the following:
      parameters>
      <E>-80</E>
      <tauRise>0.8e-3</tauRise>
      <tauDecay>10e-3</tauDecay>
      <parameters>
      Quit the text editor.
    3. Compute the electrode kernel and perform the experiment as in 5.1, by typing the following commands at the command prompt of the shell:
      lcg-kernel
      lcg-experiment -c ipsp.xml
    4. List the files and visualize the results, by typing the following commands at the command prompt of the shell:
      ls -l
      lcg-plot-file -f <filename.h5>
  3. Simulation of in vivo-like background activity:
    1. Change to the directory where you want to save the following experiment, as previously shown, by typing the following commands at the command prompt of the shell:
      cd ../../in_vivo_like/01
    2. Copy the configuration file from LCG source directory, by typing the following commands at the command prompt of the shell:
      cp ~/local/src/lcg/configurations/in_vivo_like.xml 
      nano in_vivo_like.xml
      NOTE: This file is simply the concatenation of the previous ones; two Poisson-point processes that generate spike trains, which in turn feed inhibitory and excitatory model synapses, generate the background activity.
    3. Adjust the DAQ configuration parameters for the user’s setup, as described in 5.1.3 and exit the editor.
    4. Compute the electrode kernel and perform the experiment as in 5.1, by typing the following commands at the command prompt of the shell:
      lcg-kernel
      lcg-experiment -c in_vivo_like.xml -n 10 -i 3
      The '-n 10' and '-i 3' switches indicate that the stimulation should be repeated 10 times at intervals of three sec.
    5. Visualize the raw traces by using the following command at the command prompt of the shell:
      lcg-plot-file -f all

Results

In the previous sections, we have described how to use the software toolbox LCG to characterize the electrophysiological properties of L5 pyramidal cells and to recreate in vivo-like synaptic activity in a slice preparation. The use of a command-line interface and semi-automated protocol favor the reproducibility and efficiency of the experiment, which can have a large impact on the output and quality of the data produced. Additionally, since the data is saved in a consistent way, it is easy to extend the analys...

Discussion

In this text a full protocol for the implementation of real-time, closed-loop single cell electrophysiological experiments was described, using the patch clamp technique and a recently developed software toolbox called LCG. To optimize the quality of the recordings it is crucial that the recording setup be properly grounded, shielded and vibration free: this ensures stable and lasting whole-cell access to the cell, which, together with the possibility of automating entire sections of the stimulation protocols, allows for...

Disclosures

The authors have nothing to disclose.

Acknowledgements

Financial support from the Flanders Research Foundation FWO (contract n. 12C9112N to DL), the 7th Framework Programme of the European Commission (Marie Curie Network “C7”, contract n. 238214; ICT Future Emerging Technology “ENLIGHTENMENT” project, contract n. 306502), the Interuniversity Attraction Poles Program initiated by the Belgian Science Policy Office (contract n. IUAP-VII/20), and the University of Antwerp is kindly acknowledged.

Materials

NameCompanyCatalog NumberComments
Tissue slicerLeicaVT-1000S
Pipette pullerSutterP-97
PipettesWPI1B150F-41.5/0.84 mm OD/ID, with filament
Vibration isolation tableTMC20 Series
MicroscopeLeicaDMLFS40X Immersion Objective
ManipulatorsScientificaPatchStar
AmplifiersAxon InstrumentsMultiClamp 700BComputer controlled
Data acquisition cardNational InstrumentsPCI-6229Supported by Comedi Linux Drivers
Desktop computerDellOptiplex 7010 TowerOS: real-time Linux
OscilloscopesTektronixTDS-1002
Perfusion PumpGibsonMINIPULS3Used with R4 Pump head (F117606)
Temperature controllerMultichannel SystemsTC02PH01 Perfusion Cannula
ManometerTesto510Optional
IncubatorMemmertWB14
NaClSigma71376ACSF
KClSigmaP9541ACSF, ICS
NaH2PO4SigmaS3139ACSF
NaHCO3SigmaS6014ACSF
CaCl2SigmaC1016ACSF
MgCl2SigmaM8266ACSF
GlucoseSigmaG7528ACSF
K-GluconateSigmaG4500ICS
HEPESSigmaH3375ICS
Mg-ATPSigmaA9187ICS
Na2-GTPSigma51120ICS
Na2-PhosphocreatineSigmaP7936ICS

References

  1. Saleem, A. B., Ayaz, A., Jeffery, K. J., Harris, K. D., Carandini, M. Integration of visual motion and locomotion in mouse visual cortex. Nature neuroscience. 16, 1864-1869 (2013).
  2. Ahrens, M. B., Li, J. M., et al. Brain-wide neuronal dynamics during motor adaptation in zebrafish. Nature. 485 (7399), 471-477 (2012).
  3. Paz, J. T., Davidson, T. J., et al. Closed-loop optogenetic control of thalamus as a tool for interrupting seizures after cortical injury. Nature neuroscience. 16 (1), 64-70 (2013).
  4. Wallach, A., Eytan, D., Gal, A., Zrenner, C., Marom, S. Neuronal response clamp. Frontiers in neuroengineering. 3 (April), 3 (2011).
  5. Linaro, D., Couto, J., Giugliano, M. Command-line cellular electrophysiology for conventional and real-time closed-loop experiments. Journal of neuroscience. 230, 5-19 (2014).
  6. Sharp, A., O’Neil, M., Abbott, L. F., Marder, E. Dynamic clamp: computer-generated conductances in real neurons. Journal of neurophysiology. 69 (3), 992-995 (1993).
  7. Robinson, H. P., Kawai, N. Injection of digitally synthesized synaptic conductance transients to measure the integrative properties of neurons. Journal of neuroscience methods. 49 (3), 157-165 (1993).
  8. Vervaeke, K., Hu, H., Graham, L. J., Storm, J. F. Contrasting effects of the persistent Na+ current on neuronal excitability and spike timing. Neuron. 49 (2), 257-270 (2006).
  9. White, J. A., Klink, R., Alonso, A., Kay, A. R. Noise from voltage-gated ion channels may influence neuronal dynamics in the entorhinal cortex. Journal of neurophysiology. 80 (1), 262-269 (1998).
  10. Destexhe, a., Rudolph, M., Fellous, J. M., Sejnowski, T. J. Fluctuating synaptic conductances recreate in vivo-like activity in neocortical neurons. Neuroscience. 107 (1), 13-24 (2001).
  11. Fellous, J. -. M. Regulation of Persistent Activity by Background Inhibition in an In Vitro Model of a Cortical Microcircuit. Cerebral Cortex. 13 (11), 1232-1241 (2003).
  12. Gal, A., Eytan, D., Wallach, A., Sandler, M., Schiller, J., Marom, S. Dynamics of excitability over extended timescales in cultured cortical neurons. The Journal of neuroscience. the official journal of the Society for Neuroscience. 30 (48), 16332-16342 (2010).
  13. Wang, Y., Toledo-Rodriguez, M., et al. Anatomical, physiological and molecular properties of Martinotti cells in the somatosensory cortex of the juvenile rat. The Journal of physiology. 561 (Pt 1), 65-90 (2004).
  14. Wang, Y., Gupta, A., Toledo-Rodriguez, M., Wu, C. Z., Markram, H. Anatomical, physiological, molecular and circuit properties of nest basket cells in the developing somatosensory cortex). Cerebral cortex (New York, N.Y). 12 (4), 395-410 (1991).
  15. Brette, R., Piwkowska, Z., et al. High-resolution intracellular recordings using a real-time computational model of the electrode. Neuron. 59 (3), 379-391 (2008).
  16. Rutishauser, U., Kotowicz, A., Laurent, G. A method for closed-loop presentation of sensory stimuli conditional on the internal brain-state of awake animals. Journal of neuroscience. 215 (1), 139-155 (2013).
  17. Margrie, T., Brecht, M., Sakmann, B. In vivo, low-resistance, whole-cell recordings from neurons in the anaesthetized and awake mammalian brain. Pflugers Archiv European Journal of Physiology. 444 (4), 491-498 (2002).
  18. Graham, L., Schramm, A. In Vivo Dynamic-Clamp Manipulation of Extrinsic and Intrinsic Conductances: Functional Roles of Shunting Inhibition and I BK in Rat and Cat Cortex. Dynamic Clamp: From Principles to Applications. , (2008).
  19. Sakmann, B., Neher, E. . Single-channel recording. , (1995).
  20. Molleman, A. . Patch Clamping. , (2002).
  21. Davie, J. T., Kole, M. H. P., et al. Dendritic patch-clamp recording. Nature Protocols. 1 (3), 1235-1247 (2006).
  22. Gold, R. . The Axon Guide for Electrophysiolog., & Biophysics Laboratory Techniques... , (2007).
  23. Mainen, Z. F., Sejnowski, T. J. Reliability of spike timing in neocortical neurons. Science. 268 (5216), 1503-1506 (1995).
  24. Buzsáki, G. Action potential threshold of hippocampal pyramidal cells in vivo is increased by recent spiking activity. Neuroscience. 105 (1), 121-130 (2001).
  25. Koch, C., Segev, I. . Methods in Neuronal Modeling: From Synapses to Networks. , (1988).
  26. Silberberg, G., Markram, H. Disynaptic inhibition between neocortical pyramidal cells mediated by Martinotti cells. Neuron. 53 (5), 735-746 (2007).
  27. Berger, T. K., Silberberg, G., Perin, R., Markram, H. Brief bursts self-inhibit and correlate the pyramidal network. PLoS biology. 8 (9), (2010).
  28. Tsodyks, M., Pawelzik, K., Markram, H. Neural networks with dynamic synapses. Neural computation. 10 (4), 821-835 (1998).
  29. Kapfer, C., Glickfeld, L. L., Atallah, B. Supralinear increase of recurrent inhibition during sparse activity in the somatosensory cortex. Nature. 10 (6), 743-753 (2007).

Reprints and Permissions

Request permission to reuse the text or figures of this JoVE article

Request Permission

Explore More Articles

Keywords Real time ElectrophysiologyClosed loop ProtocolsNeuronal DynamicsVirtual RealityOptogeneticsNeuronal ExcitabilityReliabilityPatch ClampSomatosensory CortexLCG Software

This article has been published

Video Coming Soon

JoVE Logo

Privacy

Terms of Use

Policies

Research

Education

ABOUT JoVE

Copyright © 2025 MyJoVE Corporation. All rights reserved