Hi everyone,
I ran a VBM analysis between unpaired groups and got 4 significant clusters.
Cluster –i tfce_corrp_tstat1 –t 0.95 -o cluster_size osize=cluster_size > results.txt
fslmaths –dt int cluster_size -thr -uthr -bin
Where –thr and -uthr is the minimum-maximum (threshold) value from the index_cluster column at the results.txt where every significant cluster is displayed (1-4). In my case the -thr and -uthr values were the same (1), because only cluster 1 was of my interest.
I checked the mask and everything went ok at this point (1 cluster = 1 mask).
fslmeants –i –m > results_cluster.txt
I would like to calculate the total volume of that particular cluster (voxels, mm3) for every subject (n=56) to do correlations/regressions with other behavioral/cognitive variables in SPSS. I think my problem is in Step 3, do someone know a better way to calculate volumes on a particular cluster?
I also performed a manual extraction for the data using kernel spheres but I’m not happy with the results/method because even if I merge several spheres to create a mask to cover all the cluster I still got some voxels out of it (and viceversa).
Thanks!