This function converts three vectors: chr
, start
, and end
to strings of the form {chr}:{start}..{end}.
Arguments
- chr
A character vector of chromosome names.
- start
An integer vector of start positions.
- end
An integer vector of end positions.
- starting_position_index
Use this argument to indicate if the positions are 0-based (
0L
) or 1-based (1L
). This value is used to check if positions are equal or above this number.