Description Usage Arguments Details Value Examples
This function plots a visual summary of the distribution of quality scores as a function of sequence position for the input fastq file(s).
1 | plotQualityProfile(fl, n = 5e+05, aggregate = FALSE)
|
fl |
(Required). |
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. |
The distribution of quality scores at each position is shown as a grey-scale heat map, with dark colors corresponding to higher frequency. The plotted lines show positional summary statistics: green is the mean, orange is the median, and the dashed orange lines are the 25th and 75th quantiles.
If the sequences vary in length, a red line will be plotted showing the percentage of reads that extend to at least that position.
A ggplot2
object.
Will be rendered to default device if printed
,
or can be stored and further modified.
See ggsave
for additional options.
1 | plotQualityProfile(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.