An open API service indexing awesome lists of open source software.

https://github.com/kamentsvetanov/CommonalityAnalysis

Commonality analysis for neuroimaging. Code supporting Wu et al, "Cerebral blood flow predicts multiple demand network activity and fluid intelligence across the lifespan".
https://github.com/kamentsvetanov/CommonalityAnalysis

commonality neuroimaging

Last synced: about 2 months ago
JSON representation

Commonality analysis for neuroimaging. Code supporting Wu et al, "Cerebral blood flow predicts multiple demand network activity and fluid intelligence across the lifespan".

Awesome Lists containing this project

README

        

## 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)