Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 2.99 KB

README.md

File metadata and controls

47 lines (30 loc) · 2.99 KB

We rewrote the analysis pipeline, which can now be found as the proper DeePhys package This repository is no longer maintained and we encourage you to use the DeePhys repo instead

Welcome to DeePhys

The package for Deep electrophysiological phenotype characterization:

Analysis schematic

Created with BioRender

Overview

DeePhys was created to facilitate the analysis of extracellular recordings of neuronal cultures using high-density microelectrode arrays (HD-MEAs). MADEB allows users to easily:

  • Extract electrophysiological features from spikesorted HD-MEA recordings
  • Visualize differential developmental trajectories
  • Apply machine learning algorithms to classify different conditions
  • Obtain biomarkers predictive of the respective condition
  • Evaluate the effect of treatments

Requirements

Currently DeePhys is only available on MATLAB, so a recent MATLAB installation (>2019b) is required. We plan on expanding DeePhys to Python in the near future.

If you want to use the Notebooks, you need to install Jupyter lab or Jupyter notebook (pip install jupyterlab or pip install notebook) and the MATLAB kernel (pip install matlab_kernel) + the MATLAB API for Python.

However, all analysis scripts are also available as MATLAB live scripts, which do not require any additional software.

Installation

The package is ready-to-use right after cloning.

Usage

Code requires spikesorted data in the phy format. For help with spikesorting check out the Spikeinterface package.

Different parts of the analysis are subdevided into different analysis scripts:

Citation

This package was published in "Electrophysiological classification of iPSC-derived dopaminergic neurons harbouring the SNCA-A53T mutation" and additionally contains code to replicate the figures used in the publication.

Disclaimer

This package uses the readNPY function provided by the npy-matlab package, the CCG function provided by the FMAToolbox, and the othercolor function.