Principle and practice of mapping the brain's functional architecture into a low-dimensional space.
We are studying how sex (male/female) and disease state (ASD vs. control) interact to affect brain function. We have successfully estimated a Sex x Disease interaction effect. In statistical terms, we have a vector $\mathbf{t}$ of length $P$ (where $P=7$, representing our 7 brain regions/ROIs). Each entry $t_i$ tells us the strength of the interaction in that specific region.
But a vector of t-statistics is just a list of numbers. To make it biologically meaningful, we need to translate these numbers into biological and cognitive semantics. We asked: “If a brain region has a high interaction t-statistic, what cognitive functions or genes are associated with it?”
Here is how we “decoded” the vector using external databases.
Cognitive decoding → linking the statistical map to mental functions.
Gene enrichment analysis → linking it to patterns of gene expression in the brain.
To interpret our vector $\mathbf{t}$, we used NeuroSynth, which is essentially a massive, NLP-mined contingency table of brain activity.
Decoding (Correlation): We simply calculated the correlation between our interaction vector $\mathbf{t}$ and every column in $\mathbf{C}$. \(r_k = \text{Corr}(\mathbf{t}, \mathbf{C}_{., k})\)
Determine if the spatial pattern of Sex × ASD interaction ($\mathbf{t}$) corresponds to specific gene expression profiles.
The genes associated with the interaction effect were significantly enriched in the cortex, striatum, and thalamus during development. Previous studies showed an increase in the growth rate of striatal structures in ASD, a reduction in thalamic volume, and dysregulation of thalamocortical networks. Therefore, this confirms again our t-statistic is high in ASD-related regions.
We treated the biological interpretation as a pattern matching problem.
This allowed us to move from “We found a significant t-test” to “The difference is driven by social processing circuits formed during adolescence”.