Skip to content

Commit 254f4b4

Browse files
authored
Merge pull request #349 from oesteban/enh/confound-model-enhancement-adjustment
ENH: Add new confounds model to reports template
2 parents 6b575d3 + da46c9d commit 254f4b4

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

niworkflows/reports/fmriprep.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,21 @@ sections:
6464
desc: '[at]compcor'
6565
extensions: [.html]
6666
suffix: bold
67+
- bids: {datatype: func, desc: '[at]compcorvar', suffix: bold}
68+
caption: The cumulative variance explained by the first k components of the
69+
<em>t/aCompCor</em> decomposition, plotted for all values of <em>k</em>.
70+
The number of components that must be included in the model in order to
71+
explain some fraction of variance in the decomposition mask can be used
72+
as a feature selection criterion for confound regression.
73+
- bids: {datatype: func, desc: 'confoundcorr', suffix: bold}
74+
caption: |
75+
Left: Heatmap summarizing the correlation structure among confound variables.
76+
(Cosine bases and PCA-derived CompCor components are inherently orthogonal.)
77+
Right: magnitude of the correlation between each confound time series and the
78+
mean global signal. Strong correlations might be indicative of partial volume
79+
effects and can inform decisions about feature orthogonalization prior to
80+
confound regression.
81+
subtitle: Correlations among nuisance regressors
6782
- bids: {datatype: func, desc: flirtnobbr, suffix: bold}
6883
caption: FSL <code>flirt</code> was used to generate transformations from EPI
6984
space to T1 Space - BBR refinement rejected. Note that Nearest Neighbor interpolation

0 commit comments

Comments
 (0)