Description Usage Arguments Details Value
View source: R/getMeanQualityProfile.R
This function generates a table that reports the mean quality scores observed at each sequence position for the input fastq file(s).
1 | getMeanQualityProfile(fl, n = 5e+05, project, layout = "Single")
|
fl |
(Required). |
n |
(Required). Default 500,000. The number of records to sample from the fastq file. |
project |
(Required). Provide a character label that describes the data being handled. |
layout |
(Required). Default is Single. Provide "Single" if handling single-end data; "Forward" if handling foward-reads, and "Reverse" if handling reverse-reads. |
Code modified from DADA2's plotQualityProfile function
A table with the following column names: c("Position", "Mean", "Orientation", "Study")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.