A Python implementation of the preprocessing pipeline (PREP) for EEG data.
Project description
[![Build Status](https://travis-ci.org/sappelhoff/pyprep.svg?branch=master)](https://travis-ci.org/sappelhoff/pyprep) [![codecov](https://codecov.io/gh/sappelhoff/pyprep/branch/master/graph/badge.svg)](https://codecov.io/gh/sappelhoff/pyprep) [![Documentation Status](https://readthedocs.org/projects/pyprep/badge/?version=latest)](http://pyprep.readthedocs.io/en/latest/?badge=latest) [![PyPI version](https://badge.fury.io/py/pyprep.svg)](https://badge.fury.io/py/pyprep)
# pyprep
A python implementation of the Preprocessing Pipeline (PREP) for EEG data.
Working with [MNE-Python](https://www.martinos.org/mne/stable/index.html) for EEG data processing and analysis.
For a basic use example, see [the documentation.](http://pyprep.readthedocs.io/en/latest/examples.html)
Also contains a function to detect outlier epochs inspired by the FASTER algorithm.
# Installation
Probably easiest through:
pip install pyprep
For development version:
`bash git clone https://github.com/sappelhoff/pyprep #clone pyprep locally cd pyprep #go to pyprep directory pip install -r requirements.txt #install all dependencies pip install -e . #install pyprep ` # Reference Bigdely-Shamlo, N., Mullen, T., Kothe, C., Su, K.-M., & Robbins, K. A. (2015). The PREP pipeline: standardized preprocessing for large-scale EEG analysis. Frontiers in Neuroinformatics, 9, 16. doi: [10.3389/fninf.2015.00016](https://doi.org/10.3389/fninf.2015.00016)
Nolan, H., Whelan, R., & Reilly, R. B. (2010). FASTER: fully automated statistical thresholding for EEG artifact rejection. Journal of neuroscience methods, 192(1), 152-162. doi: [10.1016/j.jneumeth.2010.07.015](https://doi.org/10.1016/j.jneumeth.2010.07.015)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pyprep-0.2.1.tar.gz
.
File metadata
- Download URL: pyprep-0.2.1.tar.gz
- Upload date:
- Size: 11.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | be08c300cc2eaa251cc7fcd0c6456374cb730bcf45118ba4d1a2bedc4856a0d6 |
|
MD5 | 5ca7833e911478adb589c0d93c996c7f |
|
BLAKE2b-256 | 8652d88e352b69a5270595788573fc9110e521595c66ce5588b654257e7585fe |
File details
Details for the file pyprep-0.2.1-py2.py3-none-any.whl
.
File metadata
- Download URL: pyprep-0.2.1-py2.py3-none-any.whl
- Upload date:
- Size: 11.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 83f3fb03850e3ebbe00a5787224822eb4d0eb2be171146a73003f959108c9f36 |
|
MD5 | 3ed6197dd9080a77d24b9451ecd94aa2 |
|
BLAKE2b-256 | d7b72bd4f4401ae480fddbbbebc296e74b53a5ca8998af1dbbc45c079b772b1d |