Description Usage Arguments Value Author(s) References Examples
For one spike train, find the bursts using the maximum interval method.
1  | mi_find_bursts(spikes,mi_par)
 | 
spikes | 
 A spike train of one channel, located in MEA data structure (example S$spikes[[1]]).  | 
mi_par | 
 A list of burst features: 
  | 
Returns a matrix of burst information for a specific channel. Matrix columns are:
beg | 
 the number of spike that is first in the burst  | 
end | 
 number of the last spike in the burst  | 
ibi | 
 time interval from previous burst  | 
durn | 
 durarion of burst in seconds  | 
mean_isis | 
 average inter spike interval within the burst  | 
si | 
 surprise index, allways 1 for mi algorithm  | 
Stephen Eglen
Eytan and Marom (2006) J Neuroscience.
1 2  | data("S")  
allb <- lapply(S$spikes, mi_find_bursts, S$parameters$mi_par )
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.