Skip to content

Commit ce35dd6

Browse files
committed
(#1458) new reportlets for CompCor and confounds
1 parent 513be36 commit ce35dd6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

fmriprep/viz/config.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,18 @@
133133
"file_pattern": "func/.*ica_aroma",
134134
"title": "ICA AROMA",
135135
"description": "Maps created with maximum intensity projection (glass brain) with a black brain outline. Right hand side of each map: time series (top in seconds), frequency spectrum (bottom in Hertz). Components classified as signal are plotted in green; noise components in red."
136+
},
137+
{
138+
"name": "compcor",
139+
"file_pattern": "func/.*compcor",
140+
"title": "CompCor",
141+
"description": "The cumulative variance explained by the first k components of the t/aCompCor decomposition, for all values of k. The number of components that must be included in the model in order to explain some fraction of variance in the decomposition mask can be used as a feature selection criterion for confound regression."
142+
},
143+
{
144+
"name": "confounds_correlation",
145+
"file_pattern": "func/.*confounds_correlation",
146+
"title": "Correlations among nuisance regressors",
147+
"description": "Left: Heatmap summarising the correlation structure among confound variables. (Cosine bases and PCA-derived CompCor components are orthogonal.) Right: magnitude of the correlation between each confound time series and the mean global signal. Strong correlations might be indicative of partial volume effects and can inform decisions about feature orthogonalisation prior to confound regression."
136148
}
137149
]
138150
},

0 commit comments

Comments
 (0)