plotReadAccumulation {IONiseR} | R Documentation |
Plot the accumulation of reads over the duration of the experiment.
plotReadAccumulation(summaryData)
summaryData |
Object of class Fast5Summary. |
Returns an object of class gg
representing the plot.
if( require(minionSummaryData) ) { data(s.typhi.rep2, package = 'minionSummaryData') plotReadAccumulation( s.typhi.rep2 ) }