core¶
Read and analyze electrophysiological data.
Classes¶
A class for reading smr-files and accessing stimulus times and voltage traces. |
|
A class for reading LabView binary data files and accessing stimulus times and voltage traces. |
|
Detects spikes by creast and trough amplitude. |
|
Base class for spike time analysis plugins. |
|
SpikeTimeAnalysis (STA) plugin to compute the inter spike interval (ISI) to the next, second next, nth spike. |
|
SpikeTimeAnalysis (STA) plugin to detect high frequency events (doublet, triplet, …) that occur within a timewindow. |
|
SpikeTimeAnalysis (STA) plugin to annotate bursts in a spike times dataframe. |
|
SpikeTimeAnalysis (STA) plugin to compute the ongoing activity. |
|
SpikeTimeAnalysis (STA) plugin to quantify the activity in a period. |
|
SpikeTimeAnalysis (STA) plugin to extract a column from a filtered dataframe. |
|
SpikeTimeAnalysis (STA) plugin to create a spike times dataframe. |
|
SpikeTimeAnalysis (STA) plugin to compute the response probability in a period. |
|
SpikeTimeAnalysis (STA) plugin to compute the response latency in a period. |
|
Class for applying event_analysis routines on a spike times dataframe. |
Functions¶
|
Reads a Spike2 file and returns its content as a neo.core.block.Block object. |
|
Read in LabView binary data files. |
|
Apply a highpass filter to the data. |
|
Load a reader object from a dictionary. |
|
Compute timepoints of maxima above a threshold. |
|
Finds the times and corresponding voltages of upcrossings of a given threshold. |
|
Filter spike times based on timepoints of detected creasts and troughs. |
|
Filters out any events that occur in an interval shorter than tdelta. |
|
Filters periodic stimuli such that only the first stimulus of each period is retained. |
|
Computes spike times dataframe based on list of spike times and stimulus times. |
|
Get a DataFrame containing only spike times, without metadata. |
Returns a list containing all non-NaN elements in the given pandas Series. |
|
|
Classifies timepoint based on whether it falls within a period. |