Skip to content

Commit ef3052b

Browse files
committed
More derivatives documentation
1 parent f417348 commit ef3052b

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed
Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
All Outputs
2-
#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
33
<derivative>_zstd, The z-score standardized output for a derivative.
44
<derivative>_fisher_zstd - The z-score standardized output for a derivative using Fisher's z-score transformation.
55
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
99
<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.
1010

1111
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. (?)
1919

2020
Dual Regression - Compare large-scale networks.
2121
spatial_map_timeseries
@@ -26,14 +26,14 @@ dr_tempreg_maps_zstat_stack
2626

2727
Voxel-mirrored Homotopic Connectivity (VMHC) - Investigate connectivity between hemispheres.
2828
vmhc_fisher_zstd_zstat_map
29-
vmhc_raw_score
29+
vmhc_raw_score, The VMHC results in a 3D NifTI file.
3030

3131
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.
3434

3535
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.
3737

3838
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

Comments
 (0)