Skip to main content

MiSleep: Mice Sleep EEG/EMG visualization, scoring and analysis.

Project description

MiSleep

MiSleep is for EEG/EMG signal processing and visualization

logo

Get start

pip install misleep

Find the directory where you installed misleep, run

python -m misleep

See https://bryanwang.cn/MiSleep/ for a simple documentation.

New features

  1. New data structure

You can save the original data as a new data structure (See Data save protocol). Where you can add the channels' name, sampling rate and the acquisition time into the original data.

  1. Annotate more details

Here we provide the start_end mode as a more precise way to annotate the event such as Slow Wave Activities or Spindle, e.t. You can select the Start-End mode in the Annotation tool dock and click wherever in the signal area to annotate the event.

  1. Tool bar dock

dock

Now you can move the toolbar to wherever you want.

  1. Color for state

statecolor

Different color background for different sleep states. Now the color map is:

Init: White; NREM: Orange; REM: Blue; Wake: Red.

  1. 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.

  1. 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.

Future: Auto stage. Open for suggestions :).

Data save protocol

You need to use matlab for data saving, the final data should be a structure.

If you are using TDT for recording, here is the example script to save the data.

tdt_data = ...

data.EEG_F = tdt_data.streams.EEG1.data(1, :);
data.EEG_P = tdt_data.streams.EEG1.data(2, :);
data.EEG_DIFF = data.EEG_F - data.EEG_P
data.EMG_1 = tdt_data.streams.EMG1.data(1, :);
data.EMG_2 = tdt_data.streams.EMG1.data(2, :);
data.EMG_DIFF = data.EMG_1 - data.EMG_2;
data.REF = data.streams.mou1.data(1, :);
data.channels = {'EEG_F' 'EEG_P' 'EEG_DIFF' 'EMG_1' 'EMG_2' 'EMG_DIFF' 'REF'};
data.sf = {305.1758 305.1758 305.1758 305.1758 305.1758 305.1758 305.1758};
data.time = {'20240409-18:00:00'};  

And an example of result data:

Alt text

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

misleep-0.1.19.tar.gz (88.4 kB view details)

Uploaded Source

Built Distribution

misleep-0.1.19-py2.py3-none-any.whl (112.0 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file misleep-0.1.19.tar.gz.

File metadata

  • Download URL: misleep-0.1.19.tar.gz
  • Upload date:
  • Size: 88.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.8.19

File hashes

Hashes for misleep-0.1.19.tar.gz
Algorithm Hash digest
SHA256 6241a2e834e17e4c7ed8f375239295972bcc40bd68d6a25294a5117e27fe92cc
MD5 8be167c4e1434d022514370335f4ce71
BLAKE2b-256 9bbe3bc58376022c946d87c383f79b9b0f7cdb7d44a25a836c1ca9a3dee19403

See more details on using hashes here.

File details

Details for the file misleep-0.1.19-py2.py3-none-any.whl.

File metadata

  • Download URL: misleep-0.1.19-py2.py3-none-any.whl
  • Upload date:
  • Size: 112.0 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.8.19

File hashes

Hashes for misleep-0.1.19-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 f0d606f686f4cab4fc4f1f45a05dfbc38481000bb98e734bb10683951fce6f56
MD5 096366fe8a9c3ba93f5a78defc0d1569
BLAKE2b-256 bd376a8e5d98d20640822c985d9ab3dd6f31f74f89ef42a5f7e8a699f02e8c68

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page