_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.

API method:

GET /api/packages?search=hello&page=1&limit=20

where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned in response headers.

If you'd like to join our channel webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


python-replay-trajectory-classification 1.4.1-0.9f1216d
Propagated dependencies: python-dask@2024.12.1 python-distributed@2024.12.1 python-joblib@1.5.2 python-matplotlib@3.8.2 python-networkx@3.4.2 python-numba@0.61.0 python-numpy@1.26.4 python-pandas@2.2.3 python-patsy@1.0.1 python-regularized-glm@1.0.2 python-scikit-image@0.23.2 python-scikit-learn@1.7.0 python-scipy@1.12.0 python-seaborn@0.13.2 python-statsmodels@0.14.4 python-tqdm@4.67.1 python-track-linearization@2.4.0 python-xarray@2023.12.0
Channel: guix-science
Location: guix-science/packages/electrophysiology.scm (guix-science packages electrophysiology)
Home page: https://github.com/Eden-Kramer-Lab/replay_trajectory_classification
Licenses: Expat
Build system: pyproject
Synopsis: State space models for decoding hippocampal trajectories
Description:

replay_trajectory_classification is a Python package for decoding spatial position represented by neural activity and categorizing the type of trajectory.

It has several advantages over decoders typically used to characterize hippocampal data:

  • It allows for moment-by-moment estimation of position using small temporal time bins which allow for rapid movement of neural position and makes fewer assumptions about what downstream cells can integrate.

  • The decoded trajectories can change direction and are not restricted to constant velocity trajectories.

  • The decoder can use spikes from spike-sorted cells or use clusterless spikes and their associated waveform features to decode.

  • The decoder can categorize the type of neural trajectory and give an estimate of the confidence of the model in the type of trajectory.

  • Proper handling of complex 1D linearized environments.

  • Ability to extract and decode 2D environments.

  • Easily installable, documented code with tutorials on how to use the code.

  • Fast computation using GPUs.

python-pycrostates 0.6.1
Propagated dependencies: python-decorator@5.2.1 python-jinja2@3.1.2 python-joblib@1.5.2 python-matplotlib@3.8.2 python-mne@1.11.0 python-numpy@1.26.4 python-packaging@25.0 python-pooch@1.8.1 python-psutil@7.0.0 python-scikit-learn@1.7.0 python-scipy@1.12.0
Channel: guix-science
Location: guix-science/packages/electrophysiology.scm (guix-science packages electrophysiology)
Home page: https://pycrostates.readthedocs.io
Licenses: Modified BSD
Build system: pyproject
Synopsis: Python package for EEG microstate segmentation
Description:

This package provides a simple open source Python package for EEG microstate segmentation.

python-elephant 1.1.1-0.db5a5f0
Propagated dependencies: python-jinja2@3.1.2 python-neo@0.14.3 python-numpy@1.26.4 python-quantities@0.16.4 python-scikit-learn@1.7.0 python-scipy@1.12.0 python-six@1.17.0 python-statsmodels@0.14.4 python-tqdm@4.67.1
Channel: guix-science
Location: guix-science/packages/electrophysiology.scm (guix-science packages electrophysiology)
Home page: https://neuralensemble.org/elephant/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Analysis of electrophysiology data in Python
Description:

Elephant (Electrophysiology Analysis Toolkit) is an open-source, community centered library for the analysis of electrophysiological data in the Python programming language. The focus of Elephant is on generic analysis functions for spike train data and time series recordings from electrodes, such as the local field potentials (LFP) or intracellular voltages. In addition to providing a common platform for analysis code from different laboratories, the Elephant project aims to provide a consistent and homogeneous analysis framework that is built on a modular foundation. Elephant is the direct successor to Neurotools and maintains ties to complementary projects such as OpenElectrophy and spykeviewer.

python-wfdb 4.3.0
Propagated dependencies: python-aiohttp@3.11.11 python-fsspec@2025.9.0 python-matplotlib@3.8.2 python-numpy@1.26.4 python-pandas@2.2.3 python-requests@2.32.5 python-scipy@1.12.0 python-soundfile@0.13.1
Channel: guix-science
Location: guix-science/packages/electrophysiology.scm (guix-science packages electrophysiology)
Home page: https://wfdb.readthedocs.io
Licenses: Expat
Build system: pyproject
Synopsis: Tools for reading, writing, and processing physiologic signals and annotations
Description:

A Python-native package for reading, writing, processing, and plotting physiologic signal and annotation data. The core I/O functionality is based on the Waveform Database (WFDB) specifications.

python-nwbinspector 0.6.5
Propagated dependencies: python-aiohttp@3.11.11 python-click@8.1.8 python-fsspec@2025.9.0 python-hdmf-zarr@0.12.0 python-isodate@0.7.2 python-jsonschema@4.23.0 python-natsort@8.4.0 python-packaging@25.0 python-pynwb@3.1.3 python-pyyaml@6.0.2 python-requests@2.32.5 python-tqdm@4.67.1
Channel: guix-science
Location: guix-science/packages/electrophysiology.scm (guix-science packages electrophysiology)
Home page: https://nwbinspector.readthedocs.io/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Inspect NWB files for compliance with NWB Best Practices
Description:

This inspector is meant as a companion to the PyNWB validator, which checks for strict schema compliance. This tool attempts to apply some common sense to find components of the file that are technically compliant, but possibly incorrect, suboptimal in their representation, or deviate from best practices.

liblsl 1.17.5
Dependencies: asio@1.36.0 boost@1.89.0 pugixml@1.12.1
Channel: guix-science
Location: guix-science/packages/electrophysiology.scm (guix-science packages electrophysiology)
Home page: https://labstreaminglayer.readthedocs.io/
Licenses: Expat
Build system: cmake
Synopsis: Lab Streaming Layer library
Description:

This package provides a C++ library for multi-modal time-synched data transmission over the local network.

python-autoreject 0.4.3
Propagated dependencies: python-h5io@0.2.5 python-joblib@1.5.2 python-matplotlib@3.8.2 python-mne@1.11.0 python-numpy@1.26.4 python-pymatreader@1.1.0 python-scikit-learn@1.7.0 python-scipy@1.12.0
Channel: guix-science
Location: guix-science/packages/electrophysiology.scm (guix-science packages electrophysiology)
Home page: http://autoreject.github.io
Licenses: Modified BSD
Build system: pyproject
Synopsis: Automated rejection and repair of epochs in M/EEG
Description:

This is a library to automatically reject bad trials and repair bad sensors in magneto-/electroencephalography (M/EEG) data.

python-mne-qt-browser 0.7.4
Propagated dependencies: python-darkdetect@0.8.0 python-matplotlib@3.8.2 python-mne@1.11.0 python-numpy@1.26.4 python-pyopengl@3.1.9 python-pyqtgraph@0.13.7 python-qdarkstyle@3.2.3 python-qtpy@2.4.3 python-scipy@1.12.0 python-scooby@0.5.12
Channel: guix-science
Location: guix-science/packages/electrophysiology.scm (guix-science packages electrophysiology)
Home page: https://mne.tools
Licenses: Modified BSD
Build system: pyproject
Synopsis: Backend based on pyqtgraph for the 2D-Data-Browser in MNE-Python
Description:

This package provides a new backend based on pyqtgraph for the 2D-Data-Browser in MNE-Python.

python-mne-denoise 0.0.1
Propagated dependencies: python-matplotlib@3.8.2 python-mne@1.11.0 python-numpy@1.26.4 python-scikit-learn@1.7.0 python-scipy@1.12.0
Channel: guix-science
Location: guix-science/packages/electrophysiology.scm (guix-science packages electrophysiology)
Home page: https://github.com/mne-tools/mne-denoise
Licenses: Modified BSD
Build system: pyproject
Synopsis: Advanced denoising algorithms for M/EEG data in MNE-Python
Description:

mne-denoise provides powerful signal denoising techniques for the MNE-Python ecosystem, including Denoising Source Separation (DSS) and ZapLine algorithms. These methods excel at extracting signals of interest by exploiting data structure rather than just variance.

python-igor2 0.5.12
Propagated dependencies: python-matplotlib@3.8.2 python-numpy@1.26.4
Channel: guix-science
Location: guix-science/packages/electrophysiology.scm (guix-science packages electrophysiology)
Home page: https://github.com/AFM-analysis/igor2
Licenses: LGPL 3
Build system: pyproject
Synopsis: Interface for reading binary IGOR files
Description:

Python parser for Igor Binary Waves (.ibw) and Packed Experiment (.pxp) files written by WaveMetrics' IGOR Pro software.

python-neurodsp 2.3.0
Propagated dependencies: python-matplotlib@3.8.2 python-numpy@1.26.4 python-scipy@1.12.0
Channel: guix-science
Location: guix-science/packages/electrophysiology.scm (guix-science packages electrophysiology)
Home page: https://neurodsp-tools.github.io/neurodsp
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Digital signal processing for neural time series
Description:

Tools to analyze and simulate neural time series, using digital signal processing.

python-pyabf 2.3.8
Propagated dependencies: python-matplotlib@3.8.2 python-numpy@1.26.4
Channel: guix-science
Location: guix-science/packages/electrophysiology.scm (guix-science packages electrophysiology)
Home page: https://swharden.com/pyabf/
Licenses: Expat
Build system: pyproject
Synopsis: Python library for reading files in Axon Binary Format (ABF)
Description:

pyABF is a Python package for reading electrophysiology data from ABF files. It was created with the goal of providing a Pythonic API to access the content of ABF files which is so intuitive to use (with a predictive IDE) that documentation is largely unnecessary.

python-mne 1.11.0
Dependencies: procps@4.0.3
Propagated dependencies: python-decorator@5.2.1 python-jinja2@3.1.2 python-lazy-loader@0.4 python-matplotlib@3.8.2 python-numpy@1.26.4 python-packaging@25.0 python-pooch@1.8.1 python-scipy@1.12.0 python-tqdm@4.67.1
Channel: guix-science
Location: guix-science/packages/electrophysiology.scm (guix-science packages electrophysiology)
Home page: https://mne.tools/stable/index.html
Licenses: Modified BSD
Build system: pyproject
Synopsis: MEG and EEG analysis and visualization
Description:

MNE-Python is an open-source Python package for exploring, visualizing, and analyzing human neurophysiological data such as MEG, EEG, sEEG, ECoG, and more. It includes modules for data input/output, preprocessing, visualization, source estimation, time-frequency analysis, connectivity analysis, machine learning, statistics, and more.

python-yasa 0.6.5
Propagated dependencies: python-antropy@0.1.9 python-ipywidgets@8.1.2 python-joblib@1.5.2 python-lspopt@1.4.0 python-matplotlib@3.8.2 python-mne@1.11.0 python-numba@0.61.0 python-numpy@1.26.4 python-pandas@2.2.3 python-pyriemann@0.10 python-scikit-learn@1.7.0 python-scipy@1.12.0 python-seaborn@0.13.2 python-sleepecg@0.5.9 python-tensorpac@0.6.5-1.ac9058f
Channel: guix-science
Location: guix-science/packages/electrophysiology.scm (guix-science packages electrophysiology)
Home page: https://yasa-sleep.org/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Yet Another Spindle Algorithm (YASA)
Description:

YASA is a Python package to analyze polysomnographic sleep recordings.

python-fooof 1.1.1
Propagated dependencies: python-matplotlib@3.8.2 python-numpy@1.26.4 python-pandas@2.2.3 python-scipy@1.12.0 python-tqdm@4.67.1
Channel: guix-science
Location: guix-science/packages/electrophysiology.scm (guix-science packages electrophysiology)
Home page: https://github.com/fooof-tools/fooof
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Fitting oscillations & one over f (FOOOF)
Description:

Fast, efficient, and physiologically-informed tool to parameterize neural power spectra

python-mne-lsl 1.12.0
Dependencies: liblsl@1.17.5
Propagated dependencies: python-click@8.1.8 python-mne@1.11.0 python-numpy@1.26.4 python-packaging@25.0 python-pooch@1.8.1 python-psutil@7.0.0 python-pyqtgraph@0.13.7 python-qtpy@2.4.3 python-scipy@1.12.0 python-tomli@2.2.1
Channel: guix-science
Location: guix-science/packages/electrophysiology.scm (guix-science packages electrophysiology)
Home page: https://mne.tools/mne-lsl
Licenses: Modified BSD
Build system: pyproject
Synopsis: Real-time framework integrated with MNE-Python for online neuroscience research through LSL-compatible devices
Description:

MNE-LSL (Documentation website) provides a real-time brain signal streaming framework. MNE-LSL contains an improved python-binding for the Lab Streaming Layer C++ library, mne_lsl.lsl, replacing pylsl. This low-level binding is used in high-level objects to interact with LSL streams.

python-edfio 0.4.10
Propagated dependencies: python-numpy@1.26.4
Channel: guix-science
Location: guix-science/packages/electrophysiology.scm (guix-science packages electrophysiology)
Home page: https://edfio.readthedocs.io
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Read and write EDF/EDF+ files
Description:

edfio is a Python package for reading and writing EDF and EDF+C files.

python-eeg-positions 2.1.2
Propagated dependencies: python-matplotlib@3.8.2 python-numpy@1.26.4 python-pandas@2.2.3
Channel: guix-science
Location: guix-science/packages/electrophysiology.scm (guix-science packages electrophysiology)
Home page: https://eeg-positions.readthedocs.io/
Licenses: Expat
Build system: pyproject
Synopsis: Compute and plot standard EEG electrode positions
Description:

This package contains code to compute the standard EEG electrode locations on a spherical head model for the 10-20, 10-10, and 10-05 system.

python-position-tools 0.2.2
Propagated dependencies: python-numpy@1.26.4 python-scipy@1.12.0 python-tqdm@4.67.1
Channel: guix-science
Location: guix-science/packages/electrophysiology.scm (guix-science packages electrophysiology)
Home page: https://github.com/LorenFrankLab/position_tools
Licenses: Expat
Build system: pyproject
Synopsis: Tools for calculating smoothed 2D position, speed, head direction
Description:

This package provides tools for calculating smoothed 2D position, speed, head direction.

python-nwb2bids 0.8.0
Propagated dependencies: python-pandas@2.2.3 python-pydantic@2.10.4 python-pynwb@3.1.3 python-rich-click@1.8.9 python-ruamel.yaml@0.18.14 python-typing-extensions@4.15.0
Channel: guix-science
Location: guix-science/packages/electrophysiology.scm (guix-science packages electrophysiology)
Home page: https://nwb2bids.readthedocs.io/
Licenses: Expat
Build system: pyproject
Synopsis: Reorganize NWB files into a BIDS directory layout
Description:

nwb2bids reorganizes NWB files into a BIDS directory layout.

Features:

  • Automatically renames NWB files and their directories to conform to BIDS conventions.

  • Extracts relevant metadata from NWB files to populate BIDS sidecar TSV & JSON files.

  • Currently supports BEP32 (micro-electrode electrophysiology) data types, such as extracellular (ecephys) and intracellular (icephys) electrophysiology, as well as associated behavioral events.

python-mne-faster 1.2.2
Propagated dependencies: python-mne@1.11.0 python-numpy@1.26.4 python-scipy@1.12.0
Channel: guix-science
Location: guix-science/packages/electrophysiology.scm (guix-science packages electrophysiology)
Home page: https://github.com/wmvanvliet/mne-faster
Licenses: Modified BSD
Build system: pyproject
Synopsis: Automatic EEG bad channel/epoch/ICA-component detection using FASTER
Description:

FASTER is a fully automated, unsupervised method for processing of high density EEG data.

python-klusta 3.0.16-0.408e898
Propagated dependencies: python-click@8.1.8 python-h5py@3.13.0 python-numpy@1.26.4 python-scipy@1.12.0 python-six@1.17.0 python-tqdm@4.67.1
Channel: guix-science
Location: guix-science/packages/electrophysiology.scm (guix-science packages electrophysiology)
Home page: https://klusta.cortexlab.net
Licenses: Modified BSD
Build system: pyproject
Synopsis: Spike detection and automatic clustering for spike sorting
Description:

klusta is an open source package for automatic spike sorting of multielectrode neurophysiological recordings made with probes containing up to a few dozens of sites.

python-curryreader 0.1.2
Propagated dependencies: python-matplotlib@3.8.2 python-numpy@1.26.4
Channel: guix-science
Location: guix-science/packages/electrophysiology.scm (guix-science packages electrophysiology)
Home page: https://github.com/mne-tools/curry-python-reader
Licenses: Modified BSD
Build system: pyproject
Synopsis: File reader for Compumedics Neuroscan data formats
Description:

This is an open-source tool which allows to load CURRY data into Python. It supports: raw float (.cdt), ascii (.cdt), legacy raw float (.dat) and legacy ascii (.dat).

Total results: 1131