pick_unrelated: Pick unrelated ids from a pedigree

Description Usage Arguments

Description

Given a list of ids to choose from and a pedigree, returns a subset of the list that are as distantly related as possible.

Usage

1
pick_unrelated(ids, ped, coeff = 0.0625)

Arguments

ids

vector of ids to choose from

ped

data.frame containing pedigree information. Should contain columns "ID" "Sire" and "Dam" in that order.

coeff

numeric giving maximum coefficient of relatedness among chosen animals.


funkhou9/breedTools documentation built on May 16, 2019, 4:04 p.m.