plotEventRate: Plot the mean rate at which events occur

Description Usage Arguments Value Examples

View source: R/plotting_summaryStats.R

Description

For each read, the ratio between the number of events comprising the read and the time spent in the pore is calculated. This is then plotted against the time the read entered the pore, allow us to assess whether the rate at which events occur changes during the experiment run time.

Usage

1
plotEventRate(summaryData)

Arguments

summaryData

Object of class Fast5Summary.

Value

Returns an object of class gg representing the plot.

Examples

1
2
3
4
if( require(minionSummaryData) ) {
   data(s.typhi.rep2, package = 'minionSummaryData')
   plotEventRate( s.typhi.rep2 )
}

IONiseR documentation built on Nov. 8, 2020, 6 p.m.