Differences between revisions 6 and 7
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
Relevant literature: [[http://www.ncbi.nlm.nih.gov/pubmed/16289928|Spatial maps in frontal and prefrontal cortex. Hagler DJ Jr, Sereno MI]]

Correction for Multiple Comparisons / Cluster Analysis

Volume

With so many voxels in fMRI maps, it is very likely that many voxels will appear to be active purely by random chance (ie, a false positive). This is known as the "Problem of Multiple Comparisons". One way around this is to do a cluster analysis in which active voxels are eliminated unless they appear in a cluster, the idea being that false positives will not appear next to each other.

The command mri_volcluster identifies clusters of activations that meet specified criteria. It then creates images, summary files and even numbered labels for the output clusters. The search space within the volume can be restricted to be within a mask. Two voxels are considered contiguous if they share a common row, column, or slice (except for --allowdiag).

Relevant literature: Spatial maps in frontal and prefrontal cortex. Hagler DJ Jr, Sereno MI

Surface

The same idea applies to data on a surface (vertices). The command mri_surfcluster identifies clusters of vertices that meet specified criteria.

Relevant literature: Hayasaka and Nichols (2003) (pdf)