Description Usage Arguments Value Author(s) Examples
View source: R/MEA_functions.R
Adds a field to a 's' spike object 'nae' that lists for each well the # of active electrodes (electodes firing > 5spike/minute).
1 | get_num_ae(s2)
|
s2 |
an 's' object containing spike trains, channel names, etc. |
returns 'nae' field in 's' which is a vector of # of active electrodes (electodes firing > 5 spikes/minute). Each vector entry is named by the well to which the data corresponds.
Diana Hall
1 2 3 | data("S") # load data
b<-get_num_ae(S)
b$nae
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.