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  

|
May 19, 2020 11:10AM
Hi, Ana-

3dROIMaker has the following options, to take a subset of the top N voxels (unconnected or connected) in each ROI, if you have a "refset" of ROI locations:
-only_some_top N :after '-volthr' but before any ref-matching or
inflating, one can restrict each found region
to keep only N voxels with the highest inset values.
(If an ROI has <N voxels, then all would be kept.)
This option can result in unconnected pieces.
-only_conn_top N :similar-ish to preceding option, but instead of just
selecting only N max voxels, do the following
algorithm: start the ROI with the peak voxel; search
the ROI's neighbors for the highest value; add that
voxel to the ROI; continue until either the ROI has
reached N voxels or whole region has been added.
The returned ROI is contiguous and 'locally' maximal
but not necessarily globally so within the original
volume.

You could do some looping to subdivide things, but this isn't really based on level; otherwise, as Gang noted, you could do some "banded" ROI definition. But it would be good to have the problem specified a little more clearly.

--pt
Subject Author Posted

clusters based on correlations

Ana Navarro Cebrian May 19, 2020 09:14AM

Re: clusters based on correlations

gang May 19, 2020 10:25AM

Re: clusters based on correlations

ptaylor May 19, 2020 11:10AM

Re: clusters based on correlations

Ana Navarro Cebrian May 19, 2020 11:21AM

Re: clusters based on correlations

ptaylor May 19, 2020 11:44AM