misleep 0.2.8
pip install misleep
Released:
MiSleep: Mice Sleep EEG/EMG visualization, scoring and analysis.
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (BSD (3-clause))
- Author: Xueqiang Wang
- Maintainer: Xueqiang Wang
Classifiers
- Intended Audience
- License
- Operating System
- Programming Language
Project description
MiSleep
MiSleep is for EEG/EMG signal processing and visualization
The name 'MiSleep' is from 'Mice Sleep' and sounds like 'my sleep'.
Get start
pip install misleep
Find the directory where you installed misleep, run
python -m misleep
If you use the miniconda or anaconda, the path will be like D:/miniconda3/envs/misleep/Lib/site-packages
.
See https://bryanwang.cn/MiSleep/ for a simple documentation.
Some features
- Free self-define data structure
You can organize your data with matlab structure like this:
data.EEG = AN_ARRAY_OF_EEG_DATA;
data.EMG_DIFF = AN_ARRAY_OF_EMG_DIFFERENTIAL_DATA;
% Channel name must be the same with you defined above
data.channels = {'EEG' 'EMG_DIFF'};
% Sampling frequency for each channel of data
data.sf = {256 256};
% Acquisition time of your data
data.time = {'20240409-18:00:00'};
Or if your data format is .edf
, misleep will also support well.
- Event Detection
For sleep spindle and sleep slow-wave activities detection, you can check the tools menu for event detection. The auto stage will coming soon.
- Self-define
config.ini
There is a config.ini in the root directory of MiSleep source package, multiple parameters can be self define there, check config.ini for detail.
- Auto stage
Finally, now we have the auto stage function! Check it in the tool. The overall test accuracy of NREM and Wake is higher than 90%, and for REM, the accuracy is higher than 80%. Currently the model's result is rather fragmented in the state transition segments, we will add some constraints to fix this.
Future: Open for suggestions :).
Cite this work
If you use this software, please cite it as below. Xueqiang Wang. (2024). BryanWang0702/MiSleep. Zenodo. https://doi.org/10.5281/zenodo.14511905
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (BSD (3-clause))
- Author: Xueqiang Wang
- Maintainer: Xueqiang Wang
Classifiers
- Intended Audience
- License
- Operating System
- Programming Language
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 misleep-0.2.8.tar.gz
.
File metadata
- Download URL: misleep-0.2.8.tar.gz
- Upload date:
- Size: 5.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b205d1df00281aea1e5b06df5cca0d06d2165839236125f2ce5b452b9d904bab |
|
MD5 | c16306e79b7d70a293c5f9532e8e4aca |
|
BLAKE2b-256 | 53264becb4c2f178f18dca90e0a75f7486611673a9bd542aee5e9a46f5b5677c |
File details
Details for the file misleep-0.2.8-py2.py3-none-any.whl
.
File metadata
- Download URL: misleep-0.2.8-py2.py3-none-any.whl
- Upload date:
- Size: 11.3 MB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 50953fd71e8ca0488b07c0e601f517c45946af6d26c0bbac52a2d2129ba98332 |
|
MD5 | 77051b89c244d92c4aceb7363dcca6fd |
|
BLAKE2b-256 | 8af8777848dcca71a7bbfc0e6704193f024a873b7dc61d5d2116402ae892c8dd |