Description Usage Arguments Value References Examples
run_fastqc
generates a single HTML report from the fastQC
reports and salmon read mapping results using MultiQC.
1 | run_multiqc(fastqc_dir, salmon_dir, destdir)
|
fastqc_dir |
directory where all the FastQC files are saved. |
salmon_dir |
directory of the salmon files. |
destdir |
directory where you want to save the combined QC report. |
HTML report.
Philip Ewels, Mans Magnusson, Sverker Lundin, and Max Kaller (2016): MultiQC: summarize analysis results for multiple tools and samples in a single report. Bioinformatics, 32(19), 3047-3048. https://doi.org/10.1093/bioinformatics/btw354
1 2 3 4 5 | ## Not run:
run_multiqc(fastqc_dir=tempdir(),salmon_dir=tempdir(),
destdir=tempdir())
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.