Description Usage Arguments Value Examples
Construct multiFastQC object
1 | multiFastQC(fqc)
|
fqc |
A |
An object of class multiFastQC
1 2 3 4 | path <- system.file('extdata', package = 'Rfastqc')
fls <- list.files(path, full.names = TRUE)
fqc <- parse_collection(fls)
fqc_ob <- multiFastQC(fqc)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.