fsqc.checkCCSize¶
This module provides a function to check the relative size of the corpus callosum
- fsqc.checkCCSize.checkCCSize(subjects_dir, subject)[source]¶
Check the relative size of the corpus callosum.
This function evaluates the relative size of the corpus callosum by computing the sum of its volumes from the aseg.stats file and dividing it by the total intracranial volume.
- Parameters:
- Returns:
- relative_cc
float
The relative size of the corpus callosum.
- relative_cc
Notes
It requires a valid stats/aseg.stats file.