Add files using upload-large-folder tool
Browse files
README.md
CHANGED
@@ -1,7 +1,24 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
3794 3D structural MRI brain scans (T1-weighted MPRAGE NIfTI files) from 2607 individuals included in five publicly available datasets: [IXI](https://brain-development.org/ixi-dataset/), [DLBS](https://fcon_1000.projects.nitrc.org/indi/retro/dlbs.html), [NKI-RS](https://fcon_1000.projects.nitrc.org/indi/enhanced/sharing_neuro.html), [OASIS-1](https://sites.wustl.edu/oasisbrains/home/oasis-1/), and [OASIS-2](https://sites.wustl.edu/oasisbrains/home/oasis-2/). Subjects have a mean age of 45 ± 24. 3773 scans come from cognitively normal individuals and 261 scans from individuals with an Alzheimer's disease clinical diagnosis. Scans dimensions are 113x137x113, 1.5mm^3 resolution, aligned to MNI152 space (see methods).
|
3 |
|
4 |
-
Scans
|
5 |
|
6 |
|
7 |
# License
|
@@ -69,7 +86,7 @@ brain-structure/
|
|
69 |
```
|
70 |
|
71 |
|
72 |
-
# Example usage
|
73 |
```
|
74 |
# install Hugging Face Datasets library
|
75 |
pip install datasets
|
@@ -159,7 +176,7 @@ Citation: OASIS-2: Longitudinal: https://doi.org/10.1162/jocn.2009.21407
|
|
159 |
# Methods
|
160 |
## Image processing
|
161 |
T1-weighted structural MRI scans were processed with [CAT12](https://neuro-jena.github.io/cat12-help/) ([Gaser et al, 2024](https://academic.oup.com/gigascience/article/doi/10.1093/gigascience/giae049/7727520)). The image processing steps were:
|
162 |
-
- correct for bias, noise and intensity
|
163 |
- mask to brain-only (gray matter + white matter + CSF)
|
164 |
- register to ICBM 2009c Nonlinear Asymmetric space (MNI152NLin2009cAsym 1.5mm^3) using linear affine registration with 12 degrees of freedom in [FSL FLIRT](https://fsl.fmrib.ox.ac.uk/fsl/docs/#/registration/flirt/index) ('flirt -in t1.nii.gz -ref mni_icbm152_t1_tal_nlin_asym_09c_brain_1_5_mm.nii.gz -dof 12 -noresampblur').
|
165 |
|
@@ -177,8 +194,8 @@ Scans were partitioned into train/validation/test datasets with a 80%/10%/10% sp
|
|
177 |
author = {Jesse Brown and Clayton Young},
|
178 |
title = {Brain-Structure: A Collection of Processed Structural MRI Scans},
|
179 |
year = {2025},
|
180 |
-
url = {
|
181 |
note = {Version 1.0},
|
182 |
-
publisher = {
|
183 |
}
|
184 |
```
|
|
|
1 |
+
---
|
2 |
+
license: odc-by
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
task_categories:
|
6 |
+
- image-classification
|
7 |
+
tags:
|
8 |
+
- medical
|
9 |
+
- brain-data
|
10 |
+
- mri
|
11 |
+
pretty_name: 3D Brain Structure MRI Scans
|
12 |
+
---
|
13 |
+
# Dataset Description
|
14 |
+
**Homepage:** [Radiata](https://radiata.ai/)
|
15 |
+
**Contact:** [Jesse Brown](https://huggingface.co/jesse-radiata)
|
16 |
+
|
17 |
+
|
18 |
+
## Dataset Summary
|
19 |
3794 3D structural MRI brain scans (T1-weighted MPRAGE NIfTI files) from 2607 individuals included in five publicly available datasets: [IXI](https://brain-development.org/ixi-dataset/), [DLBS](https://fcon_1000.projects.nitrc.org/indi/retro/dlbs.html), [NKI-RS](https://fcon_1000.projects.nitrc.org/indi/enhanced/sharing_neuro.html), [OASIS-1](https://sites.wustl.edu/oasisbrains/home/oasis-1/), and [OASIS-2](https://sites.wustl.edu/oasisbrains/home/oasis-2/). Subjects have a mean age of 45 ± 24. 3773 scans come from cognitively normal individuals and 261 scans from individuals with an Alzheimer's disease clinical diagnosis. Scans dimensions are 113x137x113, 1.5mm^3 resolution, aligned to MNI152 space (see methods).
|
20 |
|
21 |
+
Scans have been processed and all protected health information (PHI) is excluded. Only the skull-stripped scan, integer age, biological sex, clinical diagnosis, and scan metadata are included. [Radiata](https://radiata.ai/) compiles and processes publicly available neuroimaging datasets to create this open, unified, and harmonized dataset. For more information see https://radiata.ai/public-studies. Example uses including developing foundation-like models or tailored models for brain age prediction and disease classification.
|
22 |
|
23 |
|
24 |
# License
|
|
|
86 |
```
|
87 |
|
88 |
|
89 |
+
# Example usage
|
90 |
```
|
91 |
# install Hugging Face Datasets library
|
92 |
pip install datasets
|
|
|
176 |
# Methods
|
177 |
## Image processing
|
178 |
T1-weighted structural MRI scans were processed with [CAT12](https://neuro-jena.github.io/cat12-help/) ([Gaser et al, 2024](https://academic.oup.com/gigascience/article/doi/10.1093/gigascience/giae049/7727520)). The image processing steps were:
|
179 |
+
- correct for bias, noise, and intensity
|
180 |
- mask to brain-only (gray matter + white matter + CSF)
|
181 |
- register to ICBM 2009c Nonlinear Asymmetric space (MNI152NLin2009cAsym 1.5mm^3) using linear affine registration with 12 degrees of freedom in [FSL FLIRT](https://fsl.fmrib.ox.ac.uk/fsl/docs/#/registration/flirt/index) ('flirt -in t1.nii.gz -ref mni_icbm152_t1_tal_nlin_asym_09c_brain_1_5_mm.nii.gz -dof 12 -noresampblur').
|
182 |
|
|
|
194 |
author = {Jesse Brown and Clayton Young},
|
195 |
title = {Brain-Structure: A Collection of Processed Structural MRI Scans},
|
196 |
year = {2025},
|
197 |
+
url = {https://huggingface.co/datasets/radiata-ai/brain-structure},
|
198 |
note = {Version 1.0},
|
199 |
+
publisher = {Hugging Face}
|
200 |
}
|
201 |
```
|