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

Description Usage Arguments Value References

View source: R/networkspikes_functions.R

Description

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

Usage

1
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.

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.

References

Need to find the paper describe this method.


IGM.MEA documentation built on May 29, 2017, 11:07 p.m.