Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

GetDummifiable

Dummifiable IDs


Description

Get the dummifiable individuals, using various possible criteria

Usage

GetDummifiable(Pedigree, gID, minSibSize)

Arguments

Pedigree

dataframe with id - dam - sire.

gID

vector with IDs of SNP-genotyped individuals.

minSibSize

minimum requirements to be considered dummifiable:

  • '1sib' : sibship of size 1, with or without grandparents. The latter aren't really a sibship, but can be useful in some situations.

  • '1sib1GP': sibship of size 1 with at least 1 grandparent

  • '2sib': at least 2 siblings, with or without grandparents. Used by PedCompare

.

Details

values of minSibSize used by calling functions

1sib

CalcOHLLR, CalcPairLL

1sib1GP

getAssignCat (default when user called)

2sib

PedCompare

Value

A length-2 list (dams, sires) with each element a vector with dummifiable ids


sequoia

Pedigree Inference from SNPs

v2.3.3
GPL-2
Authors
Jisca Huisman [aut, cre]
Initial release
2021-04-30

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.