Bloss et al. (2016)

Structured Dendritic Inhibition Supports Branch-Selective Integration in CA1 Pyramidal Cells

Learn More

Data

bloss16 Viz i Metadata

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.