Learn R Programming

IGM.MEA (version 0.3.4.1)

calculate.network.spikes: Compute the netwrok spikes statistics from spike lists.

Description

Taken a spike list object for a set of electrodes, this function searches network spikes returns a list of all network spikes.

Usage

calculate.network.spikes(e, sur = 100,ns.N, ns.T)

Arguments

e
A spike list object for a set of electrodes.
sur
This parameter is related to the number of datapoints to be used in summmarizing mean network spikes, which will be only used for network spike diagnostics. The default value of 100 will usually be sufficient.
ns.T
global variable, time window of a network spike
ns.N
global variable, minimum number of coincident electrodes

Value

Returns a list of object, containing network spikes.

References

Need to find the paper describe this method.