Command-Line GingerALE

The command-line tools match the steps in the graphical version of GingerALE: ALE, Thresholding and Cluster Analysis. Each step requires GingerALE.jar or the slightly smaller version ale.jar

ALE & Testing Significance:

java -cp GingerALE.jar org.brainmap.meta.getALE2

Required parameters:

Optional parameters:

Thresholding

java -cp GingerALE.jar org.brainmap.meta.getThreshold2

Required parameters:

Optional parameters:

Cluster Analysis

java -cp GingerALE.jar org.brainmap.meta.getClustersStats

Required parameters:

Optional parameters:

Masks, etc

Mask images and the Talairach label image are saved as NIfTI images within GingerALE.jar. The mask options are:

  1. Talairach, More Conservative: "new_mask_smaller.nii"
  2. Talairach, Less Conservative: "new_mask_bigger.nii"
  3. MNI, More Conservative: "Colin27_smaller.nii"
  4. MNI, Less Conservative: "Colin27_bigger.nii"
For example:

java -cp GingerALE.jar org.brainmap.meta.getALE2 example_foci.txt -mask=Colin27_smaller.nii

If you use BrainMap Sleuth to create your text file of foci data, and you use one of our masks, then each command-line step will double-check the reference spaces and give you a warning message if they don't match.

Copyright © 2003-2010 Research Imaging Institute. All rights reserved.