| Literature DB >> 30410431 |
Abstract
The major advantage of MEG/EEG over other neuroimaging methods is its high temporal resolution. Examining the latency of well-studied components can provide a window into the dynamics of cognitive operations beyond traditional response-time (RT) measurements. While RTs reflect the cumulative duration of all time-consuming cognitive operations involved in a task, component latencies can partition this time into cognitively meaningful sub-steps. Surprisingly, most MEG/EEG studies neglect this advantage and restrict analyses to component amplitudes without considering latencies. The major reasons for this neglect might be that, first, the most easily accessible latency measure (peak latency) is often unreliable and that, second, more complex measures are difficult to conceive, implement, and parametrize. The present article illustrates the key advantages and disadvantages of the three main types of latency-measures (peak latency, onset latency, and percent-area latency), introduces a MATLAB function that extracts all these measures and is compatible with common analysis tools, discusses the most important parameter choices for different research questions and components of interest, and demonstrates its use by various group analyses on one planar gradiometer pair of the publicly available Wakeman and Henson (2015) data. The introduced function can extract from group data not only single-subject latencies, but also grand-average and jackknife latencies. Furthermore, it gives the choice between different approaches to automatically set baselines and anchor points for latency estimation, approaches that were partly developed by me and that capitalize on the informational richness of MEG/EEG data. Although the function comes with a wide range of customization parameters, the default parameters are set so that even beginners get reasonable results. Graphical depictions of latency estimates, baselines, and anchor points overlaid on individual averages further support learning, understanding and trouble-shooting. Once extracted, latency estimates can be submitted to any analysis also available for (averaged) RTs, including tests for mean differences, correlational approaches and cognitive modeling.Entities:
Keywords: component latency; electroencephalography (EEG); event-related potential/field (ERP/ERF); magnetoencephalography (MEG); mental chronometry
Year: 2018 PMID: 30410431 PMCID: PMC6209629 DOI: 10.3389/fnins.2018.00765
Source DB: PubMed Journal: Front Neurosci ISSN: 1662-453X Impact factor: 4.677
FIGURE 1Extraction of several latency measures (peak latency, 30%-amplitude [on-/offset] latency, and 50%-area latency) from a representative individual average of the Wakeman and Henson (2015) data (famous faces at the planar gradiometer pair MEG0712 + 713 of Subject 2). An early, transient component is marked in red and a later, broad component is marked in blue. The time windows in which the peaks were searched and that confine the areas are indicated in light red and light blue; the component areas are indicated in darker red and blue. Close inspection of the graphs reveals that all latency measures incur the risk of being confounded by noise or other components (but see below for some strategies to ameliorate these potential confounds). Note that the ERF was baseline corrected.
FIGURE 2Potential issues with percent-area latency. (A) The time window that worked well for Figure 1 includes part of the preceding component (individual average of subject 8, unfamiliar faces); (B) the ERF is quite detached from baseline and thus, much of the area would typically not be considered part of the ERF (individual average of subject 3, unfamiliar faces). Note that all ERFs were baseline corrected.
FIGURE 3Several approaches to determine 50%-area latency, differing in the definition of component area (dark blue). (A) All positive values within the pre-determined interval (light blue) are added up; (B) only values larger than 30% of the peak amplitude are added up; (C) only values larger than 30% of the peak-to-peak amplitude distance above the preceding negative peak are added up, (D) a comparison of approaches (A–C) shows that latency estimates differ only little for ERFs with high signal-to-noise ratios (such as subject 15, unfamiliar faces, in A–D). (E) Same as (C) for another, noisier individual average (subject 8, unfamiliar faces); (F) same as (E) but with the area’s temporal boundaries set to the on- and offset of the component instead of the pre-defined analysis window. Note that toward the end of the component area there are some noise peaks crossing the 30% baseline (marked in green). These are ignored for the calculation of component offset (and therefore do not set the temporal boundaries of the area) by averaging across adjacent time points as explained in the text. Note that all ERFs were baseline corrected.
Fields of the configuration structure (cfg). See the text for details.
| Name | Description | Options | Default |
|---|---|---|---|
| extract | (List of) measures to extract | ‘all’ or any combination of the following: ‘mean,’ ‘peakLat,’ ‘onset,’ ‘offset,’ ‘width,’ ‘areaLat,’ ‘peakAmp,’ ‘peak2peak,’ ‘percAmp,’ ‘area’ | ‘all’ |
| aggregate | How to combine the data | ‘individual,’ ‘GA,’ ‘jackMiller,’ ‘jackSmulders’ | ‘individual’ |
| fig | To plot ERPs and latency estimates | True, false, 1, 0 | False |
| subs | Subjects to include into the analysis | Indices/subject numbers or logical filter | All |
| subNum | List of subject numbers | Subject numbers in correct order: vector of length(avgs,1) | |
| chans | Channels to average across | Indices or channel names | All |
| chanName | List of channel names | Channel names (strings) in correct order: vector of length(avgs,2) | |
| peakWin | Search window for detecting the peak | Start and end of search interval: vector with two elements | Whole range |
| meanTime | Window for extracting mean amplitude | Start and end of averaging interval: vector with two elements | peakWin |
| times | Information on the time scale of the data | Individual time points: vector of length(avgs,3); alternatively, start, end and sampling rate: vector with three elements | |
| peakWidth | Determines averaging window for peak amplitude | Time around peak (±peakWidth) | Five sampling points/∼5 ms |
| cWinStart | Point from where the counter-peak is searched | ‘peak’ or ‘peakWin’ | ‘peakWin’ |
| cWinWidth | Width of the counter-peak search interval | Time before (negative values) or after (positive values) cWinStart: single number | |
| cWin | Search interval for counterpeak (alternative to cWinStart/Width) | Start and end of search interval: vector with two elements | |
| percArea | Percentage of the total area for percent-area latency | Value in between 0 and 1 | 0.5 |
| percAmp | Percentage of the amplitude (peak-to-peak, if a counter peak is used) | Value in between 0 and 1 | 0.5 |
| areaWin | Determines temporal boundaries for area calculation | ‘peakWin,’ ‘ampLat,’ ‘fullRange’; alternatively, start and end of area: vector with two elements | ‘peakWin’ |
| areaBase | Determines one area boundary in amplitude space | ‘zero’ ( | ‘zero’ |
| ampLatWin | Determines where on- and offsets are searched | ‘fullRange,’ ‘peakWin,’ alternatively, start and end of search interval: vector with two elements | ‘fullRange’ |
| cBound | Determines whether counter peak is one border of the search interval for on- and offsets | True, false, 1, 0 | True |
| warnings | Determines whether warnings are shown | True, false, 1, 0 | True |
FIGURE 4Baseline-corrected grand averages at the planar gradiometer pair MEG0712 + 713 of the Wakeman and Henson (2015) data. (A) Average across all conditions with peak-search windows for the early (red) and the late component (blue), and (B) the conditional averages with the extracted latency estimates.