fastq_trim | R Documentation |
Use cutadapt to trim reads from both ends to finalLength
fastq_trim(sampTab, fnameCol = "fname", finalLength = 40,
outDir = "./")
sampTab |
sample table |
fnameCol |
sampTab column with name of fastq files to trim |
finalLength |
final length of each read post trimming |
outDir |
where to store the trimmed fastq files |
sampTab with filenames of trimmed fastqs appended
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.