Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
2591e4d
Added first atlas examples
melanieganz Apr 30, 2024
e5cce1b
enh: remove old examples, add suit
oesteban Jun 17, 2025
7a1bbd1
Minimal dataset_description.json
effigies Jun 17, 2025
1a89ab2
chore(ci): Skip atlases on legacy/stable/main, use BEP schema for dev
effigies Jun 17, 2025
abe0b3b
Fix dataset_description.json
effigies Jun 17, 2025
77a3301
chore(ci): Deduplicate workflow triggers
effigies Jun 17, 2025
3e4b8eb
Mark atlas dataset as derivative
effigies Jun 17, 2025
61635f3
fix: Remove space in SampleSize
effigies Jun 17, 2025
ae3cd5a
fix: Add required T1w metadata
effigies Jun 17, 2025
4b30cef
Move atlas descriptions to dataset root
effigies Jun 17, 2025
6c2d80e
atlas as a derivative dataset
CPernet Aug 18, 2025
aea94b0
adding trc to name
CPernet Aug 18, 2025
8a28cda
Merge branch 'master' into bep038
effigies Sep 2, 2025
d584c41
univariate florbetapir
CPernet Oct 13, 2025
750a37a
dash not underscore
CPernet Oct 13, 2025
e463def
pet atlases use petmap suffix
CPernet Oct 13, 2025
a42ab5e
Add HOSPA atlas.
tsalo Oct 30, 2025
b64b593
Remove JSON without data file.
tsalo Oct 30, 2025
4ad7d45
Move atlas files into datatype folder.
tsalo Oct 30, 2025
4f05fbc
Add 4S atlas.
tsalo Oct 30, 2025
d9e1862
Fix typos flagged by codespell.
tsalo Oct 31, 2025
7ce1298
Address most 4S and HOSPA validation errors.
tsalo Oct 31, 2025
6d3e816
Fix typo.
tsalo Oct 31, 2025
93d34b6
Fix HOSPA entity ordering.
tsalo Oct 31, 2025
4ecfdfa
Fix HOSPA names again.
tsalo Oct 31, 2025
6b43dab
Add BEP038-compliant atlas examples
PeerHerholz Oct 31, 2025
dada75b
update examples and add new ones
PeerHerholz Oct 31, 2025
c8540be
Empty CIFTI files.
tsalo Nov 3, 2025
6125ea4
update atlas examples to fix validation errors
PeerHerholz Nov 3, 2025
b5b8e38
add SampleSize to HO, Juelich, Talairach
PeerHerholz Nov 3, 2025
cbf6888
Merge branch 'bep038' into add-atlas-examples-peer
effigies Nov 4, 2025
b9c3dbf
Remove probseg.tsv files.
tsalo Nov 4, 2025
47e55dd
Rename SUIT probsegs
effigies Sep 2, 2025
e9185a1
Add task entity to subject-level atlases.
tsalo Nov 4, 2025
c9e8129
Merge branch 'bep038' of https://github.com/bids-standard/bids-exampl…
tsalo Nov 4, 2025
d7d52a7
Merge remote-tracking branch 'upstream/master' into bep038
effigies Nov 4, 2025
2de4493
Remove SUIT GIFTIs
effigies Nov 4, 2025
0deba80
Remove ONP florbetapir atlases for now
effigies Nov 4, 2025
923e5bf
Populate dseg.tsvs
effigies Nov 4, 2025
ee1fed7
Merge branch 'bep038' into add-atlas-examples-peer
effigies Nov 4, 2025
506f7cd
Increase threshold for "big" files to 1MB.
tsalo Nov 4, 2025
303183a
chore: Test with bep038 branch
effigies Nov 4, 2025
a3a51f5
Deduplicate atlas-4S_description.json
effigies Nov 4, 2025
81cd4a0
Merge branch 'bep038' into add-atlas-examples-peer
effigies Nov 4, 2025
e2da5c8
Move labels into LabelMap
effigies Nov 4, 2025
4a25883
fix: Correct atlas label
effigies Nov 4, 2025
b90da27
Merge pull request #518 from PeerHerholz/add-atlas-examples-peer
effigies Nov 4, 2025
cf81c70
Use atlas-4S to show using an atlas as a source dataset
effigies Nov 5, 2025
094c28e
Address codespell complaints
effigies Nov 6, 2025
536d0fa
Add SpatialReferences for SUIT atlas files
effigies Nov 6, 2025
35f3551
Remove SpatialReference from example atlas descriptions
effigies Nov 6, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .codespellrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[codespell]
skip = .git,env,venv,ds*,asl*,qmr*,genetics*,fnirs*,eeg*,meg*,pet*,ieeg*,motion*,synthetic*
builtin = clear,rare
ignore-words-list = nd,te
ignore-words-list = nd,te,Sepulcre
17 changes: 8 additions & 9 deletions .github/workflows/validate_datasets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ name: validate_datasets

on:
push:
branches: ['**']
branches: [master, main]
tags: ['*']
pull_request:
branches: ['**']
create:
branches: [master]
tags: ['**']
branches: [master, main, 'bep*']
schedule:
- cron: "0 4 * * 1"
workflow_dispatch:
Expand Down Expand Up @@ -77,6 +75,7 @@ jobs:
run: |
git clone -b dev https://github.com/bids-standard/bids-validator/ ../bids-validator
cd ../bids-validator
git checkout bep038
deno compile -A -o $HOME/.deno/bin/bids-validator src/bids-validator.ts

- name: Install BIDS validator (legacy)
Expand All @@ -97,7 +96,7 @@ jobs:
if: "matrix.bids-validator == 'stable'"
run: |
echo "Checking for big files ..."
found=`find . -not -path "./.git*" -type f -size +500k`
found=`find . -not -path "./.git*" -type f -size +1M`
if [ "$found" == "" ]
then
echo "No big files present, great!"
Expand All @@ -108,7 +107,7 @@ jobs:
fi

- name: Skip legacy validation for post-legacy datasets
run: for DS in mrs_* dwi_deriv pet006 pheno004 volume_timing; do touch $DS/.SKIP_VALIDATION; done
run: for DS in mrs_* dwi_deriv pet006 pheno004 volume_timing atlas-*; do touch $DS/.SKIP_VALIDATION; done
if: matrix.bids-validator == 'legacy'

- name: Skip stable validation for datasets with unreleased validator features
Expand All @@ -120,7 +119,7 @@ jobs:
- name: Skip main validation for datasets with unreleased spec features
# Replace ${EMPTY} with dataset patterns, when this is needed
# Reset to "for DS in ${EMPTY}; ..." after a spec release
run: for DS in dwi_deriv pheno004; do touch $DS/.SKIP_VALIDATION; done
run: for DS in dwi_deriv pheno004 atlas-*; do touch $DS/.SKIP_VALIDATION; done
if: matrix.bids-validator != 'dev'

- name: Set BIDS_SCHEMA variable for dev version
Expand All @@ -129,7 +128,7 @@ jobs:
# Update this URL to the schema.json from PRs to the spec, when needed.
# If this variable is unset, dev will generally track the latest development
# release of https://jsr.io/@bids/schema
run: echo BIDS_SCHEMA=https://bids-specification.readthedocs.io/en/latest/schema.json >> $GITHUB_ENV
run: echo BIDS_SCHEMA=https://bids-specification--1714.org.readthedocs.build/en/1714/schema.json >> $GITHUB_ENV

- name: Validate all BIDS datasets using bids-validator
run: |
Expand Down
8 changes: 8 additions & 0 deletions atlas-4S/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# A derivative using the 4S (Schaefer Supplemented with Subcortical Structures) atlas

This example includes atlas segmentations resampled into subject-specific spaces and/or resolutions.

The `sourcedata/atlas-4S` subdirectory contains the atlas files used to generate these derivatives.

Because this derivative dataset uses the `atlas-4S` entity,
a copy of the `atlas-4S_description.json` from the source atlas is also distributed.
142 changes: 142 additions & 0 deletions atlas-4S/atlas-4S_description.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,142 @@
{
"Authors": [
"M. Cieslak",
"T. Salo",
"E. Feczko",
"T.D. Satterthwaite"
],
"Curators": [
"M. Cieslak",
"T. Salo",
"E. Feczko",
"T.D. Satterthwaite"
],
"Description": "A set of non-cortical atlases and the Schaefer cortical atlas, that have been merged together in template space.",
"LevelType": "atlas",
"License": "CC BY-ND",
"Name": "4S: Schaefer Supplemented with Subcortical Structures",
"ReferencesAndLinks": [
"https://github.com/PennLINC/AtlasPack"
],
"SampleSize": 0,
"SourceAtlases": {
"CIT168Subcortical": {
"Authors": [
"W.M. Pauli",
"A.N. Nili",
"J.M. Tyszka"
],
"Curators": [
"W.M. Pauli",
"A.N. Nili",
"J.M. Tyszka",
"M. Okamoto"
],
"Description": "Parcellations based on high spatial resolution, three-dimensional templates, using high-accuracy diffeomorphic registration of T1- and T2- weighted structural images from 168 typical adults between 22 and 35 years old. NOTE: Atlases originally assigned the same label to structures in each hemisphere. Here we have split the regions into hemispheres. Additionally, the SNC, PBP and VTA regions have been merged into a single structure.",
"License": "MIT: https://github.com/jmtyszka/CIT168-SubCorticalAtlas/blob/master/LICENSE.md",
"Name": "CIT168",
"ReferencesAndLinks": [
"https://neurovault.org/collections/3145/",
"https://osf.io/jkzwp/wiki/home/",
"https://github.com/jmtyszka/CIT168-SubCorticalAtlas",
"Pauli, W., Nili, A. & Tyszka, J. A high-resolution probabilistic in vivo atlas of human subcortical brain nuclei. Sci Data 5, 180063 (2018). https://doi.org/10.1038"
]
},
"Cerebellum": {
"Authors": [
"King, M.",
"Hernandez-Castillo, C.R.",
"Poldrack, R.R.",
"Ivry, R.",
"Diedrichsen, J."
],
"Curators": [
"Diedrichsen J"
],
"Description": "King et al. (2019) provided an extensive characterization of the functional organization of the cerebellum of 24 healthy, young participants. The contrast are for for 47 task conditions, accounted for the activity caused by left hand, right hand, and eye movements. All contrast maps are relative to the mean activity across all tasks. The parcellation into 10 regions is defined from the task-evoked activity across all tasks.",
"License": "Creative Commons license CC BY-ND (Attribution - No derivatives)",
"Name": "Multi-domain task battery (MDTB) cerebellar parcellation",
"ReferencesAndLinks": [
"https://github.com/DiedrichsenLab/cerebellar_atlases",
"King, M., Hernandez-Castillo, C.R., Poldrack, R.R., Ivry, R., and Diedrichsen, J. (2019). Functional Boundaries in the Human Cerebellum revealedby a Multi-Domain Task Battery. Nat. Neurosci."
]
},
"HCPSubcortical": {
"Authors": [
"M.F. Glasser",
"S.N. Sotiropoulos",
"J.A. Wilson",
"T.S. Coalson",
"B. Fischl",
"J.L. Andersson",
"J. Xu",
"S. Jbabdi",
"M. Webster",
"J.R. Polimeni",
"D.C. Van Essen",
"M. Jenkinson",
"The WU-Minn HCP Consortium"
],
"Description": "The hippocampus and amygdala regions from the HCP subcortical atlas were selected.",
"License": "https://github.com/Washington-University/HCPpipelines/blob/21c0867c7f3a59554b9e28f5fe5cddd41e159170/LICENSE.md",
"Name": "HCP Subcortical Parcellation",
"ReferencesAndLinks": [
"https://github.com/Washington-University/HCPpipelines/blob/21c0867c7f3a59554b9e28f5fe5cddd41e159170/global/templates/170494_Greyordinates/Atlas_ROIs.1.60.nii.gz",
"Glasser, M. F., Sotiropoulos, S. N., Wilson, J. A., Coalson, T. S., Fischl, B., Andersson, J. L., ... & Wu-Minn HCP Consortium. (2013). The minimal preprocessing pipelines for the Human Connectome Project. Neuroimage, 80, 105-124."
]
},
"Schaefer2018v0143": {
"Authors": [
"A Schaefer",
"R Kong",
"E.M. Gordon",
"T.O. Laumann",
"X. Zuo",
"A.J. Holmes",
"S.B. Eickhoff",
"B.T. Yeo"
],
"Curators": [
"A Schaefer",
"R Kong",
"E.M. Gordon",
"T.O. Laumann",
"X. Zuo",
"A.J. Holmes",
"S.B. Eickhoff",
"B.T. Yeo"
],
"Description": "Resting state fMRI data from 1489 subjects were registered using surface-based alignment. A gradient weighted markov random field approach was employed to identify cortical parcels ranging from 100 to 1000 parcels. More details can be found in Schaefer et al. 2018.",
"License": "MIT: https://github.com/ThomasYeoLab/CBIG/blob/a8c7a0bb845210424ef1c46d1435fec591b2cf3d/LICENSE.md",
"Name": "Schaefer2018v0143",
"ReferencesAndLinks": [
"https://github.com/ThomasYeoLab/CBIG/tree/master/stable_projects/brain_parcellation/Schaefer2018_LocalGlobal",
"Schaefer, A., Kong, R., Gordon, E. M., Laumann, T. O., Zuo, X. N., Holmes, A. J., Eickhoff, S. B., & Yeo, B. T. (2018). Local-global parcellation of the human cerebral cortex from intrinsic functional connectivity MRI. Cerebral cortex, 28(9), 3095-3114."
]
},
"ThalamusHCP": {
"Authors": [
"E. Najdenovska",
"Y. Al\u00e9man-G\u00f3mez",
"G. Battistella",
"M. Descoteaux",
"P. Hagmann",
"S. Jacquemont",
"P. Maeder",
"J.P. Thiran",
"E. Fornari",
"M. Bach Cuadra"
],
"Description": "Regions are based on a probabilistic atlas of anatomical subparts of the thalamus built upon a relatively large dataset where the individual thalamic parcellation was done by employing a recently proposed automatic diffusion-based clustering method.",
"License": "Creative Commons Attribution Share Alike 4.0 International https://creativecommons.org/licenses/by-sa/4.0/legalcode",
"Name": "HCP Thalamic Parcellation",
"ReferencesAndLinks": [
"doi: 10.1038/sdata.2018.270",
"https://zenodo.org/record/1405484/files/Thalamus_Nuclei-HCP-MaxProb.nii.gz",
"https://zenodo.org/record/1405484/files/Thalamic_Nuclei-ColorLUT.txt",
"Najdenovska, E., Alem\u00e1n-G\u00f3mez, Y., Battistella, G. et al. In-vivo probabilistic atlas of human thalamic nuclei based on diffusion-weighted magnetic resonance imaging. Sci Data 5, 180270 (2018). https://doi.org/10.1038/sdata.2018.270"
]
}
},
"Species": "Human"
}
35 changes: 35 additions & 0 deletions atlas-4S/dataset_description.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"Authors": [
"M. Cieslak",
"T. Salo",
"E. Feczko",
"T.D. Satterthwaite"
],
"BIDSVersion": "1.10.1",
"DatasetType": "derivative",
"GeneratedBy": [
{
"Name": "AtlasPack",
"CodeURL": "https://github.com/PennLINC/AtlasPack"
}
],
"License": "CC BY-ND",
"Name": "4S: Schaefer Supplemented with Subcortical Structures",
"SourceDatasets": [
{
"URL": "https://github.com/jmtyszka/CIT168-SubCorticalAtlas"
},
{
"URL": "https://github.com/DiedrichsenLab/cerebellar_atlases"
},
{
"URL": "https://github.com/Washington-University/HCPpipelines/blob/21c0867c7f3a59554b9e28f5fe5cddd41e159170/global/templates/170494_Greyordinates/Atlas_ROIs.1.60.nii.gz"
},
{
"URL": "https://github.com/ThomasYeoLab/CBIG/tree/master/stable_projects/brain_parcellation/Schaefer2018_LocalGlobal"
},
{
"URL": "https://zenodo.org/record/1405484/files/Thalamus_Nuclei-HCP-MaxProb.nii.gz"
}
]
}
6 changes: 6 additions & 0 deletions atlas-4S/sourcedata/atlas-4S/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 4S:S chaefer Supplemented with Subcortical Structures

This repository contains two resolutions (156, 256) of the 4S atlas,
which is the Schaefer 2018 cortical atlas supplemented with subcortical structures from other atlases.

The atlas is shared in MNI152NLin6Asym, MNI152NLin2009cAsym, MNIInfant:cohort-1, MNIInfant:cohort-2, and fsLR space.
Loading