Description Usage Arguments Value Examples
run_fastqc
HTML report of each fastq files using FastQC.
You need to install FastQC from
https://www.bioinformatics.babraham.ac.uk/projects/fastqc/
1 | run_fastqc(destdir, fastq_dir, n_thread)
|
destdir |
directory where all the results will be saved. |
fastq_dir |
directory of the fastq files. |
n_thread |
number of cores to use. |
HTML report of the fastq files under fastqc directory.
1 2 3 4 | fastq_dir=system.file("extdata","", package="GREP2")
run_fastqc(destdir=tempdir(),fastq_dir=fastq_dir,
n_thread=2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.