Whole-cell electrophysiology analysis with python
This notebook is to demonstrate how I have used Neo and EFEL packages to visualize and analyze whole-cell electrophysiology data. This was one of the first scientific problems that showed me how python could speed up my required analysis for my research project.
import efel
import numpy as np
import ...