This projects contains code to download and process diffusion data from Healthy Brain Network with QSIprep and other tools.
Project for Neurohackacademy 2024. Contributors:
A Short Introduction to Diffusion MRI
/code/001-get-hbn-data_lkpo.ipynb
utilities.py
under /code/
BIDS_curated
folder. Each subject should have an anat
, dwi
and fmap
folder.data
folder to comply with BIDS formatdata_description.json
under the BIDS dataset folderrm -rf /tmp/cache/data/sub-*/*/*fmri*
/code/002_Run_QSI_Prep.sh
diffusion_mri
folder by typing on terminal:
singularity build ./my-qsi-prep.sif docker://pennbbl/qsiprep:0.22.1
sh 002_Run_QSI_Prep.sh <SUBID>
data
directory/code/003_Run_QSI_Recon.sh
For more information regarding the present project and instructions to use the jupyter notebooks, visit the documentation page in this repository.