Artefact Rejection

We have significantly cleaned the data - we have used filtering to remove frequencies outside of our range of interest, interpolated broken or noisy electrodes and removed components associated with blinks. However, it is still possible that some contamination exists within our data, these could come from a variety of different sources and are often unlikely to be repeated and so identifying them as components is problematic. Rather sections of the data that are contaminated now need to be excluded from any further analysis.

Classically, this done after segmenting the data and marking segments as ‘bad’ if they contain data that violates certain criteria usually based on relative voltage. We advise sticking to this traditional approach in most instances - however, the standalone EEGLAB compiled version doesn’t include the option to do this. Rather, EEGLAB recommends an automated approach to artefact rejection which adopts an automatic approach to identifying artefacts and rejecting data. A full description isn’t needed here but the algorithmic approach works by first identifying clean data and then rejects data regions if they exceed 20 times (by default) the standard deviation.

One of the biggest differences between EEGLABs automatic artefact rejection and more common forms is that EEGLAb rejects section of the continuous data. Typically, you would segment the data first and then conduct artefact rejection.

How

For the most part we aren’t going to tinker with the recommended settings that EEGLAB provides and accept their recommendations for rejecting sections of the data:

-> Tools
  -> Reject data using Clean Rawdata and ASR

Accept the defaults in the coming pop-up window and simply click Ok.

Completing the artefact scanning and rejection can take a while so wait for the Done. message on the EEGLAB background terminal.

Make sure you select Save it as file: and choose a sensible suffix so you can later easily identify the data and what has been done to it, we’ve used _ar.

Test yourself

Question 1 | In the traditional approach of artefact rejection, what are segments marked as ‘bad’ based on?

Question 2 | In EEGLAB’s automated artefact rejection, data regions are rejected if they exceed how many times the standard deviation?

Question 3 | What is one significant difference between EEGLAB’s automated artefact rejection and traditional artefact rejection approaches?