AFNI version info (afni -ver
): AFNI_22.2.10 'Marcus Aurelius'
Hi all!
I am interested in how changing hormones in the menopause transition relate to seed-connectivity and performance on cognitive tasks. My hypothesis is that as estrogen decreases (Estradiol), task performance (Pattcomp) and attention network-connectivity will also decrease (all three continuous variables).
To test this, I ran 3dLME with the model of Estradiol + Pattcomp + EstPatt. The last is my interaction term and is the product of Estradiol and Pattcomp, based on this prior post of how to represent the interaction of two continuous variables: 3dlme with multiple covariates of interest. The input files are the seed-connectivity images.
3dLME -prefix peri_estradiol_pattcomp_RIPS.nii.gz -jobs 4 \
-mask /data1/software/bioimagesuite35/images/MNI_T1_1mm_mask.nii.gz \
-model 'Estradiol+Pattcomp+EstPatt' \
-qVars 'Estradiol,Pattcomp,EstPatt' \
-qVarCenters '129.957,48.357,6648.59' \
-SS_type 3 \
-ranEff '~1' \
-num_glt 3 \
-gltLabel 1 'Estradiol-Zscore' -gltCode 1 'Estradiol : ' \
-gltLabel 2 'Pattcomp-Zscore' -gltCode 2 'Pattcomp : ' \
-gltLabel 3 'EstPatt-Zscore' -gltCode 3 'EstPatt : ' \
-resid peri_estradiol_pattcomp_RIPS_resid.nii.gz \
-dataTable \
Subj Estradiol Pattcomp EstPatt InputFile \
I then cluster corrected with 3dFWHMx and 3dClustSim and used bioimage suite to visualize at the 0.01/0.01 threshold. The interaction results were really striking at this threshold in one brain region, but looking at the estrogen z-score map alone or the pattcomp z-score map alone shows absolutely nothing in that brain region. I also pulled the connectivity values of that ROI from the original seed-connectivity maps and plotted them against estrogen and pattcomp separately, and there's no main effects against either or their product.
So I'm at a loss for how to interpret my results and wanting advice on how to investigate this relationship further, if there is a way to plot the interaction between pattcomp and estrogen for example or something else.
Any ideas are very helpful!
Jordan