Collman et al. (2015)
Conjugate electron microscopy and array tomography
Synapses of the mammalian CNS are diverse in size, structure, molecular composition, and function. Synapses in their myriad variations are fundamental to neural circuit development, homeostasis, plasticity, and memory storage. Unfortunately, quantitative analysis and mapping of the brain's heterogeneous synapse populations has been limited by the lack of adequate single-synapse measurement methods. Electron microscopy (EM) is the definitive means to recognize and measure individual synaptic contacts, but EM has only limited abilities to measure the molecular composition of synapses. This report describes conjugate array tomography (AT), a volumetric imaging method that integrates immunofluorescence and EM imaging modalities in voxel-conjugate fashion. We illustrate the use of conjugate AT to advance the proteometric measurement of EM-validated single-synapse analysis in a study of mouse cortex.
Learn MoreData
collman15 i
Example cutout
# pip install numpy tifffile cloud-volume import numpy as np import tifffile from cloudvolume import CloudVolume vol = CloudVolume( "s3://open-neurodata/collman/collman15v2/EM25K", mip=0, use_https=True ) # load data into numpy array cutout = vol[2560:3072, 2048:2560, 0:16] # save cutout as TIFF tifffile.imwrite("data.tiff", data=np.transpose(cutout))
Documentation for cloud-volume located here
Publications
F. Collman, J. Buchanan, K. D. Phend, K. D. Micheva, R. J. Weinberg, and S. J. Smith. Mapping Synapses by Conjugate Light-Electron Array Tomography. Journal of Neuroscience, 2015.
To access this data, please view the guide.
Data on this site are licensed under ODC-By v1.0 license.