Description Usage Arguments Value Examples
Run FastQC Tool
1 2 |
fq.dir |
path to the directory containing fastq files. Default is the current working directory. |
qc.dir |
path to the FastQC result directory. If NULL, a directory named fastqc_results is created in the current working directory. |
threads |
the number of threads to be used. Default is 4. |
fastqc.path |
path to fastqc program |
Create a directory containing the reports
1 2 3 4 5 | ## 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.