plotActiveChannels {IONiseR}R Documentation

Plot the number of active channels for each minute of run time

Description

Plot the number of active channels for each minute of run time

Usage

plotActiveChannels(summaryData)

Arguments

summaryData

Object of class Fast5Summary.

Value

Returns an object of class gg representing the plot.

Examples

if( require(minionSummaryData) ) {
   data(s.typhi.rep2, package = 'minionSummaryData')
   plotActiveChannels( s.typhi.rep2 )
}

[Package IONiseR version 2.18.0 Index]