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

compute_mean_firingrate_by_well

mean.firingrate.by.well


Description

Creates a data frame with columns for well firing rate, mean electrode firing rate, well name and DIV. See details for computations.

Usage

compute_mean_firingrate_by_well(s)

Arguments

s

Well firing rate= total spikes per well/recording time.

Details

Well firing rate= total spikes per well/recording time. Electrode level firing rate= average across all electrodes in a well( total spikes on electrode/recording time)

Examples

data("S") 

res<-compute_mean_firingrate_by_well(S)
res[1:4,]

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.