Learn R Programming

IGM.MEA (version 0.3.4.1)

IGM.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

IGM.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

Run this code
data("S") 

res<-IGM.mean.firingrate.by.well(S)
res[1:4,]

Run the code above in your browser using DataLab