Description Usage Arguments Details Value References See Also
A wrapper function to run Trim Galore
1 |
fq1 |
Path to read1 fastq files |
fq2 |
Path to read2 fastq files |
output.dir |
Output directory |
trim.quality |
A parameter value for –quality in trimgalore. A numeric value of phred score cutoff to trim (default=30) |
trim.clip_R1 |
A parameter value for –clip_R1 in trimgalore. A numeric value of bp to remove adaptor from the 5-prime end of read1 files (default=13) |
trim.clip_R2 |
A parameter value for –clip_R2 in trimgalore. A numeric value of bp to remove adaptor from the 5-prime end of read2 files (default=13) |
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. |
Trims low quality bases, and cleans up adapter sequences for paired-end files.
Trimmed fastq files (e.g., .val_1.fastq, .val_1.fastq)
Krueger F. Trim Galore!
https://www.bioinformatics.babraham.ac.uk/projects/trim_galore
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.