trimmomatic | R Documentation |
Perform Illumina Universal adapter trimming and filter all reads under selected length (default 20).
trimmomatic(metadata, input_dir, output_dir, t = 2, min_length = 20)
metadata |
data frame; |
input_dir |
character; path to the input directory |
output_dir |
character; path to output directory |
t |
numeric; number of threads to use; default=2 |
min_length |
numeric; minimum read length to be kept; default=20 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.