Left cortical thickness (regions associated with age)
Left subcortical thickness (regions associated with age)
All surface styles from FreeSurfer are available, and handy one-line gif functions are implemented
--> See code example and usage here.
brainMapR is a package to analyse and plot brain association maps (BWAS results). It is tailored for brain MRI vertex-wise analyses, extracted from T1w images. brainMapR requires brain MRI processed with FreeSurfer (for cortical vertices) and/or ENIGMA-shape package (for subcortical vertices).
For more details about the processing and the analyses - see my two previous repositories brain-LMM and brain-mapping-LMM.
This package accompanies two publications:
A unified framework for association and prediction from vertex-wise grey-matter structure
Parsimonious model for mass-univariate vertexwise analysis
- Install the R package:
library(devtools)
devtools::install_github("baptisteCD/brainMapR")
- Load package
library(brainMapR)