minimalPattern {ribd} | R Documentation |
Minimal IBD pattern
Description
Compute the minimal form of given multiperson IBD pattern.
Usage
minimalPattern(x)
Arguments
x |
An integer vector of even length. |
Value
An integer vector of the same length as x
.
Examples
v = c(1,2,2,3)
stopifnot(identical(minimalPattern(v), c(1,2,1,3)))
[Package ribd version 1.7.0 Index]