fastq_trim: Trim reads to specified length

fastq_trimR Documentation

Trim reads to specified length

Description

Use cutadapt to trim reads from both ends to finalLength

Usage

fastq_trim(sampTab, fnameCol = "fname", finalLength = 40,
  outDir = "./")

Arguments

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

Value

sampTab with filenames of trimmed fastqs appended


pcahan1/CellNet documentation built on May 18, 2023, 4:58 p.m.