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 04, 2015 03:40PM
It looks from the command that two separate ROI files have been input?:
../masks/lAmygdala_roi+tlrc.
../masks/rAmygdala_roi+tlrc

However, the "-in_rois FILE" should be a single file with each ROI defined as a set of voxels with a given integer. Thus, you could combine your data into a 'network' first (assuming each file is a binary mask; otherwise, use 'step(a)+2*step(b)' in the expr):
$ 3dcalc -a ../masks/lAmygdala_roi+tlrc. -b ../masks/rAmygdala_roi+tlrc -expr 'a+2*b' -prefix MY_NETWORK.nii.gz

and then use:
$ 3dNetCorr -inset errts.A0105.tproject+tlrc. -in_rois MY_NETWORK.nii.gz -fish_z -ts_wb+corr -mask mask_anat.A0105+tlrc. -prefix A0105.Amy.corr

(I'm assuming your mask is a whole brain mask)

How does that work?

--pt
Subject Author Posted

Connectivity analysis between two seed regions

hemasam February 02, 2015 04:35PM

Re: Connectivity analysis between two seed regions

Emperor Zhark February 03, 2015 10:58AM

Re: Connectivity analysis between two seed regions

hemasam February 03, 2015 11:33AM

Re: Connectivity analysis between two seed regions

ptaylor February 03, 2015 04:14PM

Re: Connectivity analysis between two seed regions

hemasam February 04, 2015 02:08PM

Re: Connectivity analysis between two seed regions

ptaylor February 04, 2015 03:40PM

Re: Connectivity analysis between two seed regions

hemasam February 12, 2015 11:22AM

Re: Connectivity analysis between two seed regions

Emperor Zhark February 04, 2015 01:09PM