MEG

From Brain Mapping Unit
Jump to navigationJump to search

About MEG

Magnetoencephalography (MEG) is a functional neuroimaging technique for mapping brain activity by recording magnetic fields produced by electrical currents occurring naturally in the brain, using very sensitive magnetometers. Arrays of SQUIDs (superconducting quantum interference devices) are currently the most common magnetometer.

Motion Correction

This is less of an issue with MEG than it is with fMRI because head motion is explicitly recorded with HPI coils. Motion correction is part of the initial Maxfilter processing which also removes noise from external magnetic fields.

Dealing with Volume Conduction

Spurious zero-lag correlations stemming from volume conduction are the main obstacle when using MEG data for connectivity analysis. Different solutions have been proposed, for instance the Phase Lag Index. The signal-envelope based approach by Hipp et al. 2012 seems to work well for some.

Wavelet Decomposition and Hilbert transform

If using R, the waveslim package provides all the necessary functions. However, if the Hipp method is used, it is more straightforward to simply bandpass the data and apply a Hilbert transform to get the complex valued analytic signal with respect to the original signal by calculating:

where:

Then the analytic signal of is the inverse Fourier transform of :

Orthogonalized envelope correlation

Signal envelope and phase obtained in this way can subsequently be used to calculate the orthogonalized envelope correlation proposed by Hipp et al. as a connectivity metric for MEG. First all signals are pairwise orthogonalized:

Then the envelope correlations are calculated in both directions and averaged to give the final result:

In practice this will be a (symmetric) correlation matrix of dimensions where is the number of original timeseries (e.g. cortical ROIs defined by the Desikan Freesurfer template).

See also

The CBU Wiki is the best resource for everything MEG.