Diffusion MRI Basics

Diffusion MRI is a type of magnetic resonance imaging (MRI) that is used to visualize and quantify the movement of water molecules in the body. It is particularly useful for studying the white matter tracts in the brain, which are made up of axons (long, thin fibers) that connect different areas of the brain and facilitate communication between neurons.

In a diffusion MRI scan, the movement of water molecules is measured by applying a magnetic field gradient to the tissue being imaged. The resulting data can be used to calculate various diffusion-related parameters, such as the fractional anisotropy (FA) and mean diffusivity (MD), which can provide information about the structure and function of the brain.

Diffusion MRI is a non-invasive, safe, and widely used technique in the field of neuroscience and has many applications in research and clinical practice. It can be used to study the structural organization of the brain, to identify abnormalities or changes in the white matter tracts that may be associated with various neurological conditions, and to monitor the progression of diseases.

Before practicum on Friday, please complete following:

Diffusion MRI basics

Diffusion-weighted images (DWI) are a type of magnetic resonance imaging (MRI) that are sensitive to the movement of water molecules within a sample. They are created by applying a magnetic field gradient to the sample and measuring the resulting diffusion of water molecules. The resulting images are called diffusion-weighted because they are weighted according to the amount of diffusion that has occurred.

The b-value is an important parameter in diffusion MRI, as it determines the sensitivity of the resulting images to the diffusion of water molecules in the tissue. Higher b-values correspond to stronger diffusion weighting and more sensitive images, while lower b-values correspond to weaker diffusion weighting and less sensitive images.

The sammpling scheme of diffusion MRI refers to the specific set of b-value and gradient table used to acquire diffusion weighted images. Commonly-used schemes include single-shell, which acquires one b-value at multiple directions, multishell, which acquires two or three b-values at multiple directions, grid, which acquires multiple b-values at multiple directions.



During practicum on Friday:

Overview (10 min)

CLI for creating SRC

dsi_studio --action=src --source=sub-01_dwi_sub-01_run-1_dwi.nii.gz --bval=sub-01_dwi_sub-01_run-1_dwi.bval --bvec=sub-01_dwi_sub-01_run-1_dwi.bvec --output=sub-01_dwi_sub-01_run-1_dwi.src.gz

Diffusion MRI sequence diagram (10 min)

source: Morozov, Sergey, et al. “Diffusion processes modeling in magnetic resonance imaging.” Insights into Imaging 11.1 (2020): 1-9.

source: Morozov, Sergey, et al. “Diffusion processes modeling in magnetic resonance imaging.” Insights into Imaging 11.1 (2020): 1-9.

Diffusion sensitization (5 min)

Sampling schemes of the b-table (5 min)

image

Quality Checks on dMRI data

(source: https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/eddy)

(source: https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/eddy)

CLI for EDDY

dsi_studio --action=rec --source=sub-01_dwi_sub-01_run-1_dwi.nii.gz.src.gz --cmd="[Step T2][Corrections][EDDY]" --save_src=preproc.src.gz

(source: https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/topup/TopupUsersGuide)

CLI for TOPUP+EDDY

dsi_studio --action=rec --source=sub-01_dwi_sub-01_acq-multiband_dwi.nii.gz.src.gz --rev_pe=sub-01_fmap_sub-01_acq-multiband_dir-PA_dwi.nii.gz --save_src=preproc.src.gz

Assignment :

Process dMRI data on real-world studies

  1. Download data from the SCA2 Diffusion Tensor Imaging study to a folder (e.g. D:/SCA2) study

  2. Click [Batch Processing][Step B2a: NIFTI to SRC (BIDS)] and select the folder. DSI Studio will ask to specify another folder to output the SRC files (e.g. D:/src).

  3. Run [Diffusion MRI Analysis][Step T1a: Quality Control] and select the folder storing the SRC files. Save the report as a text file (e.g. report.txt)

  4. Check the report and identify scan with problematic data.

  5. Open the problematic SRC file in [Step T2 Reconstruction] and identify the cause.

  6. Apply eddy correction and compare the quality control report with/without correction.