Released datasets and visualizations in Neuroglancer
The datasets are available to view interactively using our web-based program Neuroglancer; see GitHub for documentation, or use the upper-right question mark button for quick tips.
Common Layers
- 4nm EM: Acquired via multi-beam SEM at a resolution of 4nm*4nm*33nm
gs://h01-release/data/20210601/4nm_raw
- Masking model: Masking model that identifies neuropil, nuclei, blood vessels, myelin, and fissures in the data.
gs://h01-release/data/20210601/masking
- 104 proofread cells: 104 manually traced and proofread cells
gs://h01-release/data/20210601/proofread_104
gs://h01-release/data/20210601/proofread_104/mesh
gs://h01-release/data/20210601/proofread_104/skeletons
gs://h01-release/data/20210601/proofread_104/subcompartments
- SWC reconstructions:
gs://h01-release/data/20210601/proofread_104/skeletons/104_proofread_neurons_swc.zip
- Cortical layers: Volumetric boundaries describing white matter and cortical layers 1 through 6
gs://h01-release/data/20210601/layers
gs://h01-release/data/20210601/layers/mesh
- Cell bodies: Locations of 50k cell bodies that reside within the volume (somas only)
gs://h01-release/data/20210601/cell_bodies
gs://h01-release/data/20210601/cell_bodies/mesh
- Cells located within blood vessels: Nuclei annotations for cells identified to be within blood vessels
gs://h01-release/data/20210601/blood_vessels
gs://h01-release/data/20210601/blood_vessels/mesh
- Blood vessel masks: Segmentation of all blood vessels identified in the sample
gs://h01-release/data/20210601/blood_vessels_segmented
gs://h01-release/data/20210601/blood_vessels_segmented/mesh
Simple view with the “104” library
C2 Segmentation Layers
More aggressive agglomeration with a higher likelihood complete automated reconstruction at the expense of additional merge errors.
- c2 segmentation: Neuropil segmentation
gs://h01-release/data/20210601/c2/
gs://h01-release/data/20210601/c2/mesh
- skeletons: Skeletonized neuropil
gs://h01-release/data/20210601/c2/skeletons
- 6-class subcompartments: Volumetric and skeleton labels corresponding to axon, dendrite, soma, astrocyte, axon initial segment, and cilia
gs://h01-release/data/20210601/c2/subcompartments
gs://h01-release/data/20210601/c2/subcompartments/annotations
- Cilia annotations: Point annotations denoting the location of cilia identified by the 6-class subcompartment model
gs://h01-release/data/20210601/c2/subcompartments/annotations/cilia
- Synapses as points: Point annotations at synaptic locations with associated excitatory or inhibitory type
gs://h01-release/data/20210601/c2/synapses/precomputed
- Incoming synapses as meshes: Volumetric and meshes of incoming synapses associated with each c2 segment id, separated by excitatory and inhibitory
gs://h01-release/data/20210601/c2/synapses/incoming_excitatory
gs://h01-release/data/20210601/c2/synapses/incoming_excitatory/meshes
gs://h01-release/data/20210601/c2/synapses/incoming_inhibitory
gs://h01-release/data/20210601/c2/synapses/incoming_inhibitory/meshes
- Volumetric E/I Synapses: Volumetric rendering of pre- and postsynaptic sites
gs://h01-release/data/20210601/c2/synapses/whole_ei_onlyvol
C3 Segmentation Layers
More conservative agglomeration biased towards fewer false mergers; suggested for connectomic analysis.
- c3 segmentation: Neuropil segmentation
gs://h01-release/data/20210601/c3/
gs://h01-release/data/20210601/c3/mesh
- skeletons: Skeletonized neuropil
gs://h01-release/data/20210601/c3/skeletons
- 6-class subcompartments: Volumetric and skeleton labels corresponding to axon, dendrite, soma, astrocyte, axon initial segment, and cilia
gs://h01-release/data/20210601/c3/subcompartments
gs://h01-release/data/20210601/c3/subcompartments/annotations
- Synapses as points: Point annotations at synaptic locations with associated excitatory or inhibitory type
gs://h01-release/data/20210729/c3/synapses/precomputed
- Incoming synapses as meshes: Volumetric and meshes of incoming synapses associated with each c2 segment id, separated by excitatory and inhibitory
gs://h01-release/data/20210729/c3/synapses/incoming_excitatory
gs://h01-release/data/20210729/c3/synapses/incoming_excitatory/meshes
gs://h01-release/data/20210729/c3/synapses/incoming_inhibitory
gs://h01-release/data/20210729/c3/synapses/incoming_inhibitory/meshes
- Volumetric E/I Synapses: Volumetric rendering of pre- and postsynaptic sites
gs://h01-release/data/20210729/c3/synapses/whole_ei_onlyvol
- Embeddings: Self-supervised SimCLR embeddings for local neuropil regions (explore on the embeddings page)
gs://h01-release/data/20210601/c3/embeddings/combined_umap
- Synaptic connections database: Export of synaptic connections in Apache Avro format
gs://h01-release/data/20210729/c3/synapses/exported/
Combined neuroglancer workspace
A default neuroglancer workspace containing all of the above layers is available here.
Data access from Python via TensorStore
We have prepared a Colaboratory notebook that demonstrates how to access the released datasets via TensorStore, a library for reading and writing large multi-dimensional arrays.
Download links and format
Data can also be downloaded directly from Google Cloud Storage (e.g. via gsutil) from the links listed in Neuroglancer, e.g. for the segmentation: gs://h01-release/data/20210601/4nm_raw
. The format specification for the data is described here.
License
All released datasets are licensed under a Creative Commons Attribution 4.0 License.