This gear performs Voxel Based Morophometry using Jacobian determinants with ANTs on infants between 0-2 years old with isotropic reconstructed Hyperfine scans.
Usage Should be automated if setup correctly. Requires age to select appropriate template for registration. The configuration allows a selection of atlases to choose from. ROI volume estimation will be performed on these. FAQ
Takes the isotropic hyperfine reconstructions that have been bias corrected (N4) and calculates volume estimates for white matter, grey matter & CSF by calculating Jacobian determinants.
- Requires matching to template used in recon
- Required brain mask from HD-BET (Could include conditional to run HD-BET if files not found)
license: MIT License
url: https://github.com/Nialljb/fw-ants-vbm
cite:
Sean C.L. Deoni, Muriel M.K. Bruchhage, Jennifer Beauchemin, Alexandra Volpe, Viren D'Sa, Matthew Huentelman, Steven C.R. Williams,
Accessible pediatric neuroimaging using a low field strength MRI scanner, NeuroImage, Volume 238, 2021, 118273, ISSN 1053-8119,
https://doi.org/10.1016/j.neuroimage.2021.118273.
(https://www.sciencedirect.com/science/article/pii/S1053811921005498)
Bourke, N. J., Demarchi, C., De Simoni, S., Samra, R., Patel, M. C., Kuczynski, A., Mok, Q., Wimalasundera, N., Vargha-Khadem, F., & Sharp, D. J. (2022). Brain volume abnormalities and clinical outcomes following paediatric traumatic brain injury. Brain, 145(8), 2920\u20132934. https://doi.org/10.1093/brain/awac130
Category: analysis
Gear Level:
- Project
- Subject
- Session
- Acquisition
- Analysis
- api-key
- Name: api-key
- Type: object
- Optional: true
- Classification: api-key
- Description: Flywheel API key.
- input
- Base: file
- Description: input file (isotropic reconstruction, bias corrected & skull stripped)
- Optional: false
-
output
- Base: file
- Description: segmentated file
- Optional: false
-
volume
- Base: file
- Description: volume estimation file (csv)
- Optional: true
No metadata currently created by this gear
- Three dimensional structural image, bias corrected and skull stripped
- dcm2niix
- Level: Any
- file-metadata-importer
- Level: Any
- file-classifier
- Level: Any
This section provides a more detailed description of the gear, including not just WHAT it does, but HOW it works in flywheel
This gear is run at either the Subject
or the Session
level. It downloads the data from the output of a previously run HD-BET
analysis for that subject/session into the /flwyhweel/v0/work/
folder and then runs the
hyperfine-vbm
pipeline on it.
After the pipeline is run, the output folder is zipped and saved into the analysis container.
This section contains specifications on any input files that the gear may need
A picture and description of the workflow
graph LR;
A[T2w]:::input --> FW;
FW[FW] --> D2N;
D2N((dcm2niix)):::gear --> CISO;
CISO((recon)):::gear --> N4;
N4((biasCorr)):::gear --> BET;
BET((HD-BET)):::gear --> VBM;
VBM[Morphometry]:::container;
classDef container fill:#57d,color:#fff
classDef input fill:#7a9,color:#fff
classDef gear fill:#659,color:#fff
Description of workflow
- Upload data to container
- Prepare data by running the following gears:
- file metadata importer
- file classifier
- dcm2niix
- Run the ciso gear (Hyperfine triplane aquisitions)
- Run N4 bias correction gear
- Run HD-BET
- Run VBM
[For more information about how to get started contributing to that gear, checkout CONTRIBUTING.md.]