ACE Cluster Only

Apply cluster-wise analysis including a cluster-wise TFCE test and correlation analysis on voxelized and warped segmentation maps.

Main Inputs

Control and Treated directories, containing voxelized and warped segmentation maps for each group.

CLI

To get more information about the workflow and its required arguments use the following command on the CLI:

$ miracl stats ace -h

Main outputs

./
|-- clust_final/
   |-- f_obs.nii.gz
   |-- p_values.nii.gz
   |-- pvalue_heatmap_mean_plot.tiff
|-- corr_final/
  • clust_final: Contains the cluster-wise TFCE permutation statistics at the atlas space (f_obs.nii.gz), the p-value image of the F-statistics (p_values.nii.gz), and the p-value heatmap projected onto the Allen atlas space (pvalue_heatmap_mean_plot.tiff). All p-values are expressed as -log10(p-value).

  • corr_final: Contains the correlation analysis output including correlation maps and p_value maps.

Jupyter notebook

An accompanying Jupyter notebook for this tutorial can be found here.