Tutorial 16: Average response

Authors: Francois Tadel, Elizabeth Bock, Sylvain Baillet

All the epochs we have imported in the previous tutorial are represented by matrices that have the same size (same number of channels, same number of time points), therefore they can be averaged together by experimental condition. The result is called indifferently "evoked response", "average response", "event-related field" in MEG (ERF) or "event-related potential" in EEG (ERP). It shows the components of the brain signals that are strictly time-locked to the presentation of a stimulus.

average_slide.gif

Selecting the trials

We will now compute the average responses for both the "standard" and "deviant" conditions. Two constrains have to be taken into consideration at this stage.

Averaging runs separately: In MEG, it is not recommended to average across acquisition runs with different head positions (ie. different "channel files"). If the head of the subject moved between two blocks of recordings, one sensor does not record the same part of the brain before and after, therefore the runs cannot be compared directly.

Using the same number of trials: As the goal in this analysis is to compare directly the two experimental conditions, we should use the same number of trials for computing the averages. We need to find the group of trials with the lowest number of good trials, and pick the same number in every group. Here we will be limited to 39 trials because of the deviant condition in Run#01. If we had multiple subjects and were planning to compute some group statistics, we should also use equal number of trials for all the subjects.

The instructions below show how to select easily equal numbers of trials from the database:

Process options: Select trials

Available options in the process: File > Select uniform number of trials.

How to select trials in a group that contains more than the requested number (Nf files, selecting only Ns):

Averaging

Process options: Average

Description of all the options of the process:

Visual exploration

The average response contains interesting information about the brain operations that occur shortly after the presentation of the stimulus. We can explore two dimensions: the location of the various brain regions involved in the sensory processing and the precise timing of their activation. Because these two types of information are of equal interest, we typically explore the recordings with two figures at the same time, one that shows all the signals in time, one that shows the spatial distribution at one instant.

Add a spatial view:

Repeat the same operations for Run#02:

Interpretation

Let's display the two conditions "standard" and "deviant" side-by-side, for Run#01.

The legend in blue shows names often used in the EEG ERP literature:

Advanced

Averaging across runs

As said previously, it is usually not recommended to average recordings in sensor space across multiple acquisition runs because the subject might have moved between the sessions. Different head positions were recorded for each run, we will reconstruct the sources separately for each each run to take into account these movements.

However, in the case of event-related studies it makes sense to start our data exploration with an average across runs, just to evaluate the quality of the evoked responses. We have seen in tutorial #4 that the subject almost didn't move between the two runs, so the error would be minimal.

Let's compute an approximate average across runs. We will run a formal average in source space later.

Advanced

Standard error

If you computed the standard deviation or the standard deviation together with an average, it will be automatically represented in the time series figures.








Feedback: Comments, bug reports, suggestions, questions
Email address (if you expect an answer):


Tutorials/Averaging (last edited 2015-10-16 16:39:39 by FrancoisTadel)