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

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.

Author(s)

Diana Hall

Examples

data("S") 
s<-list()
s[[1]]<-S

  path<-tempdir()
  write_plate_summary_for_spikes(s , path)

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.