Skip to content

Commit 928f38f

Browse files
committed
update narrative
1 parent 47ff913 commit 928f38f

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

docs/data-narrative.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -906,7 +906,29 @@ The output HTML page ([07_T1_QC_ratings.html](https://github.com/PennLINC/grmpy_
906906
# Analysis
907907

908908
## ASL
909+
CBF maps were generated using [`plot_asl_cbf_maps.py`](https://github.com/PennLINC/grmpy_opendata/blob/main/analysis/plot_asl_cbf_maps.py).
909910

911+
## fMRI
912+
913+
ALFF and ReHo were generated using [`plot_alff_reho.py`](https://github.com/PennLINC/grmpy_opendata/blob/main/analysis/plot_alff_reho.py).
914+
915+
Atlasses were generated using [`plot_atlases.py`](https://github.com/PennLINC/grmpy_opendata/blob/main/analysis/plot_atlases.py).
916+
917+
Correlation matrices were generated using [`plot_corrmats.py`](https://github.com/PennLINC/grmpy_opendata/blob/main/analysis/plot_corrmats.py).
918+
919+
### GLM
920+
921+
The fracback GLM was run using the [`run_fracback_glm_first_level.slurm`](https://github.com/PennLINC/grmpy_opendata/blob/main/analysis/task_glm/run_fracback_glm_first_level.slurm) script which runs the [`run_fracback_glm_first_level.py`](https://github.com/PennLINC/grmpy_opendata/blob/main/analysis/task_glm/run_fracback_glm_first_level.py) script for each subject and model type.
922+
923+
Second-level GLM was run using the [`run_fracback_second_level.slurm`](https://github.com/PennLINC/grmpy_opendata/blob/main/analysis/task_glm/run_fracback_second_level.slurm) script which runs the [`run_fracback_second_level.py`](https://github.com/PennLINC/grmpy_opendata/blob/main/analysis/task_glm/run_fracback_second_level.py) script for each model type and contrast.
924+
925+
Group figures were generated using [`create_group_figure.py`](https://github.com/PennLINC/grmpy_opendata/blob/main/analysis/task_glm/create_group_figure.py).
926+
927+
## QSI
928+
929+
QSI Recon scalar maps were generated using [`plot_qsi_scalar_maps.py`](https://github.com/PennLINC/grmpy_opendata/blob/main/analysis/plot_qsi_scalar_maps.py).
930+
931+
Bundles were plotted using [`plot_afq_bundles.py`](https://github.com/PennLINC/grmpy_opendata/blob/main/analysis/plot_afq_bundles.py).
910932

911933
# Phenotypic Data
912934

0 commit comments

Comments
 (0)