| per_read_quality {qckitfastq} | R Documentation |
per_read_qualityCompute the mean quality score per read.
per_read_quality
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
infile <- system.file("extdata", "10^5_reads_test.fq.gz", package = "qckitfastq")
prq <- per_read_quality(infile)