Code for processing diffusion imaging and doing tractography
Pipeline
- Baseline quality control
- FSL_anat*
- Freesurfer*
- De-noising with topup & eddy - optional (see code)
- FDT pipeline
- BedPostX*
- Registration
- XTRACT / Tractography
- Segmentation (probtrackx2)
- Connectomics (probtrackx2)*
Set up:
- Download the code from the github link above and add it to your path e.g. bash_profile.
- Next there is some standard and freely available neuroimaging software that needs to be installed, plus Matlab if you want to run connectomics.
- Finally, you need to set the path to codedir in tract_van.sh, and that's it.
Data requirements:
- Only requires a T1, plus the diffusion data with corresponding bvecs & bvals
Runs a variety of analyses of relevance to deep brain stimulation (DBS) surgery, including specific tracts of interest, segmentation of various subcortical nuclei, and whole brain connectomics.
For connectomics run it with the corresponding connectome_tractography toolbox on my Github.