History of AFNI updates  

|
May 11, 2018 01:18PM
I do ReHo , Roi based analyses (correlation) and ALFF. Then ı do ttest by uber_ttest.py. At the ttest dataset ı use clustering at the AFNI GUI and when look clustering report MOCO has more significant voxels (total number of voxels at the report ) than NOTMOCO.

3dReHo -prefix ReHo11_{$subj} -inset errts.{$subj}.tproject+tlrc -mask mask_group+tlrc
3dmaskdump -noijk -mask mask_group+tlrc ReHo11_{$subj}+tlrc | 1d_tool.py -show_mmms -infile ->tt.txt
grep mean tt.txt | cut -f'2 4' -d ',' | cut -f2 -d ',' | cut -f2 -d '=' > std.txt
set std=`cat std.txt`
grep mean tt.txt | cut -f'2 4' -d ',' | cut -f1 -d ',' | cut -f2 -d '=' > mean.txt
set mean=`cat mean.txt`
echo {$mean}
echo {$std}
3dcalc -a ReHo11_{$subj}+tlrc -b mask_group+tlrc -expr '((a-'{$mean}')/('{$std}'*b))' -prefix ReHo11_Normalized2
for ReHo automating ı take std and mean value by code. I tried manually but the result didn't changed. I use ReHo11_Normalized2 for ttest.

3dUndump -prefix {$roi} -master errts.{$subj}.tproject+tlrc. -srad 6 -xyz {$roi}.txt
3dmaskave -quiet -mask {$roi}+tlrc. errts.{$subj}.tproject+tlrc. > timeCourse.txt
3dfim+ -input errts.{$subj}.tproject+tlrc. -polort 2 -ideal_file timeCourse.txt -out Correlation -bucket {$roi}_Corr
3dcalc -a {$roi}_Corr+tlrc. -expr 'log((1+a)/(1-a))/2' -prefix Corr_{$roi}_m_{$subj}_Z
and this is for Roi based analyses. I use Corr_....._Z for ttest last one.
Subject Author Posted

AFNI does not give logical result

trabz May 09, 2018 08:05AM

Re: AFNI does not give logical result

Peter Molfese May 09, 2018 08:36AM

Re: AFNI does not give logical result

trabz May 09, 2018 06:57PM

Re: AFNI does not give logical result

RWCox May 10, 2018 10:13AM

Re: AFNI does not give logical result

trabz May 10, 2018 01:11PM

Re: AFNI does not give logical result

Peter Molfese May 10, 2018 02:09PM

Re: AFNI does not give logical result

trabz May 10, 2018 02:21PM

Re: AFNI does not give logical result

Peter Molfese May 10, 2018 03:18PM

Re: AFNI does not give logical result

trabz May 11, 2018 07:16AM

Re: AFNI does not give logical result

Peter Molfese May 11, 2018 08:51AM

Re: AFNI does not give logical result

trabz May 11, 2018 10:05AM

Re: AFNI does not give logical result

Peter Molfese May 11, 2018 10:19AM

Re: AFNI does not give logical result

trabz May 11, 2018 11:58AM

Re: AFNI does not give logical result

RWCox May 11, 2018 12:42PM

Re: AFNI does not give logical result

trabz May 11, 2018 01:18PM

Re: AFNI does not give logical result

RWCox May 13, 2018 05:27PM

Re: AFNI does not give logical result

trabz May 15, 2018 06:21AM

Re: AFNI does not give logical result

rick reynolds May 15, 2018 09:32AM

Re: AFNI does not give logical result

trabz May 17, 2018 10:00PM

Re: AFNI does not give logical result

rick reynolds May 22, 2018 02:04PM

Re: AFNI does not give logical result

trabz July 13, 2018 02:59PM