write_plate_summary_for_spikes: write_plate_summary_for_spikes

Description Usage Arguments Value Author(s) Examples

View source: R/spikes.R

Description

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

Usage

1

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

1
2
3
4
5
6
data("S") 
s<-list()
s[[1]]<-S

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

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