Overview
Identifying neuron types is essential for interpreting a connectome. A wiring diagram of undifferentiated nodes has far less explanatory power than one where each node carries a cell-type label. Cell-type classification determines which connectivity patterns are “expected” (excitatory neurons connecting to nearby neurons) versus “surprising” (rare long-range inhibitory connections). In EM connectomics, cell types are inferred from morphology, connectivity patterns, and — when available — correlative functional or molecular data.
Instructor script: the cell-type classification challenge
What defines a cell type?
This is one of the most debated questions in neuroscience. At a practical level, cell types are groups of neurons that share morphological, physiological, and molecular properties. The challenge for EM connectomics is that we have access to morphology and connectivity but typically not to molecular markers or electrophysiology (with exceptions like the MICrONS dataset, which combines EM with calcium imaging).
Historical classification systems (Cajal, Lorente de Nó, Markram et al.) relied on morphology from Golgi staining and intracellular fills. EM connectomics provides a different view — more complete morphology (every branch, every spine) but without the staining selectivity that highlights individual cells against a blank background.
The major division: excitatory vs inhibitory
In mammalian cortex, the most fundamental classification is:
Excitatory neurons (~80% of cortical neurons):
- Glutamatergic
- Spiny dendrites (dendritic spines = sites of excitatory input)
- Pyramidal morphology (most common) or stellate/spiny stellate (layer 4)
- Asymmetric (Type I) output synapses
- Project locally and to distant targets (other cortical areas, subcortical structures)
Inhibitory interneurons (~20% of cortical neurons):
- GABAergic
- Typically smooth (aspiny) or sparsely spiny dendrites
- Diverse morphologies (basket, chandelier, Martinotti, bipolar, neurogliaform, etc.)
- Symmetric (Type II) output synapses
- Mostly local projections (within the same cortical area)
EM classification rule of thumb:
- Spiny dendrites + asymmetric output synapses → excitatory
- Smooth dendrites + symmetric output synapses → inhibitory
This works for the majority of cortical neurons but has exceptions (some interneurons have sparse spines; spiny stellate cells in layer 4 look different from pyramidal cells).
Morphological classification in EM
Pyramidal neurons
The most common excitatory neuron in cortex (layers 2-6):
Identification cues:
- Soma: Triangular or pyramidal shape (though this is less obvious in thin EM sections where the 3D shape is sliced at arbitrary angles). Diameter 10-25 μm.
- Apical dendrite: A single thick dendrite extending from the apex of the soma toward the cortical surface. The most distinctive morphological feature — no other cortical cell type has this. Heavily spine-studded. Gives rise to oblique branches and a terminal tuft in layer 1.
- Basal dendrites: Multiple (3-8) dendrites extending from the base of the soma, branching locally. Also spine-studded.
- Axon: Emerges from the base of the soma (or from a proximal basal dendrite), often myelinated, descends toward white matter. Local axonal branches (collaterals) form synapses within the cortical column.
Subtype classification by layer and projection: | Subtype | Layer | Projection target | EM distinguishing features | |———|——-|——————-|—————————| | Layer 2/3 pyramidal | 2/3 | Other cortical areas (callosal, associational) | Medium soma, prominent apical reaching L1 | | Layer 4 spiny stellate | 4 | Local (within column) | Stellate dendrites (no clear apical), heavily spiny | | Layer 5 thick-tufted (ET) | 5 | Subcortical (thalamus, brainstem, spinal cord) | Large soma, thick apical with prominent L1 tuft, thick axon | | Layer 5 thin-tufted (IT) | 5 | Other cortical areas | Smaller soma, thinner apical, less prominent tuft | | Layer 6 corticothalamic | 6 | Thalamus | Apical reaches L4 (not L1), distinctive morphology |
Inhibitory interneuron types
Inhibitory neurons are far more morphologically diverse. The major types identifiable in EM:
Basket cells (PV+):
- Large soma, smooth or sparsely spiny dendrites
- Axon forms basket-like terminals around target cell soma (perisomatic synapses)
- Symmetric synapses onto soma and proximal dendrites of pyramidal cells
- Fast-spiking (if electrophysiology available)
- EM cue: look for symmetric synapses concentrated on pyramidal cell soma
Chandelier cells (PV+):
- Distinctive axonal terminals form “cartridges” — vertical rows of boutons along the axon initial segment (AIS) of pyramidal cells
- Exclusively target AIS — the only interneuron type with this specificity
- EM cue: vertical strings of symmetric synapses on AIS, identifiable by the dense undercoating of the postsynaptic membrane
Martinotti cells (SST+):
- Small soma, often in layers 2/3 and 5
- Ascending axon that arborizes in layer 1, forming synapses on distal dendritic tufts
- EM cue: axon ascending to layer 1 with symmetric synapses on distal dendrites
Bipolar/VIP+ cells:
- Elongated soma, two main dendritic trunks extending vertically (up and down)
- Narrow axonal arbor, often targeting other interneurons
- EM cue: distinctive bipolar dendritic morphology, interneuron-preferring output
Neurogliaform cells:
- Small soma, dense local axonal arbor
- Volume transmission — synapses are non-conventional, with larger cleft distances
- EM cue: dense local axon cloud, unusual synaptic morphology
Connectivity-based classification
The connectivity fingerprint
Even without morphological reconstruction, neurons can be classified by their connectivity pattern alone:
- Input fingerprint: Which cell types provide synaptic input, and in what proportions?
- Output fingerprint: Which cell types receive synaptic output, and onto which compartments?
Neurons of the same type tend to have similar connectivity fingerprints. This allows clustering-based classification using the connectome graph directly.
Methods
- Feature engineering: For each neuron, compute: in-degree, out-degree, fraction of input from excitatory vs inhibitory sources, fraction of output onto soma vs dendrites, laminar distribution of inputs/outputs.
- Dimensionality reduction: PCA, UMAP, or t-SNE on the feature vectors.
- Clustering: K-means, hierarchical clustering, or Gaussian mixture models on the reduced representation.
- Validation: Compare to morphological types (where known) or molecular markers (if available from correlative data).
Example from FlyWire
In the FlyWire whole-brain connectome (Dorkenwald et al. 2024, Schlegel et al. 2024), cell types were assigned by combining:
- Morphological features (NBLAST similarity scores)
- Connectivity features (input/output neuron identity profiles)
- Expert annotation for anchor cell types
- Propagation of labels through connectivity-based clustering
This hybrid approach identified ~8,000 cell types in the adult Drosophila brain.
Example from MICrONS
Turner et al. (2022) classified neurons in mouse visual cortex using:
- Soma depth (laminar position)
- Dendritic morphology (apical vs stellate)
- Spine density
- Axonal projection pattern
- Correlative calcium imaging responses (for some neurons)
Worked example: classifying a neuron in layer 2/3
Given: A fully reconstructed neuron in layer 2/3 of mouse visual cortex.
Step 1: Excitatory or inhibitory?
- Dendrites: covered in spines (>5 spines per 10 μm) → excitatory
- Output synapses: asymmetric (thick PSD, round vesicles) → confirmed excitatory
Step 2: Morphological subtype
- Soma: triangular, ~15 μm diameter, in layer 2/3
- One prominent apical dendrite ascending toward layer 1, with terminal tuft
- 5 basal dendrites extending laterally
- Axon: descends from soma base, sends collaterals in layers 2/3 and 5, main axon continues toward white matter → Layer 2/3 pyramidal cell
Step 3: Connectivity check
- Receives ~200 excitatory synapses (mostly on spines from other L2/3 and L4 neurons)
- Receives ~50 inhibitory synapses (mostly on soma and proximal dendrites from basket cells)
- Makes ~300 excitatory synapses on nearby L2/3 and L5 neurons → Connectivity profile consistent with L2/3 pyramidal cell
Step 4: Functional data (if available)
- Calcium imaging shows orientation-selective responses to visual stimuli → Consistent with L2/3 visual cortex pyramidal cell
Classification: Layer 2/3 pyramidal neuron, likely callosal-projecting (based on axon trajectory toward white matter). Confidence: high.
Challenges and limitations
Incomplete reconstructions
Most neurons in a connectomics volume are not fully reconstructed — their axons or dendrites extend beyond the imaged volume. Classification based on partial morphology is less reliable. Solution: weight classification by the available evidence and flag incompleteness.
Continuous variation
Cell types are not always discrete categories — there can be continuous variation within types (e.g., L5 pyramidal cells show a spectrum from thick-tufted to thin-tufted). Whether to split one type into two or treat it as one type with variation is a judgment call that depends on the analysis question.
Species differences
Cell-type taxonomies developed in mouse may not transfer directly to human or fly. The same morphological features may indicate different types in different species. Cross-species comparison requires careful homology mapping.
Common misconceptions
| Misconception | Reality | Teaching note |
|---|---|---|
| “Cell types are discrete and obvious” | Many neurons fall on continua between types; classification depends on the criteria used | Report classification confidence and criteria |
| “Morphology alone is sufficient” | Molecular markers and physiology can distinguish types that look similar in EM | Use all available evidence; flag morphology-only classifications |
| “The same types exist in all species” | Cell-type diversity varies across species and regions | Don’t assume mouse taxonomy applies to fly or human |
| “More types = better classification” | Over-splitting creates types with too few members for statistical analysis | Balance granularity with statistical power |
References
- DeFelipe J et al. (2013) “New insights into the classification and nomenclature of cortical GABAergic interneurons.” Nature Reviews Neuroscience 14(3):202-216.
- Dorkenwald S et al. (2024) “Neuronal wiring diagram of an adult brain.” Nature 634:124-138.
- Harris KD, Shepherd GMG (2015) “The neocortical circuit: themes and variations.” Nature Neuroscience 18(2):170-181.
- Markram H et al. (2004) “Interneurons of the neocortical inhibitory system.” Nature Reviews Neuroscience 5(10):793-807.
- Scala F et al. (2021) “Phenotypic variation of transcriptomic cell types in mouse motor cortex.” Nature 598:144-150.
- Schlegel P et al. (2024) “Whole-brain annotation and multi-connectome cell typing of Drosophila.” Nature 634:139-152.
- Turner NL et al. (2022) “Reconstruction of neocortex: Organelles, compartments, cells, circuits, and activity.” Cell 185(6):1082-1100.
- Zeng H, Sanes JR (2017) “Neuronal cell-type classification: challenges, opportunities and the path forward.” Nature Reviews Neuroscience 18(9):530-546.