https://github.com/berenslab/ephyspy

A Python package for electrophysiological feature extraction for patch-clamp experiments.

https://github.com/berenslab/ephyspy

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.8%) to scientific vocabulary

Keywords

allensdk electrophysiology ephys feature-extraction features patch-clamp python
Last synced: 5 months ago · JSON representation

Repository

A Python package for electrophysiological feature extraction for patch-clamp experiments.

Basic Info
Statistics
  • Stars: 4
  • Watchers: 4
  • Forks: 1
  • Open Issues: 7
  • Releases: 5
Topics
allensdk electrophysiology ephys feature-extraction features patch-clamp python
Created over 2 years ago · Last pushed 11 months ago
Metadata Files
Readme Contributing License

README.md

PyPI version Contributions welcome Tests codecov GitHub license Documentation Status

EphysPy

Package to extract electrophysiological features from current clamp experiments.

This package provides an API to extract a multitude of features from voltage clamp recordings with the help of the AllenSDK.

Installation

The package can be installed via pip install ephyspy. Alternatively, clone the package with https://github.com/berenslab/ephyspy.git and install using pip via pip install -e ./ephyspy.

Getting started

To get started see example.ipynb.

Documentation

All documentation can be found here.

Acknowledgments

This package builds on previous work by @ybernaerts, which was part of the Phenotypic variation of transcriptomic cell types in mouse motor cortex atlas and the AllenSDK.

Owner

  • Name: Berens Lab @ University of Tübingen
  • Login: berenslab
  • Kind: organization
  • Email: philipp.berens@uni-tuebingen.de
  • Location: Tübingen, Germany

Department of Data Science at the Hertie Institute for AI in Brain Health, University of Tübingen

GitHub Events

Total
  • Release event: 2
  • Watch event: 1
  • Delete event: 2
  • Push event: 6
  • Create event: 2
Last Year
  • Release event: 2
  • Watch event: 1
  • Delete event: 2
  • Push event: 6
  • Create event: 2

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 15 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 4
  • Total maintainers: 1
pypi.org: ephyspy

Package to extract summary statistics from electrophysiological data.

  • Versions: 4
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 15 Last month
Rankings
Dependent packages count: 7.4%
Average: 38.3%
Dependent repos count: 69.2%
Maintainers (1)
Last synced: 6 months ago

Dependencies

setup.py pypi
.github/workflows/tests.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • codecov/codecov-action v3 composite
docs/requirements.txt pypi
  • sphinx *
  • sphinx_rtd_theme *
requirements.txt pypi
  • matplotlib >=3.4.2
  • numpy >=1.23.5
  • pandas >=1.5.3
  • scikit-learn >=1.1.1
  • scipy >=1.9.1