qual_score_per_read: Calculate the mean quality score per read of the FASTQ...

Description Usage Arguments Value Examples

View source: R/RcppExports.R

Description

Calculate the mean quality score per read of the FASTQ gzipped file

Usage

1

Arguments

infile

A string giving the path for the fastqfile

Value

mean quality per read

Examples

1
2
infile <- system.file("extdata", "10^5_reads_test.fq.gz", package = "qckitfastq")
qual_score_per_read(infile)$q50_per_position[1:10]

Example output

 [1] 32 32 37 37 37 41 41 41 41 41

qckitfastq documentation built on Nov. 8, 2020, 5:24 p.m.