Learn R Programming

HTSeqGenie (version 4.2.0)

trimReads: Trim/truncate a set of reads

Description

Trim/truncate a set of reads

Usage

trimReads(lreads, trim_len = NULL, trim5 = 0)

Arguments

lreads
A list of ShortReadQ objects
trim_len
The length reads will be truncated to; default is NULL (no length truncation)
trim5
The number of nucleotides to trim from the 5'-end; default is 0

Value

A list of truncated ShortReadQ objects