You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#TODO Find out the names given to derivatives in cpac_pipline.py
2
+
#TODO Find out the names given to derivatives in cpac_pipeline.py
3
3
<derivative>_zstd, The z-score standardized output for a derivative.
4
4
<derivative>_fisher_zstd - The z-score standardized output for a derivative using Fisher's z-score transformation.
5
5
output_means, A directory containing a series of nested sub-directories of the following form (with subdirectories representing optional steps only included if those steps were run): _scan_rest/_csf_threshold_<threshold>/_gm_threshold_<threshold>/_wm_threshold_<threshold>/<nuisance_regressors>/_hp_<high frequency cut-off>/_lp_<low frequency cut off>/. At the lowest level of these subdirectories are text files that contain the average values for each derivative run. These individual means are also aggregated into a single file of the form 'output_means_<subject name>.csv' in the individua subject output directory.
@@ -9,13 +9,13 @@ Smoothing
9
9
<derivative>_smooth, directory containing a series of nested sub-directories of the following form (with subdirectories representing optional steps only included if those steps were run): _scan_rest/_csf_threshold_<threshold>/_gm_threshold_<threshold>/_wm_threshold_<threshold>/<nuisance_regressors>/_hp_<high frequency cut-off>/_lp_<low frequency cut off>/_fwhm_<kernel_fwhm>. At the lowest level of these subdirectories are smoothed NifTI files.
10
10
11
11
Seed-based Correlation Analysis (SCA) - Analyze the connectivity between brain regions.
12
-
sca_roi_correlation_files
13
-
sca_roi_correlation_stack
14
-
sca_seed_correlation_files
15
-
sca_tempreg_maps_files
16
-
sca_tempreg_maps_stack
17
-
sca_tempreg_maps_zstat_files
18
-
sca_tempreg_maps_zstat_stack
12
+
sca_roi_correlation_files, The results of seed-based correlation analysis for extracted time series from ROIs using 3dTcorr1D. Results for multiple ROIs are contained in separate files. (?)
13
+
sca_roi_correlation_stack, The results of seed-based correlation analysis for extracted time series from ROIs using 3dTcorr1D. Results for ROIs are concatenated together into a single 4D NifTI file. (?)
14
+
sca_seed_correlation_files, The results of seed-based correlation analysis for extracted time series from seed specifications using 3dTcorr1D.
15
+
sca_tempreg_maps_files, The results of multiple regression seed-based correlation analysis for extracted time series from ROIs. GLM parameter estimate images for each timeseries in the input file. Results for multiple ROIs are contained in separate files. (?)
16
+
sca_tempreg_maps_stack, The results of multiple regression seed-based correlation analysis for extracted time series from ROIs. GLM parameter estimate images for each timeseries in the input file. Results for ROIs are concatenated together into a single 4D NifTI file. (?)
17
+
sca_tempreg_maps_zstat_files, The z-standardized results of multiple regression seed-based correlation analysis for extracted time series from ROIs. GLM parameter estimate images for each timeseries in the input file. Results for multiple ROIs are contained in separate files. (?)
18
+
sca_tempreg_maps_zstat_stack, The z-standardized results of multiple regression seed-based correlation analysis for extracted time series from ROIs. GLM parameter estimate images for each timeseries in the input file. Results for ROIs are concatenated together into a single 4D NifTI file. (?)
19
19
20
20
Dual Regression - Compare large-scale networks.
21
21
spatial_map_timeseries
@@ -26,14 +26,14 @@ dr_tempreg_maps_zstat_stack
26
26
27
27
Voxel-mirrored Homotopic Connectivity (VMHC) - Investigate connectivity between hemispheres.
28
28
vmhc_fisher_zstd_zstat_map
29
-
vmhc_raw_score
29
+
vmhc_raw_score, The VMHC results in a 3D NifTI file.
30
30
31
31
Amplitude of Low Frequency Fluctuations (ALFF) and fractional ALFF (fALFF) - Measure the power of slow fluctuations in brain activity.
32
-
alff_img
33
-
falff_img
32
+
alff_img, The ALFF results in a 3D NifTI file.
33
+
falff_img, The f/ALFF results in a 3D NifTI file.
34
34
35
35
Regional Homogeneity (ReHo) - Measure the similarity of activity patterns across neighboring voxels.
36
-
raw_reho_map
36
+
raw_reho_map, The results for ReHo in a 3D NifTI file.
37
37
38
38
Network Centrality - Analyze the structure of functional networks.
39
-
centrality_outputs
39
+
centrality_outputs, A directory containing degree centrality, eigenvector centrality, and lfcd results as NifTI files.
0 commit comments