-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.asv
18 lines (10 loc) · 1.23 KB
/
README.asv
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## Commonality Analysis for Neuroimaging
Commonality analysis for neuroimaging. Code supporting Wu et al, "Cerebral blood flow predicts multiple demand network activity and fluid intelligence across the lifespan".
### Background
This voxel-wise GLM-like approach uses MATLAB's fitlm to save nii image of coefficients and p-values for each variable and residuals. This could be useful in instances with voxel-specific covariates. For example, in [Tsvetanov et al 2020](https://doi.org/10.1111/psyp.13714), we estimated variance explained and residuals in RSFA maps (across subjects) after controlling for regionally-speciffic effects of ASL maps, T1w maps in addition to other systemic effects.
We extended this voxel-wise approach to commonality analysis in [Wu et al 2022](https://www.sciencedirect.com/science/article/pii/S0197458022002044).
![image](./Figures/Figure_1.png)
### Dependencies
[SPM12](https://www.fil.ion.ucl.ac.uk/spm/software/spm12/) and [PALM](https://github.com/andersonwinkler/PALM).
Dependencies can be downloaded at https://github.com/kamentsvetanov/external/mat from the subfolders 'spm12' and 'palm'.
Other packages and functions integrated here are [rdir] and [MatlabTFCE](https://github.com/markallenthornton/MatlabTFCE)