afni / afni

Official AFNI source and documentation
https://afni.nimh.nih.gov/pub/dist/doc/htmldoc/
Other
160 stars 105 forks source link

question: optimal "workflow" for hierarchical(?) model #115

Closed yarikoptic closed 3 years ago

yarikoptic commented 5 years ago

we have following levels

variables of interest

notes:

What would be the best tool and approach to model this large scale study using AFNI to pull everything together? ;-)

afni-gangc commented 5 years ago

Yes, such a hierarchical data structure can be handled in AFNI. Which specific program to use in AFNI would depend on the details of your data structure and variables. For example, are all the studies, sessions and runs going to be pooled together? Does age vary across sessions? Are some subjects genetically related?

yarikoptic commented 5 years ago

For example, are all the studies, sessions and runs going to be pooled together? Does age vary across sessions? Are some subjects genetically related?

eventually all studies will be pulled together, and 2 out of 5 are youth when the other 3 - adults. There are ages in adults studies which come close to the upper age within youth (IIRC 18 yo). For the moment we are pooling 3 adult studies. Age will also be added as a regressor. There is no known genetic information/relation between subjects.

afni-gangc commented 5 years ago

How many contrasts are involved? Any within-subject (or repeated-measures) factors other than the contrasts?

I assume that each of subject's age does not change during each study. Modeling age can be tricky if linearity assumption is severely violated, but it might be OK if the age range in your case is not so wide.

yarikoptic commented 5 years ago

How many contrasts are involved? Any within-subject (or repeated-measures) factors other than the contrasts?

I think we will have a single contrast to come from each subject session (2back - 0back). Subject age can change between sessions. For starters we will analyze only session 1 and see how/what we would do with multiple sessions later on. I do not think that ages would be too distant between sessions so we might not even try to account for intersession distance in age.

afni-gangc commented 5 years ago

For a single session with one contrast, you don't have any within-subject variables. In that case, 3dMVM would be the way to go for whole-brain voxelwise analysis.

If you're willing to define a list of regions (e.g., 20, 100, or 1000) using information from the literature or various versions of parcellations, you could perform region-based analysis using the program 'RBA' to avoid the issue of multiple comparisons.

mrneont commented 3 years ago

This seems to have been answered satisfactorily, since there haven't been any follow-up questions for well over a year.