Hello, Community! I am currently working on a project involving source-level time-frequency analysis of EEG data. I have collected data from approximately 30 participants, and the following is my analysis pipeline:
- Preprocess the data at the channel level using EEGLAB. (Clean_asr, filtering between 1-40Hz, and ICA for removing eye movement and cardiac field artifacts)
- Epoch the data as needed and perform single-trial rejection.
- In Brainstorm, create a FEM head model using T1+T2 images (using Simnibs 4 and Charm).
- Generate the lead field matrix (co-registration with Polhemus Fastrak .pom electrode positions).
- Perform minimal norm imaging using sLORETA.
I have three types of event markers (for data from all 30 participants) and intend to conduct two types of statistical analyses:
1+2 vs 3 / 1 vs 2
Therefore, my analysis will involve paired t-tests.
However, I want to perform this analysis at the source level.
It seems that there are two methods for this:
- Define ROI (around 10-20) as Scouts from individual source levels, conduct time-frequency analysis in these regions, and perform statistical analysis on the resulting time-frequency maps.
- Subject coregister the individual source level to the default FreeSurfer anatomy and perform the time-frequency analysis within the FreeSurfer anatomy.
Which approach would you recommend? While theoretically, there should be no difference between the two methods, I expect there may be differences in the results.