Calculate Pedigree Relatedness
Morph pedigree into a kinship2 compatible format and use
kinship
to calculate kinship coefficients;
relatedness = 2*kinship.
CalcRped(Pedigree, OUT = "DF")
Pedigree |
dataframe with columns id-dam-sire. |
OUT |
desired output format, 'M' for matrix or 'DF' for dataframe with columns IID1 - IID2 - R.ped. |
A matrix or dataframe.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.