calcQualLRcomparison {casesolver} | R Documentation |
Function calculating LR using EuroForMix for remaining matches (from Step 1)
calcQualLRcomparison(DBmix, DBref, matchlist, popFreq, pC = 0.05, pD0 = 0.1, maxC = 6)
DBmix |
A list with evidence information [[sample]][[loc]] = list(adata,hdata) |
DBref |
A (nR x nL) matrix with reference information. LIST not efficient |
matchlist |
A matrix with overview of what references are matches each of samples (SampleName,Reference) |
popFreq |
A list of allele frequencies for a given population. |
pC |
A numeric for allele drop-in probability. Default is 0. |
pD0 |
Initiative dropout parameter |
maxC |
Maximum number of contributors possible to assume. Default is 6. |