write_plate_summary_for_spikes
Produces csv output related to firing rate by DIV to directory of user specified output directory
write_plate_summary_for_spikes(s, outputdir)
s |
's' spike .RData object. Must be a list with one entry per DIV. |
outputdir |
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.
Diana Hall
data("S") s<-list() s[[1]]<-S path<-tempdir() write_plate_summary_for_spikes(s , path)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.