Each directory consists of a README.md, core scripts and parameter descriptions, and templates model specification files.
BIDS
- Scripts to convert raw DICOMS to BIDS-compatible niftisFC
- Functional connectivity codeFMRIPREP
- Scripts to run fMRIPrepL1
- Python modules containing nipype workflow functions for first-level analysisL2
- Python modules containing nipype workflow functions for second-level analysis MVPA
- Scripts to run MVPA analysesPE
- Scripts to compute pattern expression valuesPPI
- Python wrapper code to run PPI using SPMROI
- Scripts to extract parameter estimates from ROIsarchive
- archived scriptsBelow is the file structure for the repository:
├── BIDS
│ ├── README.md
│ └── templates
├── FC
│ ├── README.md
│ ├── extract_signal.ipynb
│ ├── make_adjacency_matrix-FOR_PROJECT1.ipynb
│ ├── make_adjacency_matrix.ipynb
│ ├── make_adjacency_matrix_WITH_UPDATED_SIMILARITY_METRICS.ipynb
│ ├── make_adjacency_matrix_for_synchrony.ipynb
│ └── templates
├── FMRIPREP
│ ├── README.md
│ └── templates
├── L1
│ ├── README.md
│ ├── first_level.pyc
│ ├── l1analysis_SPM.py
│ ├── l1analysis_description.json
│ ├── l1analysis_notebook.ipynb
│ └── templates
├── L2
│ ├── README.md
│ ├── l2analysis_SPM.py
│ ├── l2analysis_description.json
│ ├── l2analysis_notebook.ipynb
│ └── templates
├── MVPA
│ ├── README.md
│ └── templates
├── PE
│ ├── README.md
│ └── templates
├── PPI
│ ├── BIDStest_ONR_gPPIv13_wrapper.ipynb
│ ├── BIDStest_ONR_gPPIv13_wrapper.m
│ ├── README.md
│ ├── batch8example_gPPIv13_wrapper.ipynb
│ └── templates
├── ROI
│ ├── README.md
│ └── templates
└── archive