|
1 | | -.. cpp_bids_spm documentation master file, created by |
2 | | - sphinx-quickstart on Tue Oct 13 11:38:30 2020. |
3 | | - You can adapt this file completely to your liking, but it should at least |
4 | | - contain the root `toctree` directive. |
5 | | -
|
6 | | -Welcome to CPP SPM BIDS pipeline documentation! |
7 | | -*********************************************** |
| 1 | +Welcome to CPP_ROI documentation! |
| 2 | +********************************* |
8 | 3 |
|
9 | 4 | .. toctree:: |
10 | 5 | :maxdepth: 2 |
11 | 6 | :caption: Content |
12 | 7 |
|
13 | | - set_up |
14 | | - workflows |
15 | | - QA |
16 | | - defaults |
17 | | - batches |
18 | 8 | function_description |
19 | | - method_section_boilerplate |
20 | | - mancoreg |
21 | | - docker |
22 | | - contributing |
23 | | - |
24 | | -This pipeline contains a set of functions to run fMRI analysis on a |
25 | | -[BIDS data set](https://bids.neuroimaging.io/) using SPM12. |
26 | | - |
27 | | -This can perform: |
28 | | - |
29 | | -- slice timing correction, |
30 | | -- spatial preprocessing: |
31 | | - |
32 | | - - realignment, coregistration `func` to `anat`, `anat` segmention, |
33 | | - normalization to MNI space |
34 | | - - realignm and unwarp, coregistration `func` to `anat`, `anat` segmention |
35 | | - |
36 | | -- smoothing, |
37 | | -- Quality analysis: |
38 | | - |
39 | | - - for anatomical data |
40 | | - - for functional data |
41 | | -- GLM at the subject level |
42 | | -- GLM at the group level à la SPM (meaning using a summary statistics approach). |
43 | | - |
44 | | -It can also prepare the data to run an MVPA analysis by running a GLM for each |
45 | | -subject on non-normalized images and get one beta image for each condition to be |
46 | | -used in the MVPA. |
47 | | - |
48 | | - |
49 | | -Assumptions |
50 | | -=========== |
51 | | - |
52 | | -At the moment this pipeline makes some assumptions: |
53 | | - |
54 | | -- it assumes that the dummy scans have been removed from the BIDS data set and |
55 | | - it can jump straight into pre-processing, |
56 | | -- it assumes the metadata for a given task are the same as those the first run |
57 | | - of the first subject this pipeline is being run on, |
58 | | -- it assumes that group are defined in the subject field (eg `sub-ctrl01`, |
59 | | - `sub-blind01`, ...) and not in the `participants.tsv` file. |
60 | | - |
61 | 9 |
|
62 | 10 |
|
63 | 11 | Indices and tables |
|
0 commit comments