R/proba.DL.diplotype.R

`proba.DL.diplotype` <-
function(DL.chrom1,DL.chrom2){


 DL.QQ    = DL.chrom1*DL.chrom2
 DL.qq    = 1 - DL.chrom1 - DL.chrom2 + DL.QQ
 DL.Qq    =  DL.chrom1 - DL.QQ
 DL.qQ    = DL.chrom2 - DL.QQ
 DL.d     = cbind(DL.QQ,DL.qq,DL.Qq,DL.qQ)

 DL.d


}

Try the HAPim package in your browser

Any scripts or data that you put into this service are public.

HAPim documentation built on May 2, 2019, 12:10 p.m.