table of contents
LIPSIA     Statistical significance test within ROIs
vROIonesample_ttest
This program performs a one-sample t-test on regions of interest (ROIs) across a group of contrast images. The ROIs are specified in a mask file. It can be constructed either interactively using the progam 'vledit', or offline using 'vmaskedit'.

For each ROI within the mask, the program first computes the average across the contrast values within each data set separately. It thus obtains a list of averaged contrast values, where the number of elements in the list corresponds to the number of contrast images.

It then performs a one-sample t-test across this list against the null hypothesis of "no effect". Example:

vROIonesample_ttest -in cgtbsm_*.v -mask mask.v -report liste.txt

This call prints the statistical analysis to the terminal and to an ASCII-file. A typical output may for instance look like this:

  ROI   mean   t z p
1     0.4 (0.03)     -2.176     -1.941     0.0261
2     0.5 (0.01)     -1.031     -0.985     0.1623
3     -0.1 (0.02)     -0.629     -0.609     0.2712
4     -0.2 (0.05)     -0.578     -0.561     0.2874
5     0.3 (0.02)     0.553     0.537     0.2957

The column headed "mean" gives the mean value averaged across all contrast images. The number in brackets denotes the standard error.

It is possible to use a different mask for each contrast image. In this case, the number of contrast images and masks much match, and the number of ROIs and their IDs should be consistent across all masks. An '*' can be used to specify multiple input files. The files are then processed in lexicographical order. Please make sure that the lexicographical order of filenames is consistent so that each contrast image is matched to the correct mask.

vROIonesample_ttest -in cgtbsm_*.v -mask mask_*.v -report liste.txt

Parameters of 'vROIonesample_ttest':
-help
Prints usage information.
-in
Input files. Default: (none)
-mask
File(s) containing ROIs. Default: (none)
-report
ASCII-File containing output report. Default: (none)


Literature:
Bosch, V. (2000). "Statistical Analysis of Multi-Subject fMRI Data: Assessment of Focal Activations." Journal of Magnetic Resonance Imaging, 11(1), 61-64.
Max Planck Institute for Human Cognitive and Brain Sciences. Further Information: lipsia@cbs.mpg.de
Copyright © 2007 Max Planck Institute for Human Cognitive and Brain Sciences. All rights reserved.