Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Discuss looking into tissue bridges in the case of spinal cord MS lesions #100

Open
plbenveniste opened this issue Jun 13, 2024 · 1 comment
Assignees

Comments

@plbenveniste
Copy link
Collaborator

plbenveniste commented Jun 13, 2024

This is related to PR 4489.

A metric which could be interesting to compute in the case of MS lesions in the spinal cord is the size of the tissue bridges. It measures the distance/surface of the healthy spinal at the level of a lesion. It could be seen as the surface where neural information can still circulate.

The following image from Jan describes the measure of a tissue bridge:

image

@plbenveniste plbenveniste self-assigned this Jun 13, 2024
@valosekj
Copy link
Member

valosekj commented Jul 8, 2024

Trying on sub-cal119_ses-M0_STIR, which has 2 lesions:

input image

Kapture 2024-07-08 at 13 30 49

Code:

# Pull the code for the tissue bridges
cd $SCT_DIR
git fetch
git checkout jv/compute_midsagittal_tissue_bridges

# Run sct_analyze_lesion
cd ~/data/data.neuro.polymtl.ca/canproco/derivatives/labels/sub-cal119/ses-M0/anat
sct_analyze_lesion -m sub-cal119_ses-M0_STIR_lesion-manual.nii.gz -s sub-cal119_ses-M0_STIR_seg-manual.nii.gz

Output:

...
Lesion count = 2

Measures on lesion #1...
  (S-I) length : 5.01 mm
  Max. equivalent diameter : 3.97 mm
  Maximum axial damage ratio : 0.17
  Midsagittal slice of the spinal cord: 4
  Sagittal slice 3, Minimum dorsal tissue bridge width: 2.73 mm (axial slice 195)
  Sagittal slice 3, Minimum ventral tissue bridge width: 0.0 mm (axial slice 194)
  Sagittal slice 3, Total tissue bridge width: 2.73 mm
  Volume : 44.1 mm^3

Measures on lesion #2...
  (S-I) length : 7.84 mm
  Max. equivalent diameter : 3.25 mm
  Maximum axial damage ratio : 0.13
  Midsagittal slice of the spinal cord: 4
  Sagittal slice 5, Minimum dorsal tissue bridge width: 0.0 mm (axial slice 221)
  Sagittal slice 5, Minimum ventral tissue bridge width: 2.75 mm (axial slice 220)
  Sagittal slice 5, Total tissue bridge width: 2.75 mm
  Volume : 55.86 mm^3
...

Output PNG image produced by sct_analyze_lesion:

image

One interesting thing to notice (which does not have an effect on the computation of the bridges, though) is that the lesion mask is not 100% within the cord mask. From the anatomical perspective, the lesion should be part of the cord. This should be taken into account when training models, for example, by ensuring that the lesions are part of the cord, as done in SCIseg here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants