Description Usage Arguments Value Examples
View source: R/plot_per_base_quality.R
Generate a boxplot of the per position quality score.
1 | plot_per_base_quality(per_base_quality, output_file = NA)
|
per_base_quality |
a data frame of the mean, median and quantiles of sequence quality per base. Most likely generated with the 'per_base_quality' function. |
output_file |
File to save plot to. Will not write to file if NA. Default NA. |
A boxplot of per position quality score distribution.
1 2 | pbq <- per_base_quality(system.file("extdata", "10^5_reads_test.fq.gz", package = "qckitfastq"))
plot_per_base_quality(pbq)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.