Tutankhamun {pedbuildr} | R Documentation |
Pedigree of Tutankhamun
Description
A reconstructed pedigree of the Egyptian Pharaoh Tutankhamun, with genotypes for 8 STR markers, as published by Hawass et al.
Usage
Tutankhamun
Format
A data frame with 7 rows and 12 columns:
-
id
,fid
,mid
,sex
: Pedigree columns in standard format -
D13S317
, ...: Genotype columns for 8 markers
Source
Hawass et al. Ancestry and pathology in King Tutankhamun's family. Jama (2010).
Examples
# Pedigree as published
plot(Tutankhamun)
# Simple reconstruction, assuming all directly related
res = reconstruct(Tutankhamun, extra = 0, inferPO = TRUE, maxInbreeding = 1)
plot(res, top = 4)
# Published ped is most likely (with these assumptions)
identical(res[[1]], Tutankhamun)
[Package pedbuildr version 0.3.0 Index]