Command-Line GingerALE

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

ALE & Testing Significance:

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

Required parameters:

Optional parameters:

ALE Contrast:

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

Required parameters:

Optional parameters:

Thresholding

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

Required parameters:

Optional parameters:

Cluster Analysis for non-GingerALE images

Use this step to create a "cluster image" which is required in the cluster analysis step.

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

Required parameters:

If you're not sure what the minimum cluster size should be, use 1 mm3 to leave all clusters in the image.

Cluster Analysis

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

Required parameters:

Optional parameters:

Mask Options

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-2011 Research Imaging Institute. All rights reserved.