GLMsingle across sessions and trial durations #205
Answered
by
kendrickkay
AnnekeGoblirsch
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
Our current plan is to analyze localizer and neurofeedback runs separately, pooling across sessions and including a session indicator. This would mean running GLMsingle once for all localizer runs and once for all neurofeedback runs.
Does this seem like a reasonable approach?
Yes, this definitely seems reasonable.
However, I guess I am wondering about the approach. From the point of view of GLMsingle, it is attempting to boil down the fMRI data into a single "trial-wise response amplitude" (i.e. beta). In your experiment, are you fine with that? Are there any potentially interesting dynamics within your very long trials (15 s, 24 s) that you care about?
Additionally, for comparisons across sessions and tasks, would you recommend any normalization steps (e.g., mean-centering betas within runs), or alternative strategies?
For sure, there are many factors that can change across scan sessions, some of interest and many presumably not of interest. This requires a deeper dive into what the goals/assumptions are for your experiment.
Another critical issue is the interpretation of betas (response estimates) across the different trial durations. Ultimately, for the two cases (15 s vs 24 s), GLMsingle internally constructs the predictor (convolution of selected HRF with the specified duration) and normalizes the resulting predictor to peak at 1. Then, betas can be interpreted as scale factors on this (and then converted to units of percent signal change). But, this might be apples-and-oranges in the sense that the timecourse for the 15 s case is sort of fundamentally different for the 24 s. See attached figure.

|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
AnnekeGoblirsch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear GLMsingle community,
We want to use GLMsingle for a thorough analysis of our real-time fMRI Neurofeedback experiment but are a bit unsure how to best apply it.
Our paradigm includes localizer runs (to identify emotion-related brain patterns) followed by neurofeedback runs using the same conditions but longer trials. We collected two sessions the first focuses on localizers and task introduction, while the second emphasizes neurofeedback training. We now want to perform an offline analysis to evaluate the accuracy of our real-time results and improve the paradigm.
We are unsure what to do about trial duration since our trial structures differ:
Localizer: 15 s trials, 15 s baseline (3 runs in the first session and one in the second)
Neurofeedback: 24 s trials, 19.5 s baseline (one run in the first session and 3 runs in the second)
Our current plan is to analyze localizer and neurofeedback runs separately, pooling across sessions and including a session indicator. This would mean running GLMsingle once for all localizer runs and once for all neurofeedback runs.
Does this seem like a reasonable approach?
Additionally, for comparisons across sessions and tasks, would you recommend any normalization steps (e.g., mean-centering betas within runs), or alternative strategies?
Thank you very much for your help!
Beta Was this translation helpful? Give feedback.
All reactions