analyse_mixture_result {malan} | R Documentation |
Analyse mixture results
Description
Calculate LR-like quantities by haplotype counts.
Usage
analyse_mixture_result(
mix_res,
unique_haps_in_mixture,
unique_haps_in_mixture_counts
)
Arguments
mix_res |
Mixture result from |
unique_haps_in_mixture |
Included unique haplotypes to use as elements in contributor sets. |
unique_haps_in_mixture_counts |
Population counts of the included haplotypes |
Details
NOTE: Only takes up to 9 contributors!
Value
A list with numeric quantities
[Package malan version 1.0.3 Index]