plotquality | R Documentation |
plot the quality for the fastq file
plotquality(file, n = 5e+05, aggregate = FALSE)
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. |
figure
plotquality(system.file("extdata", "sam1F.fastq.gz", package="dada2"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.