Animal dMRI Collections

The Animal dMRI Collections repository consolidates diffusion MRI (dMRI), tractography-ready derivatives, and curated documentation from a diverse set of preclinical and non-human primate imaging studies. This collection brings together datasets from mice, rats, marmosets, macaques, horses, and other primate species—spanning in vivo, ex vivo, and post-mortem imaging.

The goal of this repository is to provide:

All raw data remain hosted by the original publishers (Zenodo, Dryad, institutional portals). Users must follow the licensing and citation requirements specified by each dataset.

Included Releases

NYU Mouse Optic Pathways dMRI (nyu-mouse)

Title: In Vivo Diffusion MRI of Optic Pathways in 18 Healthy Mice
DOI: https://doi.org/10.5281/zenodo.8120834
Species: C57BL/6 mice (n = 18)

Modalities

Highlights

Licensing & Use

Download (macOS / Linux)

curl -s https://api.github.com/repos/data-others/animal/releases/tags/nyu-mouse  | jq -r '.assets[].browser_download_url' | xargs -n1 -P4 curl -LO

Download (Windows PowerShell)

(Invoke-RestMethod "https://api.github.com/repos/data-others/animal/releases/tags/nyu-mouse").assets | ForEach-Object { Invoke-WebRequest $_.browser_download_url -OutFile (Split-Path $_.browser_download_url -Leaf) }

NKI Macaque Multimodal MRI (nki-macaque)

Title: NKI Translational Neuroscience Laboratory Macaque MRI Dataset DOI: https://doi.org/10.5281/zenodo.1303400 Species: Rhesus macaque (n = 3)

Modalities

Highlights

Licensing & Use

Download (macOS / Linux)

curl -s https://api.github.com/repos/data-others/animal/releases/tags/nki-macaque | jq -r '.assets[].browser_download_url' | xargs -n1 -P4 curl -LO

Download (Windows PowerShell)

(Invoke-RestMethod "https://api.github.com/repos/data-others/animal/releases/tags/nki-macaque").assets | ForEach-Object { Invoke-WebRequest $_.browser_download_url -OutFile (Split-Path $_.browser_download_url -Leaf) }

Rat TBI Anisotropy & Atlas Dataset (ne-rat-tbi)

Title: Use of Anisotropy, 3D Segmented Atlas, and Computational Analysis to Identify Gray Matter Subcortical Lesions Common to Concussive Injury from Different Cortical Sites (Rat) DOI: https://doi.org/10.5061/dryad.58c73 Species: Rat (traumatic brain injury model)

Modalities

Highlights

Licensing & Use

Download (macOS / Linux)

curl -s https://api.github.com/repos/data-others/animal/releases/tags/ne-rat-tbi | jq -r '.assets[].browser_download_url' | xargs -n1 -P4 curl -LO

Download (Windows PowerShell)

(Invoke-RestMethod "https://api.github.com/repos/data-others/animal/releases/tags/ne-rat-tbi").assets | ForEach-Object { Invoke-WebRequest $_.browser_download_url -OutFile (Split-Path $_.browser_download_url -Leaf) }

Turone Equine Social Brain Dataset (TESBD) (ifce-tesbd)

Title: The Turone Equine Social Brain Dataset (TESBD) DOI: https://doi.org/10.5281/zenodo.13969827 Species: Horses (Welsh foals; n ≈ 23)

Modalities

Highlights

Licensing & Use

Download (macOS / Linux)

curl -s https://api.github.com/repos/data-others/animal/releases/tags/ifce-tesbd | jq -r '.assets[].browser_download_url' | xargs -n1 -P4 curl -LO

Download (Windows PowerShell)

(Invoke-RestMethod "https://api.github.com/repos/data-others/animal/releases/tags/ifce-tesbd").assets | ForEach-Object { Invoke-WebRequest $_.browser_download_url -OutFile (Split-Path $_.browser_download_url -Leaf) }

DRCMR Axon Morphology – Monkey XNH + dMRI (drcmr)

Title: The Danish Research Centre for Magnetic Resonance (DRCMR) Axon Morphology Dataset Source: https://www.drcmr.dk/axon-morphology-dataset Species: Vervet monkey

Modalities

Highlights

Licensing & Use

Download (macOS / Linux)

curl -s https://api.github.com/repos/data-others/animal/releases/tags/drcmr | jq -r '.assets[].browser_download_url' | xargs -n1 -P4 curl -LO

Download (Windows PowerShell)

(Invoke-RestMethod "https://api.github.com/repos/data-others/animal/releases/tags/drcmr").assets | ForEach-Object { Invoke-WebRequest $_.browser_download_url -OutFile (Split-Path $_.browser_download_url -Leaf) }

UW Macaque Nigrostriatal DTI Validation (uw-macaque)

Title: Validation of Diffusion Tensor Imaging Measures of Nigrostriatal Neurons in Macaques DOI: https://doi.org/10.5061/dryad.2f8j75d Species: Rhesus macaque (n = 16; MPTP Parkinsonian model)

Modalities

Highlights

Licensing & Use

Download (macOS / Linux)

curl -s https://api.github.com/repos/data-others/animal/releases/tags/uw-macaque | jq -r '.assets[].browser_download_url' | xargs -n1 -P4 curl -LO

Download (Windows PowerShell)

(Invoke-RestMethod "https://api.github.com/repos/data-others/animal/releases/tags/uw-macaque").assets | ForEach-Object { Invoke-WebRequest $_.browser_download_url -OutFile (Split-Path $_.browser_download_url -Leaf) }

Utrecht Rat Cortical Connectome (Post-Mortem) (utrecht-rat)

Title: Diffusion Weighted MR Imaging of Post-Mortem Rat Brain to Allow Reconstruction of the Cortical Connectome DOI: https://doi.org/10.5281/zenodo.11119038 Species: Wistar rats (n = 10)

Modalities

Highlights

Licensing & Use

Download (macOS / Linux)

curl -s https://api.github.com/repos/data-others/animal/releases/tags/utrecht-rat | jq -r '.assets[].browser_download_url' | xargs -n1 -P4 curl -LO

Download (Windows PowerShell)

(Invoke-RestMethod "https://api.github.com/repos/data-others/animal/releases/tags/utrecht-rat").assets | ForEach-Object { Invoke-WebRequest $_.browser_download_url -OutFile (Split-Path $_.browser_download_url -Leaf) }

Weizmann / UNIL Forepaw Stimulation – BOLD + Diffusion (unil-forpaw)

Title: Forepaw Electrical Stimulation: MD and MK Time-Dependence vs. BOLD-fMRI DOI: https://doi.org/10.5281/zenodo.14793797 Species: Female Wistar rats (n ≈ 10)

Modalities

Highlights

Licensing & Use

Download (macOS / Linux)

curl -s https://api.github.com/repos/data-others/animal/releases/tags/unil-forpaw | jq -r '.assets[].browser_download_url' | xargs -n1 -P4 curl -LO

Download (Windows PowerShell)

(Invoke-RestMethod "https://api.github.com/repos/data-others/animal/releases/tags/unil-forpaw").assets | ForEach-Object { Invoke-WebRequest $_.browser_download_url -OutFile (Split-Path $_.browser_download_url -Leaf) }

Brain/MINDS Marmoset MRI – In Vivo (riken-marmoset)

Title: Brain/MINDS Marmoset Brain MRI Dataset (In Vivo, NA216) DOI: https://doi.org/10.24475/bminds.mri.thj.4624 Species: Common marmoset (Callithrix jacchus; n ≈ 455 in vivo)

Modalities

Highlights

Licensing & Use

Download (macOS / Linux)

curl -s https://api.github.com/repos/data-others/animal/releases/tags/riken-marmoset | jq -r '.assets[].browser_download_url' | xargs -n1 -P4 curl -LO

Download (Windows PowerShell)

(Invoke-RestMethod "https://api.github.com/repos/data-others/animal/releases/tags/riken-marmoset").assets | ForEach-Object { Invoke-WebRequest $_.browser_download_url -OutFile (Split-Path $_.browser_download_url -Leaf) }

Brain/MINDS Marmoset MRI – Ex Vivo (riken-marmoset-exvivo)

Title: Brain/MINDS Marmoset Brain MRI Dataset eNA91 (Ex Vivo) DOI: https://doi.org/10.24475/bminds.mri.thj.4624 (ex vivo subset) Species: Common marmoset (Callithrix jacchus; n ≈ 91 ex vivo)

Modalities

Highlights

Licensing & Use

Download (macOS / Linux)

curl -s https://api.github.com/repos/data-others/animal/releases/tags/riken-marmoset-exvivo | jq -r '.assets[].browser_download_url' | xargs -n1 -P4 curl -LO

Download (Windows PowerShell)

(Invoke-RestMethod "https://api.github.com/repos/data-others/animal/releases/tags/riken-marmoset-exvivo").assets | ForEach-Object { Invoke-WebRequest $_.browser_download_url -OutFile (Split-Path $_.browser_download_url -Leaf) }

PRIME-DE Rhesus – Structural T1/T2 (prime-de-rhesus-t1t2)

Title: PRIMatE Data Exchange (T1W/T2W Structural Subset) Source: https://fcon_1000.projects.nitrc.org/indi/indiPRIME.html Species: Rhesus macaque across multiple sites

Modalities

Highlights

Licensing & Use

Download (macOS / Linux)

curl -s https://api.github.com/repos/data-others/animal/releases/tags/prime-de-rhesus-t1t2 | jq -r '.assets[].browser_download_url' | xargs -n1 -P4 curl -LO

Download (Windows PowerShell)

(Invoke-RestMethod "https://api.github.com/repos/data-others/animal/releases/tags/prime-de-rhesus-t1t2").assets | ForEach-Object { Invoke-WebRequest $_.browser_download_url -OutFile (Split-Path $_.browser_download_url -Leaf) }

PRIME-DE Global Collections (prime-de-rhesus)

Title: PRIMatE Data Exchange (PRIME-DE) – Global NHP Collections Source: https://fcon_1000.projects.nitrc.org/indi/indiPRIME.html Species: Multiple macaque cohorts across international sites

Modalities

Highlights

Licensing & Use

Download (macOS / Linux)

curl -s https://api.github.com/repos/data-others/animal/releases/tags/prime-de-rhesus | jq -r '.assets[].browser_download_url' | xargs -n1 -P4 curl -LO

Download (Windows PowerShell)

(Invoke-RestMethod "https://api.github.com/repos/data-others/animal/releases/tags/prime-de-rhesus").assets | ForEach-Object { Invoke-WebRequest $_.browser_download_url -OutFile (Split-Path $_.browser_download_url -Leaf) }

Pittsburgh Marmoset Connectivity Atlas Derivatives (pitt-marmoset)

Title: University of Pittsburgh Marmoset In Vivo Images and Connectivity Derivatives Source: Marmoset Brain Connectivity Atlas and associated imaging collections Species: Common marmoset (Callithrix jacchus)

Modalities

Highlights

Licensing & Use

Download (macOS / Linux)

curl -s https://api.github.com/repos/data-others/animal/releases/tags/pitt-marmoset | jq -r '.assets[].browser_download_url' | xargs -n1 -P4 curl -LO

Download (Windows PowerShell)

(Invoke-RestMethod "https://api.github.com/repos/data-others/animal/releases/tags/pitt-marmoset").assets | ForEach-Object { Invoke-WebRequest $_.browser_download_url -OutFile (Split-Path $_.browser_download_url -Leaf) }

Oxford WIN Macaque – Post-Mortem dMRI (oxford-win-macaque)

Title: University of Oxford WIN Macaque Post-Mortem MRI Species: Rhesus macaque (n ≈ 6)

Modalities

Highlights

Licensing & Use

Download (macOS / Linux)

curl -s https://api.github.com/repos/data-others/animal/releases/tags/oxford-win-macaque | jq -r '.assets[].browser_download_url' | xargs -n1 -P4 curl -LO

Download (Windows PowerShell)

(Invoke-RestMethod "https://api.github.com/repos/data-others/animal/releases/tags/oxford-win-macaque").assets | ForEach-Object { Invoke-WebRequest $_.browser_download_url -OutFile (Split-Path $_.browser_download_url -Leaf) }

Primate Brain Bank MRI (oxford-pbb)

Title: Primate Brain Bank MRI (NIN / Oxford collaboration) DOI: https://doi.org/10.5281/zenodo.5044936 Species: Seven primate species (e.g., macaque, marmoset, baboon, etc.)

Modalities

Highlights

Licensing & Use

Download (macOS / Linux)

curl -s https://api.github.com/repos/data-others/animal/releases/tags/oxford-pbb | jq -r '.assets[].browser_download_url' | xargs -n1 -P4 curl -LO

Download (Windows PowerShell)

(Invoke-RestMethod "https://api.github.com/repos/data-others/animal/releases/tags/oxford-pbb").assets | ForEach-Object { Invoke-WebRequest $_.browser_download_url -OutFile (Split-Path $_.browser_download_url -Leaf) }