From dfe3c77636ce6d6726a57e3b08983e08c5cd587e Mon Sep 17 00:00:00 2001 From: Christian Gaser Date: Fri, 1 Sep 2023 18:11:52 +0200 Subject: [PATCH] Updated index.html --- cat.html | 2 +- index.html | 15 +++++++++++---- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/cat.html b/cat.html index fb8438f..7aa78cd 100644 --- a/cat.html +++ b/cat.html @@ -9,7 +9,7 @@

-

This is CAT12.9 (r2186) from 2023-04-26
You can update your copy of CAT12 here: Check for update.
If you find any bug, please report them at vbmweb@gmail.com.

+

This is CAT12.9 (r2219) from 2023-07-17
You can update your copy of CAT12 here: Check for update.
If you find any bug, please report them at vbmweb@gmail.com.

CAT


diff --git a/index.html b/index.html index ac5692c..437e0c0 100644 --- a/index.html +++ b/index.html @@ -3707,8 +3707,15 @@
References for quality control

FAQ

- The old "Check Sample Homogeneity" tool was quite useful for finding duplicate subjects in large samples. The new homogeneity tool, which uses Z-score, no longer supports this. - Estimating the Z-score is much faster than calculating the covariance matrix between all scans, especially for larger samples. Furthermore, newer CAT12 versions use the quatric mean Z-score, which gives outliers a greater weight and make them more obvious in the plot. However, the old tool is still available here. + Can we use CAT12 for white matter volume analysis? + Of course, CAT12 can examine white matter (WM). However, keep in mind that there are more sensitive methods for WM, such as DTI, and the sensitivity for WM may be lower compared to grey matter. This is because white matter regions are often quite homogeneous in T1-weighted images, making it more difficult to find differences.
+ However, if you do find something, all is fine, but if you do not, it may simply be due to the lower sensitivity.. +
+ +
+ The old "Check Sample Homogeneity" tool was quite useful for finding duplicate subjects in large samples. The new homogeneity tool, which uses Z-score, no longer supports this. What is the difference between these measures? + Both homogeneity measures differ in their calculations and it’s difficult to say which is a better and more suitable measure. I prefer the new z-score measure over correlation since it’s quicker to estimate for larger samples and aligns with the idea that outliers are often identified by the sample standard deviation. The z-score is computed as the difference between the sample mean and the voxel value, divided by the standard deviation, and averaged across all voxels.
+ Furthermore, newer CAT12 versions use the quatric mean Z-score, which gives outliers a greater weight and make them more obvious in the plot. However, the old tool is still available here.
@@ -3726,7 +3733,7 @@

FAQ

How can I run CAT12 on a HPC system? On the HPC I would prefer to call CAT12 from the shell without display. Here you can either use the standalone version of CAT12 (without need of Matlab license) or the standard version.
The ENIGMA-CAT12 protocol describes the available steps. You can decide with two flags (-ns, -e) whether you call the standalone or standard version.
- Standalone version: /software/CAT12.8.2_MCR/standalone/cat_standalone.sh -m /software/CAT12.8.2_MCR/v93 \
-b /software/CAT12.8.1_MCR/standalone/cat_standalone_segment_enigma.m \
/data/enigma-data/raw/sub*.nii.gz
@@ -3769,7 +3776,7 @@

FAQ

Is there a workflow to use the resampled surfaces for permutation analyses in FSL randomise or PALM? - Randomize will not work with surfaces, but PALM supports gifti files. Thus, the resampled files should work with PALM. + Randomising will not work with surfaces, but PALM does support gifti files. So the resampled files should work with PALM. However, if you are an SPM user, the TFCE toolbox may be easier to use as you can use your existing SPM design. The TFCE toolbox supports threshold free cluster enhancement and is seamlessly integrated with CAT12.