Description Usage Arguments Details Value Author(s) References
deconvolve ranks the set of the most conditional posterior probability of genotypes the STR DNA mixture given a fitted model under a hypothesis.
1 | deconvolve(mlefit, alpha = 0.95, maxlist = 1000, unknownonly = TRUE)
|
mlefit |
Fitted object using contLikMLE function. |
alpha |
Required sum of the listed posterior probabilities. |
maxlist |
The ranked deconvolved profile list will not exceed this number (used to avoid endless search). |
unknownonly |
A boolean whether table should only contain the unknown genotypes or both known and unknown genotypes. |
The procedure calculates the likelihood for each single locus. Then it combines the most probable genotypes from each loci to produce a ranked list of deconvolved profiles.
Function calls procedure in c++ by using the package Armadillo and Boost.
ret A list(table1,rankG,pG) where rankG is the ranked genotypes with corresponding probabilities in pG. table1 is a formated version of these two.
Oyvind Bleka <Oyvind.Bleka.at.fhi.no>
Cowell,R.G. et.al. (2014). Analysis of forensic DNA mixtures with artefacts. Applied Statistics, 64(1),1-32.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.