Entry Type Distance Matrix DNA sequences
The Fitch-Margoliash algorithm, commonly called the FM-algorithm, is used to cluster taxa using evolutionarily related distances calculated using the Jukes-Cantor. The Jukes-Cantor model equation is...
...where p is the fraction of mismatches between sequences (click here for more). Using the JC distances, the FM distance based algorithm produces unrooted phylogenetic trees in which the common, ancestral node is unknown (in attempt to produce rooted trees one can use an outgroup that is known to be distantly related). This program clusters taxa using the FM-algorithm and builds a phylogenetic tree using PHYLIP. PHYLIP (click here for more) is a useful tree building tool which also contains numerous other programs by which the data can be analyzed.
*For more information on Fitch-Margoliash algorithm click here or here
The data can be entered as either a distance matrix or a group of DNA sequences to build a tree. Entering the data as a distance matrix allows you to enter your own specific mutational distances other than those calculated using the Jukes-Cantor model for each of your labels. To enter data for each taxa into a properly formatted distance matrix each taxon should be given its own row starting with the taxon name and followed by the evolutionarily related distances as seen below:
Leonardo_DiCaprio 0 16 6 16 6 Ryan_Reynolds 16 0 16 8 16 Bradley_Cooper 6 16 0 16 2 Jake_Gyllenhaal 16 8 16 0 16 David_Beckham 6 16 2 16 0
Data can also be entered as DNA sequences in order to build a tree using the Jukes-Cantor model to calculate the mutational distances. The sequences entered MUST be of equal length to one another and also contain labels. The label should go first, followed by a colon and then the sequence as seen below:
a : GTACGTAGCTAGC b : GTACGTAGAGAGC c : GTATGTAGCTGGC d : GGGCGTAGCTAGC e : GTACGTAGTTACC f : GTACATGGCTAGC g : GTACGTAGCTATT h : ATACGTAGCTAGC
Return to top