Description Usage Arguments Details Value References See Also
A wrapper function to run fastQC
1 | fastqc(fq1, fq2, output.dir, run.cmd=TRUE)
|
fq1 |
Path to read1 fastq files |
fq2 |
Path to read2 fastq files |
output.dir |
Output directory |
run.cmd |
Whether to execute the command line (default=TRUE) |
mc.cores |
The number of cores to use. Must be at least one(default=1), and parallelization requires at least two cores. |
FastQC aims to provide a QC report that detects problems originating from either the sequencer or the starting library material.
Quality check report for sequence data. (e.g., .html)
FastQC: a quality control tool for high throughput sequence data. Andrews S. (2010).
http://www.bioinformatics.babraham.ac.uk/projects/fastqc
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.