Plot burst features
Plots all bursting features in a _burst_plot.pdf under the output directory.
plot_plate_summary_for_bursts(s, outputdir,parameters)
s |
MEA data structure |
outputdir |
Output directory |
parameters |
meaRtools basic parameter list |
The plot function will plot all the features calculated for the bursts in the recording. Those include: Mean Firing Rate by Plate (Hz), Mean firing rate, Mean Duration, Number of bursts by channel and well, Mean Inter Burst Interval, Mean ISI within bursts, Mean burst per minute, Mean spikes in a burst and % spikes in a burst. The function also calls calc_burst_distributions to calculate and plot burst feature distributions.
A _burst_plot.pdf is printed under the output directory
data("S") plot_plate_summary_for_bursts(S,"/Analysis")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.