/ipfx

computes intrinsic cell features from intracellular electrophysiology data

Primary LanguagePythonOtherNOASSERTION

Welcome to Intrinsic Physiology Feature Extractor (IPFX)

IPFX is a Python package for computing intrinsic cell features from electrophysiology data. With this package you can:

  • Perform cell data quality control (e.g. resting potential stability)
  • Detect action potentials and their features (e.g. threshold time and voltage)
  • Calculate features of spike trains (e.g., adaptation index)
  • Calculate stimulus-specific cell features

This software is designed for use in the Allen Institute for Brain Science electrophysiology data processing pipeline.

For usage and installation instructions, see the documentation.

Quick Start

To start analyzing data now, check out the quick_start . For a more in depth guide to IPFX, see tutorial

Contributing

We welcome contributions! Please see our contribution guide for more information. Thank you!

Deprecation Warning

The 2.0.0 release of IPFX drops support for Python 3.6 which reached end of life and stopped receiving security updated on December 23, 2021. IPFX is now tested on Python 3.9 and higher.