Description Usage Arguments Value Examples
View source: R/plotting_summaryStats.R
Plots the median recorded current for each fast5 file against the time at which the recording began.
1 | plotReadTypeProduction(summaryData, groupedMinutes = 10)
|
summaryData |
Object of class Fast5Summary. |
groupedMinutes |
Integer specifying how many minutes of runtime should be grouped together. |
Returns an object of class gg
representing the plot.
1 2 3 4 | if( require(minionSummaryData) ) {
data(s.typhi.rep2, package = 'minionSummaryData')
plotReadTypeProduction( s.typhi.rep2 )
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.