Learn R Programming

IGM.MEA (version 0.3.4.1)

calc.burst.summary: Calculate average and standard deviation of the bursting features.

Description

The function calculates a summary of all the bursting features and returns a data.frame with those values.

Usage

calc.burst.summary(s, bursty.threshold = 1)

Arguments

s
MEA data structure
bursty.threshold
min number of bursts/minute to count as a bursty unit.

Value

A data frame with the following columns:

Examples

Run this code
# Load exapmple of recording Robject (MEA data structure)
data("S")  
S$bs<-calc.burst.summary(S)

Run the code above in your browser using DataLab