Bloss et al. (2016)
Structured Dendritic Inhibition Supports Branch-Selective Integration in CA1 Pyramidal Cells
Neuronal circuit function is governed by precise patterns of connectivity between specialized groups of neurons. The diversity of GABAergic interneurons is a hallmark of cortical circuits, yet little is known about their targeting to individual postsynaptic dendrites. We examined synaptic connectivity between molecularly defined inhibitory interneurons and CA1 pyramidal cell dendrites using correlative light-electron microscopy and large-volume array tomography. We show that interneurons can be highly selective in their connectivity to specific dendritic branch types and, furthermore, exhibit precisely targeted connectivity to the origin or end of individual branches. Computational simulations indicate that the observed subcellular targeting enables control over the nonlinear integration of synaptic input or the initiation and backpropagation of action potentials in a branchselective manner. Our results demonstrate that connectivity between interneurons and pyramidal cell dendrites is more precise and spatially segregated than previously appreciated, which may be a critical determinant of how inhibition shapes dendritic computation.
Learn MoreData
bloss16 i
Large-volume array tomography (AT) and transmission electron microscopy (TEM).
Example cutout
# pip install numpy tifffile cloud-volume import numpy as np import tifffile from cloudvolume import CloudVolume vol = CloudVolume( "s3://open-neurodata/bloss/bloss16/channel0", mip=0, use_https=True ) # load data into numpy array cutout = vol[5632:6144, 3584:4096, 704:720] # save cutout as TIFF tifffile.imwrite("data.tiff", data=np.transpose(cutout))
Documentation for cloud-volume located here
Publications
E. B. Bloss, M. S. Cembrowski, B. Karsh, J. Colonell, R. D. Fetter, N. Spruston, E. B. Bloss, M. S. Cembrowski, B. Karsh, J. Colonell, R. D. Fetter, and N. Spruston. Structured Dendritic Inhibition Supports Branch-Selective Integration in CA1 Pyramidal Cells. Neuron, 2016.
To access this data, please view the guide.
Data on this site are licensed under ODC-By v1.0 license.