Analyze multilocus haplotype patterns from observed data easily. Compare frequencies, counts, and normalized population shares. Create charts, tables, and export-ready summaries for fast reporting.
Add one haplotype per line using the selected delimiter. Example: A-B,40
| Haplotype | Observed Count | Meaning |
|---|---|---|
| A-B | 40 | Most common combined allele pattern in the sample. |
| A-b | 25 | Moderately frequent haplotype across sampled individuals. |
| a-B | 20 | Alternative allele combination with notable presence. |
| a-b | 15 | Least frequent example haplotype in this dataset. |
Haplotype Frequency:
fi = ci / Σc
Percentage:
%i = fi × 100
Shannon Entropy:
H = -Σ(pi ln pi)
Simpson Diversity:
D = 1 - Σ(pi2)
Effective Haplotype Number:
Ne = 1 / Σ(pi2)
Here, ci is the observed count for one haplotype, and pi is its normalized frequency.
It converts observed haplotype counts into normalized frequencies, percentages, and diversity summaries. This helps you compare how common each haplotype is within one sampled dataset.
Yes. Labels can be letters, numbers, or paired markers such as A-B, H1, or 101-202. The first field is treated as a name, and the second field is treated as the count.
No. This version assumes haplotype counts are already observed or derived elsewhere. It summarizes frequency distributions rather than performing phase reconstruction or EM-based estimation from ambiguous genotypes.
Shannon entropy shows how evenly haplotypes are distributed. Higher values suggest less dominance by a single haplotype and greater overall diversity across the sample.
Simpson diversity reflects the chance that two randomly chosen observations belong to different haplotypes. Larger values usually indicate a more balanced frequency structure.
It converts uneven frequency patterns into an equivalent number of equally common haplotypes. This makes diversity easier to compare across different datasets or populations.
Yes. Use the minimum count filter to exclude very small observations. That is useful when you want cleaner summaries or when rare entries reflect noise.
You can export the calculated result table as a CSV file for spreadsheets or create a PDF report for sharing, printing, and documentation.
Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.