A Python implementation of the preprocessing pipeline (PREP) for EEG data.
Project description
pyprep
For documentation, see the:
pyprep is a Python implementation of the Preprocessing Pipeline (PREP) for EEG data, working with MNE-Python.
ALPHA SOFTWARE. This package is currently in its early stages of iteration. It may change both its internals or its user-facing API in the near future. Any feedback and ideas on how to improve either of these is welcome! Use this software at your own risk.
Installation
pyprep requires Python version 3.7 or higher to run properly. We recommend to run pyprep in a dedicated virtual environment (for example using conda).
For installing the stable version of pyprep, call:
pip install pyprep
or, as an alternative to pip, call:
conda install -c conda-forge pyprep
For installing the latest (development) version of pyprep, call:
pip install git+https://github.com/sappelhoff/pyprep.git@master
Both the stable and the latest installation will additionally install all required dependencies automatically. The dependencies are defined in the setup.cfg file under the options.install_requires section.
Contributions
We are actively looking for contributors!
Please chime in with your ideas on how to improve this software by opening a GitHub issue, or submitting a pull request.
See also our CONTRIBUTING.md file for help with submitting a pull request.
Potential contributors should install pyprep in the following way:
First they should fork pyprep to their own GitHub account.
Then they should run the following commands, adequately replacing <gh-username> with their GitHub username.
git clone https://github.com/<gh-username>/pyprep
cd pyprep
pip install -r requirements-dev.txt
pre-commit install
pip install -e .
Citing
If you use this software in academic work, please cite it using the Zenodo entry. Please also consider citing the original publication on PREP (see “References” below).
References
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
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.4.1.tar.gz
.
File metadata
- Download URL: pyprep-0.4.1.tar.gz
- Upload date:
- Size: 20.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2611b00052693ed6c6d6869585b041b51df8c60ba68ee0ab37dc878de76bb11b |
|
MD5 | a2a80edd997080e235ab63fcdd15cbe6 |
|
BLAKE2b-256 | e35a24680b62060cacdec14ebb2add6a8c203ccc2cc561a4e394e119ce28f449 |
File details
Details for the file pyprep-0.4.1-py2.py3-none-any.whl
.
File metadata
- Download URL: pyprep-0.4.1-py2.py3-none-any.whl
- Upload date:
- Size: 34.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f5718e7f164c9875073b914a6026a7214ed69031147477806285dffb1e1617d7 |
|
MD5 | 17e411f2c8246ec5ac22821778502947 |
|
BLAKE2b-256 | 53e27b3b341901ae511a1d384a402082d894e34171b6ec4d3e6be43e34ecbe7c |