Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Defining clusters (see FSL guide)

Example command for corrected p value < 0.05:

[datauser@localhost temp]$ cluster -i L_Hipp_vertexMNI_rand_tfce_corrp_tstat1.nii.gz -t 2 0.05 -o cluster_index --osize=cluster_size  {optional: > cluster_info.txt}

This will create two nifti files as shown below with values at any location above the threshold (2 0.95 in the example), one with the cluster index starting at 1 (cluster_index.nii,gz) and one with the cluster size in voxels (cluster_size.nii.gz). The list of clusters will be displayed in the command window, unless the option "pipe" (>) to text file is used, in which case the text file will contain the table information.

...