List of Maps
This is a complete list of maps available in the neuromaps_mouse package.
Psychedelic drug activation maps (aboharb2025)
Regional brain activation maps following administration of various psychedelic compounds and controls, measured via whole-brain imaging.
Each file contains activation values for a single treatment condition: psychedelics (5-MeO, 6-F-DET, Ketamine, MDMA, Psilocybin), antidepressant controls (ASSRI, CSSRI), and saline control.
Available files
Description |
Format |
Key |
|---|---|---|
5-MeO |
tabular |
|
6-F-DET |
tabular |
|
ASSRI |
tabular |
|
CSSRI |
tabular |
|
Ketamine |
tabular |
|
MDMA |
tabular |
|
Psilocybin |
tabular |
|
Saline |
tabular |
|
How to use
# fetch a specific annotation
fetch_annotation(('aboharb2025', '5meo', 'allenccfv3', 'region'))
# file location
# $MOUSEMAPS_DATA/aboharb2025
# region mapping files
# source-aboharb2025_regionmapping.csv
Cell type density atlas (ero2018)
A Cell Atlas for the Mouse Brain (Ero et al., 2018).
Provides density estimates of major cell types across Allen CCFv3 brain regions, derived from single-cell RNA sequencing and in situ hybridization data.
Available files
Description |
Format |
Key |
|---|---|---|
Density of cell types |
tabular |
|
How to use
# fetch a specific annotation
fetch_annotation(('ero2018', 'celldensity', 'allenccfv3', 'region'))
# file location
# $MOUSEMAPS_DATA/ero2018
# region mapping files
# source-ero2018_regionmapping.csv
IBL behavioral and electrophysiology maps (ibl2025)
Regional brain maps from the International Brain Laboratory (IBL) reproducible brain-wide mapping pipeline.
Includes behavioral task performance metrics and electrophysiology summary statistics mapped to Allen CCFv3 regions.
Available files
Description |
Format |
Key |
|---|---|---|
Behavioral task |
tabular |
|
Electrophysiology |
tabular |
|
How to use
# fetch a specific annotation
fetch_annotation(('ibl2025', 'behtask', 'allenccfv3', 'region'))
# file location
# $MOUSEMAPS_DATA/ibl2025
# region mapping files
# source-ibl2025_regionmapping.csv
Brain microvasculature (ji2021)
Brain microvasculature has a common topology with local differences in geometry that match metabolic load (Ji et al., 2021).
Whole mouse brain microvasculature imaged, reconstructed, and analyzed at sub-micrometer resolution. Includes data from Ji et al. (2021), Kirst et al. (2020), and Todorov et al. (2020).
Each file contains region-level tabular data characterizing microvascular network properties across Allen CCFv3 regions.
Available files
Description |
Format |
Key |
|---|---|---|
Ji 2021 |
tabular |
|
Kirst 2020 |
tabular |
|
Todorov 2020 |
tabular |
|
How to use
# fetch a specific annotation
fetch_annotation(('ji2021', 'ji2021', 'allenccfv3', 'region'))
# file location
# $MOUSEMAPS_DATA/ji2021
# region mapping files
# source-ji2021_regionmapping.csv
High-resolution connectome model (knox2018)
A high-resolution data-driven model of the mouse connectome (Knox et al., 2018).
Provides region-by-region connectivity matrices at the Allen CCFv3 parcellation. Each matrix is asymmetric: rows are source regions and columns are target regions. Available for both ipsi- and contralateral projections, in connection density and connection strength variants, each with normalized versions.
Available files
Description |
Format |
Key |
|---|---|---|
Connection density (contralateral) |
matrix |
|
Connection density (ipsilateral) |
matrix |
|
Connection strength (contralateral) |
matrix |
|
Connection strength (ipsilateral) |
matrix |
|
Normalized connection density (contralateral) |
matrix |
|
Normalized connection density (ipsilateral) |
matrix |
|
Normalized connection strength (contralateral) |
matrix |
|
Normalized connection strength (ipsilateral) |
matrix |
|
How to use
# fetch a specific annotation
fetch_annotation(('knox2018', 'conndencontra', 'allenccfv3', 'region'))
# file location
# $MOUSEMAPS_DATA/knox2018
# region mapping files
# source-knox2018_regionmapping.csv
Allen Mouse Brain Atlas gene expression (lein2006amba)
Allen Mouse Brain Atlas (Lein et al., 2006) — regional gene expression data aggregated across sagittal and coronal sections.
For each section type (sagittal, coronal), three expression metrics are provided: energy, density, and intensity. Each file is a region-by-gene matrix where rows are Allen CCFv3 regions and columns are genes (see feature mapping file for gene names).
This is a large dataset; files are compressed (.csv.gz).
Warning
This is a very large dataset, and may take a long time to download.
Available files
Description |
Format |
Key |
|---|---|---|
Expression energy of sagittal slices |
tabular |
|
Expression energy of coronal slices |
tabular |
|
Expression density of sagittal slices |
tabular |
|
Expression density of coronal slices |
tabular |
|
Expression intensity of sagittal slices |
tabular |
|
Expression intensity of coronal slices |
tabular |
|
How to use
# fetch a specific annotation
fetch_annotation(('lein2006amba', 'sagittalenergy', 'allenccfv3', 'region'))
# file location
# $MOUSEMAPS_DATA/lein2006amba
# region mapping files
# source-lein2006amba_regionmapping.csv
# feature mapping files
# source-lein2006amba_genemapping.csv
Cell-type-specific functional connectivity (mandino2025)
Cell-type-specific functional connectivity matrices from Mandino et al. (2025), combining calcium imaging and fMRI.
Files are organized by modality (calcium imaging: cal prefix,
fMRI: fmri prefix), cell type (PV, VIP, SLC, SOM, glia),
and whether global signal regression was applied
(gsr = with GSR, nogsr = without GSR).
For example, calpvallgsr is the calcium imaging PV cell matrix
with GSR. Each file is a region-by-region connectivity matrix.
Region mappings differ between modalities.
Available files
Description |
Format |
Key |
|---|---|---|
Calcium imaging PV with GSR |
matrix |
|
Calcium imaging PV without GSR |
matrix |
|
Calcium imaging VIP with GSR |
matrix |
|
Calcium imaging VIP without GSR |
matrix |
|
Calcium imaging SLC with GSR |
matrix |
|
Calcium imaging SLC without GSR |
matrix |
|
Calcium imaging SOM with GSR |
matrix |
|
Calcium imaging SOM without GSR |
matrix |
|
Calcium imaging glia with GSR |
matrix |
|
Calcium imaging glia without GSR |
matrix |
|
fMRI PV with GSR |
matrix |
|
fMRI PV without GSR |
matrix |
|
fMRI VIP with GSR |
matrix |
|
fMRI VIP without GSR |
matrix |
|
fMRI SLC with GSR |
matrix |
|
fMRI SLC without GSR |
matrix |
|
fMRI SOM with GSR |
matrix |
|
fMRI SOM without GSR |
matrix |
|
fMRI glia with GSR |
matrix |
|
fMRI glia without GSR |
matrix |
|
How to use
# fetch a specific annotation
fetch_annotation(('mandino2025', 'calpvallgsr', 'allenccfv3', 'region'))
# file location
# $MOUSEMAPS_DATA/mandino2025
# region mapping files
# source-mandino2025_cal_regionmapping.csv
# source-mandino2025_fmri_regionmapping.csv
Homogeneous and voxel-scale connectivity models (nathan2026)
Connectivity matrices from Nathan et al. (2026) providing two complementary models of mouse brain connectivity.
The homogeneous model (hom) is a linear connectivity model via
constrained optimization and linear regression, similar to
Oh et al. (2014).
The voxel-scale model (vox) from Knox et al. (2018) performs
Nadaraya-Watson regression to infer voxel-to-voxel connectivity,
splitting the source space into 12 major brain divisions to prevent
influence from adjacent divisions. The voxel-scale results are then
regionalized into Allen CCFv3 regions.
Files are further organized by:
Laterality:
ipsi(ipsilateral) orcontra(contralateral)Quality:
orig(original methods) orqc(carefully QC-ed experiments providing a refined connectome)Resolution:
211(regions from Oh et al., 2014) or291(regions from Knox et al., 2018)
Each resolution has its own region mapping file (r211, r291).
Available files
Description |
Format |
Key |
|---|---|---|
Homotopic ipsilateral QC at 211 region resolution |
matrix |
|
Homotopic ipsilateral QC at 291 region resolution |
matrix |
|
Homotopic ipsilateral original at 211 region resolution |
matrix |
|
Homotopic ipsilateral original at 291 region resolution |
matrix |
|
Homotopic contralateral QC at 211 region resolution |
matrix |
|
Homotopic contralateral QC at 291 region resolution |
matrix |
|
Homotopic contralateral original at 211 region resolution |
matrix |
|
Homotopic contralateral original at 291 region resolution |
matrix |
|
Voxelwise ipsilateral QC at 211 region resolution |
matrix |
|
Voxelwise ipsilateral QC at 291 region resolution |
matrix |
|
Voxelwise ipsilateral original at 211 region resolution |
matrix |
|
Voxelwise ipsilateral original at 291 region resolution |
matrix |
|
Voxelwise contralateral QC at 211 region resolution |
matrix |
|
Voxelwise contralateral QC at 291 region resolution |
matrix |
|
Voxelwise contralateral original at 211 region resolution |
matrix |
|
Voxelwise contralateral original at 291 region resolution |
matrix |
|
How to use
# fetch a specific annotation
fetch_annotation(('nathan2026', 'homipsiqc211', 'allenccfv3', 'region'))
# file location
# $MOUSEMAPS_DATA/nathan2026
# region mapping files
# source-nathan2026_r211_regionmapping.csv
# source-nathan2026_r291_regionmapping.csv
Mesoscale structural connectome (oh2014)
A mesoscale connectome of the mouse brain (Oh et al., 2014).
Provides weighted connectivity strength, p-values, and projection distances for both ipsi- and contralateral projections across Allen CCFv3 regions.
Original source: Supplementary Table 3.
Available files
Description |
Format |
Key |
|---|---|---|
Weighted ipsilateral strength index |
matrix |
|
P values for wipsi |
matrix |
|
Weighted contralateral strength index |
matrix |
|
P values for wcontra |
matrix |
|
Distance (mm) for ipsilateral projections |
matrix |
|
Distance (mm) for contralateral projections |
matrix |
|
How to use
# fetch a specific annotation
fetch_annotation(('oh2014', 'wipsi', 'allenccfv3', 'region'))
# file location
# $MOUSEMAPS_DATA/oh2014
# region mapping files
# source-oh2014_regionmapping.csv
ABC Atlas MERFISH cell types and gene expression (yao2023abca)
Mouse whole-brain transcriptomic cell type atlas from the Allen Brain Cell Atlas (Yao et al., 2023), MERFISH dataset (C57BL6J-638850).
Gene expression files (*mean) are region-by-gene matrices
averaged at three hierarchical levels: division (divi),
structure (stru), and substructure (subs).
imp prefix indicates imputed expression values.
Cell type files (*ct*) are region-by-cell-type matrices
at four classification levels: class, subclass, supertype, cluster,
each at the three hierarchical region levels.
Each hierarchical level uses its own region mapping file. Separate feature mapping files are provided for measured and imputed gene sets.
This is a large dataset; files may take a long time to download.
Warning
This is a very large dataset, and may take a long time to download.
Available files
Description |
Format |
Key |
|---|---|---|
Average regional gene expressions at the division level |
tabular |
|
Average regional gene expressions at the structure level |
tabular |
|
Average regional gene expressions at the substructure level |
tabular |
|
Average imputed regional gene expressions at the division level |
tabular |
|
Average imputed regional gene expressions at the structure level |
tabular |
|
Average imputed regional gene expressions at the substructure level |
tabular |
|
Cell type (class) at the division level |
tabular |
|
Cell type (class) at the structure level |
tabular |
|
Cell type (class) at the substructure level |
tabular |
|
Cell type (subclass) at the division level |
tabular |
|
Cell type (subclass) at the structure level |
tabular |
|
Cell type (subclass) at the substructure level |
tabular |
|
Cell type (supertype) at the division level |
tabular |
|
Cell type (supertype) at the structure level |
tabular |
|
Cell type (supertype) at the substructure level |
tabular |
|
Cell type (cluster) at the division level |
tabular |
|
Cell type (cluster) at the structure level |
tabular |
|
Cell type (cluster) at the substructure level |
tabular |
|
How to use
# fetch a specific annotation
fetch_annotation(('yao2023abca', 'divimean', 'allenccfv3', 'region'))
# file location
# $MOUSEMAPS_DATA/yao2023abca
# region mapping files
# source-yao2023abca_division_regionmapping.csv
# source-yao2023abca_structure_regionmapping.csv
# source-yao2023abca_substructure_regionmapping.csv
# feature mapping files
# source-yao2023abca_merfish_genemapping.csv
# source-yao2023abca_imputed_genemapping.csv
ABC Atlas Zhuang-ABCA gene expression (zhang2023abca)
A molecularly defined and spatially resolved cell atlas of the whole mouse brain (Zhang et al., 2023, Zhuang-ABCA MERFISH).
Gene expression files are region-by-gene matrices averaged at
three hierarchical levels: division (divi), structure
(stru), and substructure (subs). Each level uses its own
region mapping file.
This is a large dataset; files may take a long time to download.
Warning
This is a very large dataset, and may take a long time to download.
Available files
Description |
Format |
Key |
|---|---|---|
Average regional gene expressions at the division level |
tabular |
|
Average regional gene expressions at the structure level |
tabular |
|
Average regional gene expressions at the substructure level |
tabular |
|
How to use
# fetch a specific annotation
fetch_annotation(('zhang2023abca', 'divimean', 'allenccfv3', 'region'))
# file location
# $MOUSEMAPS_DATA/zhang2023abca
# region mapping files
# source-zhang2023abca_division_regionmapping.csv
# source-zhang2023abca_structure_regionmapping.csv
# source-zhang2023abca_substructure_regionmapping.csv
# feature mapping files
# source-zhang2023abca_merfish_genemapping.csv
Brain synaptome architecture (zhu2018)
Architecture of the Mouse Brain Synaptome (Zhu et al., 2018).
Provides synaptic type density measurements across Allen CCFv3 brain regions, characterizing the molecular and cellular composition of synapses throughout the mouse brain.
Available files
Description |
Format |
Key |
|---|---|---|
Synaptic type density |
tabular |
|
How to use
# fetch a specific annotation
fetch_annotation(('zhu2018', 'typedensity', 'allenccfv3', 'region'))
# file location
# $MOUSEMAPS_DATA/zhu2018
# region mapping files
# source-zhu2018_regionmapping.csv