cnlab / cnlab_pipeline

Python code for nipype pipelines used for GLM and functional connectivity analysis
MIT License
2 stars 1 forks source link

cnlab_pipeline

Python code for nipype pipelines used for standard lab analysis protocols

Each directory consists of a README.md, core scripts and parameter descriptions, and templates model specification files.


Below 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