Tutankhamun | R Documentation |
A reconstructed pedigree of the Egyptian Pharaoh Tutankhamun, with genotypes for 8 STR markers, as published by Hawass et al.
Tutankhamun
A data frame with 7 rows and 12 columns:
id
,fid
,mid
,sex
: Pedigree columns in standard format
D13S317
, ...: Genotype columns for 8 markers
Hawass et al. Ancestry and pathology in King Tutankhamun's family. Jama (2010).
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.