Description Usage Arguments Value
View source: R/create_fqreport.R
Create an HTML file containing FastQC reports of one or multiple files. Inputs can be either a directory containing multiple FastQC zipped files or a single FastQC file.
1 2 | create_fqreport(fqc = NULL, outdir = ".", experiment = NULL,
author = NULL, preview = TRUE)
|
fqc |
Either a single zipped FASTQC file or a directory containing such files. |
outdir |
The directory to which to write out the results. The default is the current working directory. |
experiment |
Brief experiment description |
author |
Author name |
preview |
Logical indicating whether to open the HTML file after it is created. |
An HTML file (or files) containing FASTQC reports.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.