This function simulates N persons mixtures using the supplied frequencies and records the number of times they share 1, 2, ..., 2N alleles locus by locus.
simNpersonMixture(freqs, numContributors, numIterations = 10000)
an object of class npmresult
a set of allele frequencies. The format can be found in readFreqs
the number of contributors to each mixture. Must be >= 2.
the number of N person mixtures to simulate in total.