Description Usage Arguments Details References See Also
A wrapper function to run Cutadapt
1 | cutadpat(fq1, output.dir, adpat.seq="TGGAATTCTCGGGTGCCAAGG", m=1, mc.cores=1, run.cmd=TRUE)
|
fq1 |
Path to fastq files |
output.dir |
Output directory |
adapt.seq |
A parameter value for -b in cutadapt. Adapter sequences user wants to remove |
m |
A parameter value for -m in cutadapt. Discards processed reads that are shorter than m option. Reads that are too short before adapter removal are also discarded. |
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. |
Cutadapt finds and removes adapter sequences, primers, poly-A tails and other types of unwanted sequence.
Cutadapt Removes Adapter Sequences from High-Throughput Sequencing Reads
https://cutadapt.readthedocs.io/en/stable/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.