Learn R Programming

microbial (version 0.0.19)

plotquality: 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

Run this code
# NOT RUN {
plotquality(system.file("extdata", "sam1F.fastq.gz", package="dada2"))
# }

Run the code above in your browser using DataLab