deconvolve | R Documentation |
deconvolve ranks the set of the most conditional posterior probability of genotypes the STR DNA mixture given a fitted model under a hypothesis.
deconvolve(
mlefit,
alpha = 0.99,
maxlist = 1000,
signif = 4,
checkCalcs = FALSE
)
mlefit |
Fitted object using calcMLE/contLikMLE function. |
alpha |
Required sum of the listed posterior probabilities |
maxlist |
NOT IN USE |
signif |
Number of significant numbers |
checkCalcs |
NOT IN USE |
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.
ret A list(table1,table2,table3,table4,rankGi,rankG,pG) where rankG is the ranked genotypes with corresponding probabilities in pG. rankgGi is the same, but per marker. table1 is now empty (since joint results is not obtained). table2 uses rankGi to find marginal results for top-genotypes. table3 and table4 shows this marginalized on genotypes and alleles per contributor
Oyvind Bleka
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.