Learn R Programming

IGM.MEA (version 0.3.4.1)

mi.find.bursts: Find bursts

Description

For one spike train, find the bursts using the maximum interval method.

Usage

mi.find.bursts(spikes,mi.par)

Arguments

spikes
A spike train of one channel, located in MEA data structure (example S$spikes[[1]]).
mi.par
A list of burst features:

Value

Returns a matrix of burst information for a specific channel. Matrix columns are: Matrix columns are:

References

Eytan and Marom (2006) J Neuroscience.

Examples

Run this code
data("S")  
allb <- lapply(S$spikes, mi.find.bursts, S$parameters$mi.par )

Run the code above in your browser using DataLab