plotReadCategoryQuals: Visualise the mean base quality of each read

Description Usage Arguments Value Examples

View source: R/plotting_summaryStats.R

Description

Generates a box plot showing the mean base quality for each read, broken down into the three categories of read type that can be found in a fast5 file.

Usage

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

IONiseR documentation built on Nov. 8, 2020, 6 p.m.