Identifying region of compression on MT data for MTR computation

Hi SCT Team,
I am reaching out to seek guidance on how to estimate the MTR across different spinal cord tracts particularly focusing on areas at, above, and below the regions of compression.
The region(s) of compression are not as readily identified on these images as they are on the T2W.
I would greatly appreciate your recommendation for accurately identifying and delineating these ROIs on MT images. (please email link for shared data)

Thank you.

Hello Fauziyya,

Glad to hear from you!

I checked the data provided by an email.

For a bit of context for others: the data are acquired using the spine-generic protocol and consist of T2w iso (0.8mm) and axial T2star and MT scans. T2star and MT scans cover C2-C6/C7 vert levels.

Since the images are acquired using the spine-generic protocol, you can get inspiration from the process_data.sh processing script designed specifically for the spine-generic data.

A few modifications are needed in your case:

  • instead of registering T1w image to the PAM50, you will be registering T2w
  • if you are interested only in MT, you can remove the DWI and T2star parts from the script

Regarding the areas at, above, and below the regions of compression. There are a few considerations on how you define these areas.

  1. The main consideration is that the compression site cannot be (currently) identified automatically by SCT. A possible solution would be to label compression site(s) manually in the T2w image (as shown in this tutorial), then load the compression label during analysis, bring it from the T2w space to MT space, and compute metrics at the level of compression(s). HOWEVER, interpretation of MT metrics at the compression site must be taken with a grain of salt because MT data might be biased by low SNR and partial volume effect.
  2. You can compute metrics from the level above the compression automatically if you choose a reference level, for example, vert level C2 – compression usually does not appear at this level.
  3. The level below the compression is more tricky. Since compression(s) occurs predominantly between the C4/5 and C6/7 cervical levels (see for example Introduction in this review), the level below the compression would be C7 or even T1. These levels are not covered by your MT data, though.

TLDR: you can automatically compute metrics above the compression. I drafted a processing script (see the attachment). Note that the script requires JSON sidecars for MT files for the sct_compute_mtsat calculation.

Please let me know if you have any further questions.
Jan

process_data_Fauziyya.sh (9.9 KB)

2 Likes

Hi Jan,
This is great, thank you for the detailed guide. I will give a try and will keep you updated. Thank you so much!

Fauziyya

1 Like

Hi Jan,
Thank you for the guide. Please could you share information on how to generate the JSON sidecars?

Thank you

Thank you for the guide. Please could you share information on how to generate the JSON sidecars?

Hi Fauziyya!

The JSON sidecars for all images (including MT) are usually generated during the DICOM to NIfTI/BIDS conversion. For example, the popular dcm2bids conversion tool generates these JSON sidecars automatically based on DICOM headers.

Jan

Thank you Jan,
To clarify my question, yes, we have few all DICOM data with their JSON files, however most of our MRI data are the HEAD and BRIK files (AFNI). I am not sure which ones are the JSON files. files.E18463.zip - Google Drive
The link above is an example of the Raw data and the converted NIFTI files.
I will appreciate any guidance to identify/create the JSON files.

Thank you,
Fauziyya

Thanks for the clarification and example data! Indeed, your source data are in the AFNI format (HEAD and BRIK files). Unfortunately, I have never worked with the AFNI format, so I do not have insights on how to convert the AFNI format to BIDS properly while obtaining JSON sidecars. I did a quick search on the NeuroStars forum and found this relevant thread, which recommends the usage of DICOM, though.

Thank you for sharing the thread.
Do you anyone in your group that can help answer this question?

Kind regards,
Fauziyya

I asked my colleagues, but unfortunately, no one has done this.

Thank you Jan for your help and reaching out to your colleagues on our behalf. The good news is we have a way to retrieve all the Dicom files for all the AFNI files. I will keep you posted once I get them.

Thank you!

1 Like

Dear @valosekj,
I am including MTsat analysis to provides a more refined quantification of magnetization transfer effects in compressed spine.
I have the batch preprocessing pipeline to run the MT saturation and MTR. I am reaching out to ask about SCT resources that can help my understanding of the preprocessing and analysis of the data.
Thank you!

Hello @Mfauziyya!

Exciting! We have two tutorials on MT analysis:

  1. Computing MTR using co-registration between MT0 and MT1 data
  2. Coregistering additional data (MT, DT) to the PAM50 template

The commands from the tutorials were used for batch processing of the spine-generic dataset; see lines 203-265 in spine-generic/process_data.sh.