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  

|
September 18, 2013 05:08PM
If you run @SUMA_Make_Spec_FS on all of your Freesurfer folders, you can then take the SUMA folder contents (particularly the aparc+aseg_rank.nii) and use that to identify anatomical regions to pull out activations via a mask. I would probably use 3dcalc to do this for each subject. An example of pulling out the left putamen might go like this:

3dcalc -a 'subj001/SUMA/aparc+aseg_rank.nii' -prefix subj001_putamen.lh -expr 'equals(a,8)'
3dfractionize...
3dmaskave...

The 3dfractionize will resample your mask to the same size as your stats dataset and then you can use 3dmaskave to pull out the actual values. You will want to make sure that your fMRI images were aligned to the same anatomical you ran Freesurfer on. If this isn't the case, things get slightly more complex.

Previous Threads:
[afni.nimh.nih.gov]
[afni.nimh.nih.gov]



Edited 1 time(s). Last edit at 09/18/2013 05:10PM by Peter Molfese.
Subject Author Posted

Translating MNI based ROIs back to original domain for individual subjects

p_beach September 11, 2013 03:21PM

Re: Translating MNI based ROIs back to original domain for individual subjects

ziad September 11, 2013 04:59PM

Re: Translating MNI based ROIs back to original domain for individual subjects

jenni September 18, 2013 04:03PM

Re: Translating MNI based ROIs back to original domain for individual subjects

Peter Molfese September 18, 2013 05:08PM

Re: Translating MNI based ROIs back to original domain for individual subjects

Daniel Glen September 11, 2013 05:06PM