Description Usage Arguments Value References
View source: R/networkspikes_functions.R
Taken a spike list object for a set of electrodes, this function searches network spikes returns a list of all network spikes.
1 | calculate.network.spikes(e, sur = 100,ns.N, ns.T)
|
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 |
Returns a list of object, containing network spikes.
wells |
A list of wells that network spikes were found and defined. |
ns.all |
A list of network spikes computed from the spike lists. |
well.layout |
The plate/well layout identified by the function. |
Need to find the paper describe this method.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.