compute_mean_firingrate_by_well: mean.firingrate.by.well

Description Usage Arguments Details Examples

View source: R/spikes.R

Description

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

Usage

1

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

1
2
3
4
data("S") 

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

meaRtools documentation built on May 1, 2019, 7:32 p.m.