[Question] Can Unfold.jl be used to seperate evoked vs induced responses #283
Replies: 1 comment 1 reply
-
Thanks for this suggestion!! I think there are two aspects. 1) Can Unfold be used to model jittered / morphed stimuli. The answer is yes, but no ;). In principle, if you know the ERP shape, you could generate jittered/squeezed versions of that shape, run a PCA on them, and include them as predictors, very similar to a canonical BOLD + derivatives in fMRI research - except that we dnt know the BOLD, ergo we have to estimate it first. This is the approach implemented by https://pubmed.ncbi.nlm.nih.gov/24110660/ et al. I recently had a student implement something like this, but we noticed that the approach is a bit limited given that you have to define yourself, when a component of an ERP is "over", in order to stretch it properly. Most likely there are other ways to find that canonical kernel, and thenyou could add it to a unfold-type of analysis. This would also allow you to combine it with overlap with other events, potentially in a RIDE-style iterative approach; but o.c. this is two papers ahead of where we are right now
Is this what you had in mind? Best, Benedikt |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This is a question out of curiosity: In my own research I encountered a problem on seperating evoked vs induced activity. The conventional way to perform this is subtract evoked ERP (average over trials) from individual trials and call it induced since ERP will reflect phase-locked responses to event and induced will consist of the remainder. But if there is jitter between evoked responses to stimulus (in terms of latency for example) then this operation fails (this fieldtrip tutorial gives a good explanation: https://www.fieldtriptoolbox.org/faq/spectral/evoked_vs_induced/). I was curious whether the mixed-effect approach of Unfold.jl can address this problem. This can be a seperate research project in and by itself.
Beta Was this translation helpful? Give feedback.
All reactions