Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
teanijarv committed Dec 28, 2022
2 parents 71e4cf2 + 7390807 commit 1fc87df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@ identifiers:
- type: doi
value: 10.5281/zenodo.7444821
description: 'EEG-pyline: EEG pipeline in Python'
repository-code: 'https://github.com/teanijarv/EEG-pyline'
license: MIT
license: MIT
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The main aim for creating this pipeline was to make EEG analysis in Python easie
Different studies that have been using this pipeline for their EEG data analysis steps can be found as study notebooks. They include also longer explanation on why some parameters or methods have been chosen for pre-processing and/or analysis parts.

## Notebook templates

Find in folder `/templates`. Different notebooks for using as templates for your EEG data analysis needs.

### Pre-processing
`resting_preprocessing.ipynb` - importing raw resting state EEG (.bdf) files, re-referencing, applying bandpass (e.g., 1-30 Hz) FIR filter, cropping the signal, removing EOG noise with SSP, dividing signal into equal-sized epochs (e.g., 5 seconds), performing artefact rejection with Autoreject algorithm, exporting the cleaned EEG signals (.fif).
Expand All @@ -35,11 +35,11 @@ Different studies that have been using this pipeline for their EEG data analysis
### TO-DO
- Non-linear analysis (e.g., Higuchi fractal dimension)
- Other time-domain waveform analysis etc
- Restructure the project in OOP and create a package (DM if you could help!)
- Restructure the project and create a package (DM if you could help!)


## Study notebooks
Different studies/publications that have used this pipeline for the EEG analysis and their corresponding notebooks.
Find in folder `/studies`. Different studies/publications that have used this pipeline for the EEG analysis and their corresponding notebooks.

`OKTOS_rsEEG_classic_bp.ipynb` - Anijärv, Can et al. 2023. "Spectral changes of EEG following a 6-week low-dose oral ketamine treatment in adults with major depressive disorder and chronic suicidality". [Under review]

Expand Down

0 comments on commit 1fc87df

Please sign in to comment.