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 matrix with evidence information (SampleName,Marker,Alleles,Heights) |
DBref |
A matrix with reference information (SampleName,Marker,Alleles) |
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. |