Dear MNE community,
I am extracting (per-ROI) average activity in source space via mne.extract_label_time_course()
at the individual (participant) level, using mode="mean_flip"
, which results in timecourses that are overall positive for some participants, but negative for some other participants (in the same ROI).
What is the recommended pipeline for computing group-level average activity? Is it better to use mode="mean"
(to avoid averaging positive and negative values) or to first transform (e.g., squaring) the individual-level source activity before averaging at the group level?
Thanks for your help!
Best wishes,
Ladislas