calcQualLRcomparison {casesolver}R Documentation

calcQualLRcomparison

Description

Function calculating LR using EuroForMix for remaining matches (from Step 1)

Usage

calcQualLRcomparison(DBmix, DBref, matchlist, popFreq, pC = 0.05,
  pD0 = 0.1, maxC = 6)

Arguments

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.


[Package casesolver version 1.3.7 Index]