plotActiveChannels {IONiseR} | R Documentation |
Plot the number of active channels for each minute of run time
plotActiveChannels(summaryData)
summaryData |
Object of class Fast5Summary. |
Returns an object of class gg
representing the plot.
if( require(minionSummaryData) ) { data(s.typhi.rep2, package = 'minionSummaryData') plotActiveChannels( s.typhi.rep2 ) }