plotActiveChannels: Plot the number of active channels for each minute of run...

Description Usage Arguments Value Examples

View source: R/plotting_summaryStats.R

Description

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

Usage

1
plotActiveChannels(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')
   plotActiveChannels( s.typhi.rep2 )
}

grimbough/IONiseR documentation built on Sept. 24, 2020, 11:32 a.m.