Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

calculate_isis

Calculate inter spike intervals


Description

The function calculates all the interspikes interval between all spikes of each of the channels recorded.

Usage

calculate_isis(s)

Arguments

s

MEA data structure

Value

Returns the MEA data structure (S object in the example) with the following new lists:

S$isis

list of all isis for each channel

S$mean_isis

mean isis for each channel

S$sd_isis

sd of isis for each channel

Examples

data("S")  
S <- calculate_isis(S)

meaRtools

Micro-Electro Array (MEA) Analysis

v1.0.4
GPL (>= 3)
Authors
Quanli Wang [aut, ctb], Sahar Gelfman [aut, ctb, cre], Diana Hall [aut, ctb], Ryan Dhindsa [aut, ctb], Matt Halvorsen [aut, ctb], Ellese Cotterill [aut, ctb], Tom Edinburgh [aut, ctb], Stephen J. Eglen [aut, ctb, ths]
Initial release
2018-7-1

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.