Learn R Programming

IGM.MEA (version 0.3.4.1)

write.plate.summary.for.spikes: write.plate.summary.for.spikes

Description

Produces csv output related to firing rate by DIV to directory of user specified output directory

Usage

write.plate.summary.for.spikes(s, outputdir)

Arguments

s
's' spike .RData object. Must be a list with one entry per DIV.
outputdir

Value

One .csv file for each DIV is output and one additional file comprising all DIVs. Quantification of activity levels including total spike count, well and elctrode level firing rate, as well as ISI and standard deviation of applicable features.

Examples

Run this code
data("S") 
s<-list()
s[[1]]<-S
## path<-system.file()
## write.plate.summary.for.spikes(s , path)

Run the code above in your browser using DataLab