Calculate genetic distance between DNA sequences using p-distance and Jukes-Cantor models.
Enter DNA sequences and select calculation method.
Phylogenetic distance measures the evolutionary divergence between two species or sequences. It quantifies how much genetic change has occurred since their last common ancestor.
The simplest measure of genetic distance is the p-distance, which is the proportion of nucleotide sites at which two sequences differ.
p = (number of differences) / (total sites compared)The Jukes-Cantor model corrects for multiple substitutions at the same site, providing a better estimate of evolutionary distance for closely related sequences.
d = -0.75 × ln(1 - (4/3) × p)Where d is the corrected distance and p is the observed p-distance.
These models assume equal mutation rates and no selection. For more complex analyses, consider using specialized phylogenetic software like MEGA, PAUP*, or BEAST.
p < 0.01
Highly similar sequences, recent common ancestor.
0.01 ≤ p < 0.05
Closely related, shared ancestry within species or close genera.
0.05 ≤ p < 0.1
Moderately divergent, different species or genera.
p ≥ 0.1
Highly divergent, ancient common ancestor or different families.
p-Distance = (Number of Differences) / (Total Sites Compared)
Jukes-Cantor Distance = -0.75 × ln(1 - (4/3) × p)
Simple proportion of differing sites, uncorrected for multiple mutations.
Corrects for saturation, assumes equal mutation rates for all nucleotides.
For further understanding and validation of the formulas used above, we recommend exploring these authoritative resources: