Description Usage Arguments Value Author(s) References
View source: R/NetworkBurst_functions.R
For a list of MEA recordings, ususally from the same plate at different time point,This function detects and report network burst features at the well level.
1 | calculate.network.bursts(s,Sigma, min_electrodes, local_region_min_nAE)
|
s |
A list of MEA recordings, typically from the same MEA plate at different time point. |
Sigma |
The window size used to generate network bursts. |
min_electrodes |
Minimum number of electrodes to call a network burst |
local_region_min_nAE |
Indicates if an adaptive threthold method should be used. |
Returns an object containing summary, nb.all, nb.features, result, and nb.features.merged.
summary |
brief summary |
nb.all |
Each well has 3 data frames with nb times, one for each smoothing window |
nb.features |
a list containing a data-frame for each DIV analyzed |
result |
for each DIV analyzed, information on the DIV, times of nb for each well and each smoothing window |
nb.features.merged |
data frame with nb related features averaged across DIVs |
Quanli Wang
Add reference to Yi-Fan Lu's paper when it is in press.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.