Description Usage Arguments Value Examples
View source: R/per_read_quality.R
Compute the mean quality score per read.
per_read_quality
1 | per_read_quality(infile, output_file = NA)
|
infile |
Path to FASTQ file |
output_file |
File to write plot to. Will not write to file if NA. Default NA. |
Data frame of mean quality score per read
1 2 | infile <- system.file("extdata", "10^5_reads_test.fq.gz", package = "qckitfastq")
prq <- per_read_quality(infile)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.