AFNI Message Board

Dear AFNI users-

We are very pleased to announce that the new AFNI Message Board framework is up! Please join us at:

https://discuss.afni.nimh.nih.gov

Existing user accounts have been migrated, so returning users can login by requesting a password reset. New users can create accounts, as well, through a standard account creation process. Please note that these setup emails might initially go to spam folders (esp. for NIH users!), so please check those locations in the beginning.

The current Message Board discussion threads have been migrated to the new framework. The current Message Board will remain visible, but read-only, for a little while.

Sincerely, AFNI HQ

History of AFNI updates  

|
February 08, 2022 01:57PM
Hi Rick,

Thanks for your reply. I am not censoring but you're right that it's a lot of regressors. I wanted to verify with you that the steps I'm taking are correct to create regression matrices and run nuisance regression. For each participant, I created an ortvec matrix consisting of the 22 regressors of interest (10 CompCors and 6 realignment parameters and their first derivatives). This matrix was then fed into 3dDeconvolve to create a xmat file for regression:
3dDeconvolve -input ${sid}_task-rest_run-1_space-MNI152NLin2009cAsym_res-2_desc-preproc_bold_scale.nii.gz \
	-ortvec ${basedir}/aCompCor_RegMatrix/${sid}_${regtype}_confounds.txt ${regtype}_confounds \
	-polort 1 -num_stimts 0 -fout -tout -x1D X.scale.xmat.1D -xjpeg X.scale.jpg \
	-x1D_uncensored X.scale.nocensor.xmat.1D -fitts fitts.scale.nomask.${sid} \
	-errts errts.scale.${sid}.nii.gz -x1D_stop -bucket stats.scale.${sid}

Then I fed the resulting xmat into 3dTproject and used the -passband argument to perform bandpass filtering:
3dTproject -polort 0 -input ${sid}_task-rest_run-1_space-MNI152NLin2009cAsym_res-2_desc-preproc_bold_scale.nii.gz \
	-ort X.scale.nocensor.xmat.1D -prefix errts.${sid}.scale.${regtype}.tproject.nii.gz \
	-passband 0.008 0.09

Please let me know if you have any comments on the above steps. The goal is to regress the first 5 CompCors from WM/CSF, 12 motion parameters, and bandpass filter the data (0.008-0.09 Hz). Noted on bandpass filtering. I am trying a few variations of preprocessing on this data but am seeing that it's eating up many DOF.

Thank you,
Jenna
Subject Author Posted

3dTproject fMRIprep Output

jkblujus January 19, 2022 12:28PM

Re: 3dTproject fMRIprep Output

rick reynolds January 31, 2022 08:11PM

Re: 3dTproject fMRIprep Output

jkblujus February 08, 2022 01:57PM