tghafari / livemeeg2020

Example data analysis demonstrated at LiveMEEG 2020

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An example analysis pipeline that is well designed.

This will do a very bare-bones analysis of the EEG evoked potentials in the Brain Invaders dataset:

Louis Korczowski, Ekaterina Ostaschenko, Anton Andreev, Grégoire Cattan, Pedro Luiz Coelho Rodrigues, Violette Gautheret, Marco Congedo. Brain Invaders calibration-less P300-based BCI using dry EEG electrodes Dataset (bi2014a)

This analysis consists of 4 steps:

  1. download the data
  2. bandpass filter
  3. cut epochs and compute evokeds
  4. compute grand average evokeds

The pipeline is based on the study template provided here

Running the analysis pipeline

  1. Download the template by clicking here
  2. Extract the downloaded zip file
  3. Open a terminal and move into the folder containing the study template
  4. Make sure all required python packages are installed by running: pip install -r requirements.txt
  5. Modify config.py and add your system to the list at the top, indication where your data is, how many cores you have on your machine, etc.
  6. Run the analysis with the command: python -m doit

After the analysis has been completed:

  • the processed data should be in the processed/ folder
  • the generated figures should be in the figures/ folder.

About

Example data analysis demonstrated at LiveMEEG 2020

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%