Description Usage Arguments Value Examples
View source: R/plotting_summaryStats.R
Plot the accumulation of reads over the duration of the experiment.
1 | plotReadAccumulation(summaryData)
|
summaryData |
Object of class Fast5Summary. |
Returns an object of class gg
representing the plot.
1 2 3 4 | if( require(minionSummaryData) ) {
data(s.typhi.rep2, package = 'minionSummaryData')
plotReadAccumulation( s.typhi.rep2 )
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.