dot-IPDCpp: An internal function to compute the IPD of a GTuples; ; only...

Description Usage Arguments Value Note

Description

An internal function to compute the IPD of a GTuples; ; only used for tuples of size > 2.

Usage

1
.IPDCpp(pos1, internal_pos, posm)

Arguments

pos1

An integer vector.

internal_pos

An integer matrix.

posm

An integer vector.

Value

An integer matrix with the same number of rows as internal_pos and number of columns equal to size - 1.

Note

This function silently coerces numeric matrices to integer matrices and does integer subtraction. This will give unexpected results but it's not a problem for me since I only use it on integer matrices.


GenomicTuples documentation built on Nov. 8, 2020, 6:43 p.m.