trimCoordinate: Trim out-of-bound coordinates
Description
It operates in two mode: coordinate table with and without chromosome. The
former require Genome for the chromosomal sequence length.
Usage
trimCoordinate(coor, seq.len, genome)
Value
Trimmed coordinate data.table.
Arguments
- coor
Coordinate data.table.
- seq.len
Sequence length to trim end position.
- genome
Genome class object.