q012 {BookEKM} | R Documentation |
Calculates the probability distribution for a pair of individuals conditionally on 0,1, and 2 IBD alleles.
q012(p = c(0.5, 0.5))
p |
A numerical vector with allele frequencies |
The function calls oneMarkerDistribution
function of paramlink
for IBD=0,1 and 2.
q0 |
Joint distribution given IBD=0 |
q1 |
Joint distribution given IBD=1 |
q2 |
Joint distribution given IBD=2 |
Thore Egeland
None
require(paramlink) q012()