ABCDEFG A B 19.00 C 27.0031.00 D 8.0018.0026.00 E 33.0036.0041.0031.00 F 18.001.0032.0017.0035.00 G 13.00 29.0014.0028.0012.00 0.0 UPGMA: Unweighted Pair-Group.

Slides:



Advertisements
Similar presentations
Computing a tree Genome 559: Introduction to Statistical and Computational Genomics Prof. James H. Thomas.
Advertisements

Phylogenetic Tree A Phylogeny (Phylogenetic tree) or Evolutionary tree represents the evolutionary relationships among a set of organisms or groups of.
An Introduction to Phylogenetic Methods
1 Dan Graur Methods of Tree Reconstruction. 2 3.
Computing a tree Genome 559: Introduction to Statistical and Computational Genomics Prof. James H. Thomas.
Lecture 13 CS5661 Phylogenetics Motivation Concepts Algorithms.
BALANCED MINIMUM EVOLUTION. DISTANCE BASED PHYLOGENETIC RECONSTRUCTION 1. Compute distance matrix D. 2. Find binary tree using just D. Balanced Minimum.
Brandon Andrews CS6030.  What is a phylogenetic tree?  Goals in a phylogenetic tree generator  Distance based method  Fitch-Margoliash Method Example.
Phylogenetics - Distance-Based Methods CIS 667 March 11, 2204.
Phylogenetic reconstruction
Phylogenetic trees Sushmita Roy BMI/CS 576 Sep 23 rd, 2014.
Molecular Evolution Revised 29/12/06
Tree Reconstruction.
UPGMA Algorithm.  Main idea: Group the taxa into clusters and repeatedly merge the closest two clusters until one cluster remains  Algorithm  Add a.
Lecture 7 – Algorithmic Approaches Justification: Any estimate of a phylogenetic tree has a large variance. Therefore, any tree that we can demonstrate.
Distance matrix methods calculate a measure of distance between each pair of species, then find a tree that predicts the observed set of distances.
Building phylogenetic trees Jurgen Mourik & Richard Vogelaars Utrecht University.
Distance methods. UPGMA: similar to hierarchical clustering but not additive Neighbor-joining: more sophisticated and additive What is additivity?
5 - 1 Chap 5 The Evolution Trees Evolutionary Tree.
CISC667, F05, Lec15, Liao1 CISC 667 Intro to Bioinformatics (Fall 2005) Phylogenetic Trees (II) Distance-based methods.
Phylogenetic Trees Tutorial 6. Measuring distance Bottom-up algorithm (Neighbor Joining) –Distance based algorithm –Relative distance based Phylogenetic.
Lecture 24 Inferring molecular phylogeny Distance methods
Phylogenetic Trees Tutorial 6. Measuring distance Bottom-up algorithm (Neighbor Joining) –Distance based algorithm –Relative distance based Phylogenetic.
Chapter 5 The Evolution Trees.
Chapter 2 Opener How do we classify organisms?. Figure 2.1 Tracing the path of evolution to Homo sapiens from the universal ancestor of all life.
Building Phylogenies Distance-Based Methods. Methods Distance-based Parsimony Maximum likelihood.
Phylogenetic Analysis. 2 Phylogenetic Analysis Overview Insight into evolutionary relationships Inferring or estimating these evolutionary relationships.
Phylogenetic trees Tutorial 6. Distance based methods UPGMA Neighbor Joining Tools Mega phylogeny.fr DrewTree Phylogenetic Trees.
Phylogenetic trees Sushmita Roy BMI/CS 576
Multiple Sequence Alignments and Phylogeny.  Within a protein sequence, some regions will be more conserved than others. As more conserved,
Phylogenetic Analysis. 2 Introduction Intension –Using powerful algorithms to reconstruct the evolutionary history of all know organisms. Phylogenetic.
Terminology of phylogenetic trees
Molecular evidence for endosymbiosis Perform blastp to investigate sequence similarity among domains of life Found yeast nuclear genes exhibit more sequence.
1 Construction of Phylogenetic Trees Walter M. Fitch and Emanuel Margoliash Science, New Series, Volume 155, Issue 3760(Jan. 20, 1967), Speaker.
1 Dan Graur Molecular Phylogenetics Molecular phylogenetic approaches: 1. distance-matrix (based on distance measures) 2. character-state.
PHYLOGENETIC TREES Dwyane George February 24,
1 Summary on similarity search or Why do we care about far homologies ? A protein from a new pathogenic bacteria. We have no idea what it does A protein.
Computational Biology, Part D Phylogenetic Trees Ramamoorthi Ravi/Robert F. Murphy Copyright  2000, All rights reserved.
BINF6201/8201 Molecular phylogenetic methods
Bioinformatics 2011 Molecular Evolution Revised 29/12/06.
OUTLINE Phylogeny UPGMA Neighbor Joining Method Phylogeny Understanding life through time, over long periods of past time, the connections between all.
Phylogenetic Prediction Lecture II by Clarke S. Arnold March 19, 2002.
Phylogenetic Trees  Importance of phylogenetic trees  What is the phylogenetic analysis  Example of cladistics  Assumptions in cladistics  Frequently.
The Linnean system, first formally proposed by Linneaus in Systema naturae in the 18th century, has two main characteristics. –Each species has a two-part.
Building phylogenetic trees. Contents Phylogeny Phylogenetic trees How to make a phylogenetic tree from pairwise distances  UPGMA method (+ an example)
Introduction to Phylogenetics
Calculating branch lengths from distances. ABC A B C----- a b c.
Molecular Phylogeny. 2 Phylogeny is the inference of evolutionary relationships. Traditionally, phylogeny relied on the comparison of morphological features.
Phylogenetic Analysis Gabor T. Marth Department of Biology, Boston College BI420 – Introduction to Bioinformatics Figures from Higgs & Attwood.
Phylogeny Ch. 7 & 8.
Phylogenetic trees Sushmita Roy BMI/CS 576 Sep 23 rd, 2014.
Welcome to Class Define the patterns of evolution.
Construcción de cladogramas y Reconstrucción Filogenética
Distance-Based Approaches to Inferring Phylogenetic Trees BMI/CS 576 Colin Dewey Fall 2010.
Distance-based methods for phylogenetic tree reconstruction Colin Dewey BMI/CS 576 Fall 2015.
Phylogenetic trees. 2 Phylogeny is the inference of evolutionary relationships. Traditionally, phylogeny relied on the comparison of morphological features.
Lecture 14 CS5661 Neighbor Joining Generates unrooted tree, allowing for unequal branches Given: Distance matrix for sequences Steps: Repeat 1-3 till all.
Phylogeny - based on whole genome data
Inferring a phylogeny is an estimation procedure.
Clustering methods Tree building methods for distance-based trees
Multiple Alignment and Phylogenetic Trees
Patterns in Evolution I. Phylogenetic
The Tree of Life From Ernst Haeckel, 1891.
Inferring phylogenetic trees: Distance and maximum likelihood methods
Phylogenetic Trees.
Phylogeny and the Tree of Life
#30 - Phylogenetics Distance-Based Methods
Lecture 7 – Algorithmic Approaches
Phylogeny.
Presentation transcript:

ABCDEFG A B C D E F G UPGMA: Unweighted Pair-Group Method with Arithmetic mean Unweighted – all pairwise distances contribute equally. Pair-Group – groups are combined in pairs (dichotomies only). Arithmetic mean – pairwise distances to each group (clade) are mean distances to all members of that group. (Ultrametric – assumes molecular clock) Dr Richard Edwards ● University of Southampton ●

ABCDEFG A B C D E F G BF = / 2 1. Find the shortest pairwise distance. 2. Join two sequences/groups with shortest distance. 3. Depth of new branch = ½ shortest distance. 4. Tip-to-tip path length = shortest distance.

ABCDEFG A B C D E F G BF ABFCDEG A C D E G B F A C D E G ( ) / 2 = 18.5 ( ) / 2 = 31.5 ( ) / 2 = 17.5 ( ) / 2 = 35.5 ( ) / 2 = Calculate mean pairwise distances with other sequences in new matrix.

ABCDEFG A B C D E F G BF ABFCDEG A C D E G = 8.0 AD / 2 6. Repeat cycle with new shortest distance.

ABCDEFG A B C D E F G BF ABFCDEG A C D E G AD 4.0

ABCDEFG A B C D E F G BF ADBFCEG AD BF C E G AD 4.0 A D B F C E G ( ) / 4 = 18.0 ( ) / 2 = 26.5 ( ) / 2 = 32.0 ( ) / 2 = 13.5

ABCDEFG A B C D E F G BF ADBFCEG AD BF C E G AD 4.0 G = / 2

ABCDEFG A B C D E F G BF ADBFGCE AD BFG C E AD 4.0 G A D CE B F G ( ) / 6 = 16.5 New distances are mean values for all possible pairwise distances between groups.

ABCDEFG A B C D E F G BF ADBFGCE AD BFG C E AD 4.0 G A D CE B F G ( ) / 3 = ( ) / 3 = 33.0 ( ) / 6 = 16.5

ABCDEFG A B C D E F G BF ADBFGCE AD BFG C E AD 4.0 G / = = 16.5

ABCDEFG A B C D E F G BF ADBFGCE C E AD 4.0 G ( ) / 5 = ( ) / 5 = 32.60

ABCDEFG A B C D E F G BF ADBFGCE C E AD 4.0 G C /

ABCDEFG A B C D E F G BF ADBFGCE E AD 4.0 G C ( ) / 6 = 34.00

ABCDEFG A B C D E F G BF ADBFGCE E AD 4.0 G C E UPGMA assumes a molecular clock. The tree is rooted with the final joining of clades. All tip-to-tip distances via the root will have the same total distance, equal to the final mean distance.

ABCDEFG A B C D E F G BF AD 4.0 G C E ADBFGC E ADBFGC C E ADBFGC C E ADBFCE C E G ABFCDE C D E G

ABCDEFG A B C D E F G BF AD 4.0 G C E The source data for this worked example is a selection of Cytochrome C distances from Table 3 of one of the seminal phylogenetic papers: Fitch WM & Margoliash E (1967). Construction of phylogenetic trees. Science 155: Turtle A Man B Tuna C Chicken D Moth E Monkey F Dog G Turtle Man 19 Tuna 2731 Chicken Moth Monkey Dog

Turtle A Man B Tuna C Chicken D Moth E Monkey F Dog G Turtle Man 19 Tuna 2731 Chicken Moth Monkey Dog ManMonkeyTurtleChickenDogTunaMoth Primates MammalsReptilia Vertebrates Amniota The UPGMA tree based on this Cytochrome C data supports the known evolutionary relationships of these organisms.