Learn R Programming

IONiseR (version 1.2.2)

plotReadTypeProduction: View changes in signal against run time.

Description

Plots the median recorded current for each fast5 file against the time at which the recording began.

Usage

plotReadTypeProduction(summaryData, groupedMinutes = 10)

Arguments

summaryData
Object of class Fast5Summary.
groupedMinutes
Integer specifying how many minutes of runtime should be grouped together.

Value

Returns an object of class gg representing the plot.

Examples

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

Run the code above in your browser using DataLab