projects
Cortical thinning in epileptic disorders
We use
automated software developed at the BIC to measure thickness across the entire neocortex. The figure below shows areas of significantly decreased cortical thickness in patients with temporal lobe epilepsy (TLE) compared to healthy controls.

Statistical analysis was carried out using Keith Worsley's
SurfStat toolbox for Matlab. An example of using SurfStat to generate a group contrast is shown below.
fact = term(Fact);
X = 1 + fact;
slm = SurfStatLinMod( Y, X, avsurf );
contrast= fact.HC - fact.LTLE;
slm = SurfStatT( slm, contrast );
We then used the random field correction that comes with the SurfStat toolbox to detect significant clusters.
[ pval, peak, clus ] = SurfStatP( slm, mask )
Besides linear models, subject-specific individual analyses can be used.
Figure showing the individual analysis of atrophic TLE patients. Displayed are the proportions of atrophic (thickness z-score less than -2) patients at each vertex.
Connectivity in epileptic disorders
We are mapping connectivity between cortical regions using morphometric correlation analysis.
Figure showing inferred entorhinal cortex connections in healthy controls. Connections were inferred using cortical thickness correlations and correspond well to known anatomical tract tracing data from non-human primates.
data visualization
Some visualizations using
Blender.
The two surfaces generated by the cortical thickness extraction pipeline.
Manual segmentation of the entorhinal cortex in the mesiotemporal lobe region.
Wireframe mid surface model.