-
Notifications
You must be signed in to change notification settings - Fork 145
Description
General Support Request
Description
Hello, I have a question about estimating total gray matter volume when using only the FastSurfer segmentation module.
As I understand, aseg+DKT.stats is generated from the segmentation module, while aseg.stats (including total gray matter) is produced after the surface module. Therefore, the total gray matter value in aseg.stats may be influenced by surface reconstruction (e.g., pial refinement).
If I want to use only segmentation-based volumetric outputs (e.g., aseg+DKT.stats), what is the recommended approach to obtain total gray matter volume?
Specifically:
- Is it acceptable to derive total gray matter by summing relevant cortical and subcortical regions from aseg+DKT.stats?
In the FreeSurfer documentation, TotalGray is described as the sum of lhCortex + rhCortex + SubCortGray + CerebellumGM, which includes both surface-based volume calculations and voxel counts. Based on this, I am considering computing total gray matter by summing the corresponding cortical, subcortical, and cerebellar gray matter volumes from aseg+DKT.stats to keep the analysis fully volumetric.
- Is there a recommended or standard list of regions to include for this purpose when using FastSurfer segmentation outputs?
- Alternatively, is it still recommended to use the total gray matter value from aseg.stats, even when focusing on segmentation-based volumetric analysis?
I could not find clear guidance in the FreeSurfer documentation, and since outputs like aseg+DKT.stats seem to be specific to FastSurfer, I wanted to ask about the recommended practice.
Thank you for your guidance.
Environment
FastSurfer Verions: 2.4.2
Installation type: Docker
OS: Windows (WSL2, Ubuntu 22.04)