Learn R Programming

IONiseR (version 1.2.2)

plotReadAccumulation: Plot the accumulation of reads over the duration of the experiment.

Description

Plot the accumulation of reads over the duration of the experiment.

Usage

plotReadAccumulation(summaryData)

Arguments

summaryData
Object of class Fast5Summary.

Value

Returns an object of class gg representing the plot.

Examples

Run this code
if( require(minionSummaryData) ) {
   data(s.typhi.rep2, package = 'minionSummaryData')
   plotReadAccumulation( s.typhi.rep2 )
}

Run the code above in your browser using DataLab