Learn R Programming

ribd (version 1.1.0)

minimalPattern: 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

Run this code
# NOT RUN {
v = c(1,2,2,3)
stopifnot(identical(minimalPattern(v), c(1,2,1,3)))

# }

Run the code above in your browser using DataLab