Learn R Programming

gtx (version 0.0.8)

remap.q2t: Remap coordinates from BLAT query sequence to BLAT target sequence.

Description

For a single BLAT match of a query sequence against a target sequence, a vector of nucleotide positions in the query sequence are remapped to the corresponding nucleotide positions in the target sequence.

Usage

remap.q2t(qpos, blatres)

Arguments

qpos
a vector of 0-offset positions in the query sequence.
blatres
a single match from BLAT.

Value

A vector of remapped positions in the target sequence.