Rdocumentation
powered by
Learn R Programming
HTSeqGenie (version 4.2.0)
truncateReads: Trim/truncate a set of reads
Description
Trim/truncate a set of reads
Usage
truncateReads(reads, trim_len = NULL, trim5 = 0)
Arguments
reads
A set of reads as ShortReadQ object
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 truncated ShortReadQ object