Hello,
I am planning to do a mixed-effect model to assess the association of BOLD signal in an ROI (the hippocampus) with some behavioral measures. To do that, I need to get the mean of Bold signal per time point in the ROI. But I prefere to first regress out the motion estimates from each run. I ran 3dDeconvolve on 8 funcational runs (see below) only with motion regressors as follows :
I wonder whether this is the correct approach? Can I safely assume that motion is regressed out from the -fits? According to a colleague of mine, the correct model should look like this: y_hat = y-A' * A * y to regress out the motion while 3dDeconvolve does only this bit of the model: A' * A * y.
Do you think a subtraction is required as the next step? or Can I simply use the 'fits.nii.gz' for the downstream processing? I would greatly appreciate your help!
But the fit time series is the model fit to the data. In this case, the fitts would ONLY contain the polort and motion terms, as that is the model. You want the errts output, which is the input with motion and polort projected out. errts = input - fitts.
Note that you can also pass all 6 motion parameters at once using -ortvec, since the statistics of the fit are of no interest. And for that matter, it would work just as well but be faster to run 3dTproject, which is built for this operation. The errts from 3dDeconvolve should be the same, but it takes longer to compute, since 3dDeconvolve is designed to output a lot of statistics.
Thanks a lot Rick for the swift feedback. The issue is that the errt outputs look rather odd. They seem to be more of a noise pattern than an actual brain image. Attached, please find an example of a residual and a fit image. Do you happen to know what might be the reason? and would it make sense to extract mean BOLD signal from such a noisy image? Thank you!
PS: the functional runs are of submillimeter resolution with partial field of view. Happy to provide further details if needed.
Keep in mind that the residual time series has mean==0 at every voxel, so it will certainly look bad, visually. But it should be the original data with motion and polort removed. If you want it to look like a brain, you might add the mean back in. But that is unnecessary for any future regression.
Note that for any future regression, it would be appropriate to also project the motion and polort from those regressors.
Ok, that makes sense. thank you so much for your help!
The
National Institute of Mental Health (NIMH) is part of the National Institutes of
Health (NIH), a component of the U.S. Department of Health and Human
Services.