martinesparza / PAC_memory

Phase-amplitude coupling (PAC) analysis in an episodic memory task

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PAC-memory

Phase-amplitude coupling (PAC) in episodic memory formation between frontal theta and whole-brain gamma. Unfortunately, the data is currently unavailable so these scripts are purely for demonstration purposes.

  • main_MI.me script generates the figures shown below.
  • For statistical analysis, rand_MI generates the null distribution of PAC differences between hit and misses.
  • Finally, Cluster_statistics.m plots significant electrodes.

Motivation:

Memory is one of the most important higher brain function regarded as a cornerstone of personality formation. Neural oscillations and, in particular, low-to-high frequency synchronization, are thought to play a essential role in memory formation (Jensen and Colgin 2007, Fell and Axmacher, 2011). Gamma-band (30-100 Hz) modulation of oscillatory activity has been reported in various memory paradigms and may be the result, or cause, of feature binding processes (Hassler et al., 2013; Sederberg et al., 2007). Theta oscillations (3-6 Hz) are similarly involved in memory encoding, retrieval and functioning (Jensen and Tesche 2002; Friese et al., 2013). Additionally to theta and gamma bands, beta (13-30 Hz) and alpha (8-13 Hz) decreases in activity are correlated with increased recall (Backus et al., 2016). Various studies have shown increased PAC between theta and gamma (Canolty et al., 2006; Sauseng et al., 2008; Köster et al., 2014). With this repository we aimed to observe these results in a previously acquired database published in 2020 (Cruzat et al. 2020).

Data:

Data was acquired from Cruzat et al., 2020 approved by the clinical Research Ethical Committee of the Municipal Institute of Health Care (CIEC-IMAS) Barcelona, Spain and all subjects gave written consent before their participation according to the declaration of Helsinki. A total of 30 helathy subjects participated. For further details refer to the original publication.

Task:

Taken from Cruzat et al., 2020: "Participants performed a visual pair-associates memory task. During the encoding block, participants were asked to learn five unrelated image pairs presented side-by-side on placeholders for 500 ms. A cue—composed by a central fixation cross and placeholders—flashed once synchronously together with a sound-beep before each image pair presentation. Critically, the time-lag between the cue and the image pair to be encoded (the cue-to-target interval) was varied randomly between 0 and 1000 ms. Each encoding block was followed by a four-trials recognition block where participants judged whether a given image pair had been presented together in the previous encoding block. Each participant provided a total of 1.408 responses."

Screenshot 2022-01-29 at 16 48 06

Figure 1. Experimental design.

PAC calculation:

To compute the synchronization between the frontal theta cluster identified in Cruzat et al., 2020 (F3, F5, FC5, F7, FT7) and the gamma amplitude of the rest of the 60-channel setup, the Modulation Index (MI) parameter of Tort et al., 2010 was employed. Filtering was carried out with the pre-built "eegfilt" function of Scott Makeig and Arnaud Delorme. Phase and amplitude were extracted with the Hilbert transform and used in the MI computation. Latency was set from 300 to 800 ms to avoid the phase resetting effect. The employed frequencies were freom 30 to 100 Hz in windows of 20 Hz and steps of 10 Hz. FieldTrip toolbox (Oostenveld et al. 2011) was employed for the majority of analysis.

Results:

The following topoplots show the results for trials marked as hits, misses, and the combination of both. Figure title show the frequency interval being explored. A potential cluster emerges in the parietal cortex which is only present in hits. However, statistical analyses through cluster-based multiple comparison correction did not reveal any significant electrodes.

Figure 2. Hit and miss trial results.

Figure 3. Hit trial results.

Figure 4. Miss trial results.

Conclusion:

The reasons behind why no electrodes emerged statistically significant can be manifold (e.g., sample size, inter-participant variability, no theta-gamma PAC). Nevertheless, fronto-parietal connectivity from low to high frequencies is a well established neural correlate of memory formation. Additional PAC computation methods could be explored in the future.

About

Phase-amplitude coupling (PAC) analysis in an episodic memory task

License:Other


Languages

Language:MATLAB 100.0%