Description Usage Arguments Value Author(s)
Returns the adapter content along the sequences per entry in a set of zip archives generated by FastQC.
To be used after readFastqcZips().
When reads are long, FastQC can average adapter content over a given range, e.g. over two successive bases, such as "11-12".
In such a case, because the ranges can be different for different fastq files in all.qc, this function will set adapter content to the first base of the range in the ouput, here "11", the other, here "12", will get NA.
1 | extractFastqcAdpContents(all.qc, adp = "Illumina Universal Adapter")
|
all.qc |
return value from readFastqcZips() |
adp |
name of the adapter to plot (default="Illumina Universal Adapter") |
numeric matrix with entries in rows and positions along sequences in columns
Timothee Flutre [cre,aut], Nicolas Rode [ctb]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.