Skip to main content

MNE-ICALabel: Automatic labeling of ICA components from MEG, EEG and iEEG data with MNE.

Project description

mne-icalabel

Code style: black Codecov unit-tests CircleCI PyPI Download count Latest PyPI release Latest conda-forge release Checked with mypy status

This repository is a conversion of the popular Matlab-based ICLabel classifier for Python. In addition, mne-icalabel provides extensions and improvements in the form of other models.

Why?

EEG and MEG recordings include artifacts, such as heartbeat, eyeblink, muscle, and movement activity. Independent component analysis (ICA) is a common method to remove artifacts, but typically relies on manual annotations labelling which independent components (IC) reflect noise and which reflect brain activity.

This package aims at automating this process, using the popular MNE-Python API for EEG, MEG and iEEG data.

Basic Usage

MNE-ICALabel estimates the labels of ICA components given a MNE-Python Raw or Epochs object and an ICA instance using the ICA decomposition available in MNE-Python.

from mne_icalabel import label_components

# assuming you have a Raw and ICA instance previously fitted
label_components(raw, ica, method='iclabel')

The only current available method is 'iclabel'.

Documentation

Stable version documentation. Dev version documentation.

Installation

The current stable release of mne-icalabel can be installed with pip, for example, by running:

pip install mne-icalabel

For further details about installation, see the install page.

To get the latest (development) version, using git, open a terminal and type:

git clone git://github.com/mne-tools/mne-icalabel.git
cd mne-icalabel
pip install -e .

The development version can also be installed directly using pip:

pip install https://api.github.com/repos/mne-tools/mne-icalabel/zipball/main

Alternatively, you can also download a zip file of the latest development version.

Contributing

If you are interested in contributing, please read the contributing guidelines.

Getting Help

MNE Forum

For any usage questions, please post to the MNE Forum. Be sure to add the mne-icalabel tag to your question.

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

mne-icalabel-0.4.tar.gz (10.8 MB view details)

Uploaded Source

Built Distribution

mne_icalabel-0.4-py3-none-any.whl (10.8 MB view details)

Uploaded Python 3

File details

Details for the file mne-icalabel-0.4.tar.gz.

File metadata

  • Download URL: mne-icalabel-0.4.tar.gz
  • Upload date:
  • Size: 10.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.8.13

File hashes

Hashes for mne-icalabel-0.4.tar.gz
Algorithm Hash digest
SHA256 fa62976d9c623df4913e74c7741904c509628dc5964540be8b16e691309f5701
MD5 e5a64203c56a920a51d48c994e178629
BLAKE2b-256 d0e86087299328c19bd576682e2f79cc0c06f5613c30385f4640c76831220341

See more details on using hashes here.

File details

Details for the file mne_icalabel-0.4-py3-none-any.whl.

File metadata

  • Download URL: mne_icalabel-0.4-py3-none-any.whl
  • Upload date:
  • Size: 10.8 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.8.13

File hashes

Hashes for mne_icalabel-0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 e3dd61394929708960921fa9886be731abe191a2a176588ecb02e56b8eef3bf0
MD5 b6f45801545b97ff901f353c09647cb5
BLAKE2b-256 96943969c592d8ed7561c497aaeec0023a287965945b79a69c93806080076e8a

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