neuroharmony.combine_mriqc¶
- neuroharmony.combine_mriqc(mri_path=None, group_path=None, mclf_path=None)[source]¶
Combine group_T1w and mclf files from the MRIQC output.
It uses the list in columns_name.list file to select the relevant features in the freesurfer output.
- Parameters
- mri_path: string
The path to a BIDS directory.
- Returns
- combinedNDFrame of shape [n_subjects, n_features]
A DataFrame with the MRIQC information for each subject.