coorSeq: Coordinate Sequencer

Description Usage Arguments Value Examples

View source: R/coorSeq.R

Description

Generates a vector given a vector of start coordinates 'fStartCoor' and a vector of end coordinates 'fEndCoor'

Usage

1
coorSeq(fStartCoor, fEndCoor)

Arguments

fStartCoor

Vector of start coordinates

fEndCoor

Vector of end coordinates

Value

Vector sequence of concatenated integers in the same order as the coordinates

Examples

1
2
3
x <- sample(1:100, 10)
y <- x + sample(1:10, 10, replace = TRUE)
coorSeq(x, y)

DanielRivasMD/CopperGenomicFunctions documentation built on Nov. 19, 2021, 10:11 p.m.