powered by
plot the quality for the fastq file
plotquality(file, n = 5e+05, aggregate = FALSE)
figure
(Required). character. File path(s) to fastq or fastq.gz file(s).
(Optional). Default 500,000. The number of records to sample from the fastq file.
(Optional). Default FALSE. If TRUE, compute an aggregate quality profile for all fastq files provided.
# \donttest{ plotquality(system.file("extdata", "sam1F.fastq.gz", package="dada2")) # }
Run the code above in your browser using DataLab