View source: R/fastqc_utilities.R
fastqc | R Documentation |
Run FastQC Tool on windows or linux
fastqc(fq.dir, qc.dir = NULL, threads = 1, fastqc.path = "bin/FastQC/fastqc")
fq.dir |
(Required) Default is the current working directory. path to the directory containing fastq files. |
qc.dir |
(Optional) path to the FastQC result directory. If NULL, a directory named FASTQC is created in the current working directory. |
threads |
(Optional) the number of threads to be used. Default is 1. |
fastqc.path |
(Required) path to fastqc program |
A new directory containing the fastqc reports for each sample
## Not run:
# Run FastQC: generates a QC directory
fastqc(fq.dir)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.