powered by
Creates a plot of the quality values accommodated by the fastq file.
plotQualityScoreDis(source_dir, file_name, type = "median", rel = FALSE)
a ggplot2 object.
a character string of the path to the source directory.
a character string of the file name.
a character string, possible values are "mean" and "median".
a logical value. If TRUE the y-axis will show relative frequency instead of the absolut counts.
if (FALSE) { source_dir <- system.file("extdata", package = "genBaRcode") plotQualityScoreDis(source_dir, file_name = "test_data.fastq", type = "mean") }
Run the code above in your browser using DataLab