Bhatla et al. (2015)
Using high-pressure freezing, serial section transmission electron microscopy (ssTEM) imaging, digital alignment and manual tracing, Nikhil Bhatla and Rita Droste in Bob Horvitz's Lab reconstructed the anterior half of the C. elegans feeding organ, the pharynx. Volumes are available for three adult hermaphrodite worms and include volumetric tracing of all neurons and selected cell types, as well as synapses identified from the I2 neurons. Sections were approximately 50 nm thick with an image resolution of 2 nm per pixel. The largest volume comprises 1199 slices. These data were published in a paper entitled "Distinct neural circuits control rhythm inhibition and spitting by the myogenic pharynx of C. elegans" (Current Biology, 2015).
Learn MoreData
Worm #1 i
1199 serial sections of the anterior pharynx of worm #1
Example cutout
# pip install numpy tifffile cloud-volume import numpy as np import tifffile from cloudvolume import CloudVolume vol = CloudVolume( "s3://open-neurodata/bhatla/ritaN2/image", mip=0, use_https=True ) # load data into numpy array cutout = vol[6656:7168, 7168:7680, 176:192] # save cutout as TIFF tifffile.imwrite("data.tiff", data=np.transpose(cutout))
Documentation for cloud-volume located here
Publications
N. Bhatla, R. Droste, S. R. Sando, A. Huang, and H. R. Horvitz. Distinct neural circuits control rhythm inhibition and spitting by the myogenic pharynx of C. elegans. Current Biology, 2015.
To access this data, please view the guide.
Data on this site are licensed under ODC-By v1.0 license.