Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

calculate_network_bursts

Compute network bursts for a list of MEA recordings.


Description

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.

Usage

calculate_network_bursts(s,sigmas, min_electrodes, local_region_min_nae)

Arguments

s

A list of MEA recordings, typically from the same MEA plate at different time point.

sigmas

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.

Value

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

Author(s)

Quanli Wang

References

Add reference to Yi-Fan Lu's paper when it is in press.


meaRtools

Micro-Electro Array (MEA) Analysis

v1.0.4
GPL (>= 3)
Authors
Quanli Wang [aut, ctb], Sahar Gelfman [aut, ctb, cre], Diana Hall [aut, ctb], Ryan Dhindsa [aut, ctb], Matt Halvorsen [aut, ctb], Ellese Cotterill [aut, ctb], Tom Edinburgh [aut, ctb], Stephen J. Eglen [aut, ctb, ths]
Initial release
2018-7-1

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.