Description Usage Arguments Value Author(s)
Return the number, or percentage, of sequences per quality score per entry in a set of zip archives generated by FastQC. To be used after readFastqcZips().
1 | extractFastqcQuals(all.qc, perc = FALSE, nreads = NULL)
|
all.qc |
return value from readFastqcZips() |
perc |
return percentage of sequences if TRUE, number of sequences otherwise |
nreads |
return value from nreads.fastqc(), required if perc=TRUE |
numeric matrix with entries in rows and number (percentage) of sequences per quality in columns
Timothee Flutre [cre,aut]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.