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 24, 2006 09:19AM
You could do something like this:

3dROIstats -quiet -mask mask+orig epi+orig > roi.1D
1dplot -one -xlabel TR -ylabel 'ROI mean' roi.1D

Or even combine them on one command line:

3dROIstats -quiet -mask mask+orig epi+orig | 1dplot -one -xlabel TR -ylabel 'ROI mean' -stdin

For more plotting options, see '1dplot -help'. However, please recognize that 1dplot is not intended to be a publication quality graph tool -- it is just a quick way to make some graphs for internal consumption, and is lacking a lot of desirable features. So don't expect to push it too far -- if you want some fancier graphs, you'll have to load the output file (e.g., roi.1D) into something else and play with it there (e.g., Excel?).
Subject Author Posted

Assigning ROI for Statical Analysis

Matt May 23, 2006 04:20PM

Re: Assigning ROI for Statical Analysis

rick reynolds May 23, 2006 04:38PM

Re: Assigning ROI for Statical Analysis

Matt May 23, 2006 06:30PM

Re: Assigning ROI for Statical Analysis

rick reynolds May 23, 2006 06:36PM

Re: Assigning ROI for Statical Analysis

Matt May 23, 2006 10:01PM

Re: Assigning ROI for Statical Analysis

rick reynolds May 24, 2006 08:45AM

Re: Assigning ROI for Statical Analysis

Zhark, Emperor May 24, 2006 09:19AM