neuroharmony.combine_freesurfer¶
- neuroharmony.combine_freesurfer(freesurfer_path)[source]¶
Combine aparc and aseg data files in a single csv files.
It uses the list in columns_name.list file to select the relevant features in the freesurfer output.
- Parameters
- freesurfer_pathstring
The path to the subject directories.
- Returns
- combinedNDFrame of shape [n_subjects, n_features]
A DataFrame with the FreeSurfer volumetric data for each subject.