perMarkerKLs | R Documentation |
perMarkerKLs
perMarkerKLs(ped, MP, frequency)
ped |
Reference pedigree. |
MP |
missing person |
frequency |
Allele frequency database. |
An object of class data.frame with KLs.
library(forrel)
x = linearPed(2)
plot(x)
x = setMarkers(x, locusAttributes = NorwegianFrequencies[1:5])
x = profileSim(x, N = 1, ids = 2)
perMarkerKLs(x, MP = 5 , NorwegianFrequencies[1:5])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.