plotquality {microbial} | R Documentation |
plot the quality for the fastq file
Description
plot the quality for the fastq file
Usage
plotquality(file, n = 5e+05, aggregate = FALSE)
Arguments
file |
(Required). character. File path(s) to fastq or fastq.gz file(s). |
n |
(Optional). Default 500,000. The number of records to sample from the fastq file. |
aggregate |
(Optional). Default FALSE. If TRUE, compute an aggregate quality profile for all fastq files provided. |
Value
figure
Examples
plotquality(system.file("extdata", "sam1F.fastq.gz", package="dada2"))
[Package microbial version 0.0.21 Index]