7
Neighbour joining Neighbour joining method method •The neighbor joining method is a greedy heuristic which joins at each step, the two closest sub-trees that are not already joined •It is based on the minimum evolution principle •One of the important concepts in the NJ method is neighbours, which are defined as two taxa that are connected by a single node in an unrooted tree A B Node 1

Neighbour joining method

  • Upload
    xannon

  • View
    26

  • Download
    2

Embed Size (px)

DESCRIPTION

Neighbour joining method. The neighbor joining method is a greedy heuristic which joins at each step, the two closest sub-trees that are not already joined It is based on the minimum evolution principle - PowerPoint PPT Presentation

Citation preview

Page 1: Neighbour joining method

Neighbour joining methodNeighbour joining method

•The neighbor joining method is a greedy heuristic which joins at each step, the two closest sub-trees that are not already joined

•It is based on the minimum evolution principle

•One of the important concepts in the NJ method is neighbours, which are defined as two taxa that are connected by a single node in an unrooted tree

A B

Node 1

Page 2: Neighbour joining method

PAM Spinach Rice Mosquito Monkey Human Spinach 0.0 84.9 105.6 90.8 86.3 Rice 84.9 0.0 117.8 122.4 122.6 Mosquito 105.6 117.8 0.0 84.7 80.8 Monkey 90.8 122.4 84.7 0.0 3.3 Human 86.3 122.6 80.8 3.3 0.0

What is required for the Neighbour joining method?

Distance MatrixDistance Matrix

Page 3: Neighbour joining method

PAM distance 3.3 (Human - Monkey) is the minimum. So we'll join Human and Monkey to MonHum and we'll calculate the new distances.

Mon-Hum

MonkeyHumanSpinachMosquito Rice

First StepFirst Step

Page 4: Neighbour joining method

After we have joined two species in a subtree we have to compute the distances from every other node to the new subtree. We do this with a simple average of distances:Dist[Spinach, MonHum]

= (Dist[Spinach, Monkey] + Dist[Spinach, Human])/2 = (90.8 + 86.3)/2 = 88.55

Mon-Hum

MonkeyHumanSpinach

Calculation of New DistancesCalculation of New Distances

Page 5: Neighbour joining method

PAM Spinach Rice Mosquito MonHumSpinach 0.0 84.9 105.6 88.6Rice 84.9 0.0 117.8 122.5Mosquito 105.6 117.8 0.0 82.8MonHum 88.6 122.5 82.8 0.0

HumanMosquito

Mon-Hum

MonkeySpinachRice

Mos-(Mon-Hum)

Next CycleNext Cycle

Page 6: Neighbour joining method

PAM Spinach Rice MosMonHumSpinach 0.0 84.9 97.1Rice 84.9 0.0 120.2MosMonHum 97.1 120.2 0.0

HumanMosquito

Mon-Hum

MonkeySpinachRice

Mos-(Mon-Hum)

Spin-Rice

Penultimate CyclePenultimate Cycle

Page 7: Neighbour joining method

PAM SpinRice MosMonHumSpinach 0.0 108.7MosMonHum 108.7 0.0

HumanMosquito

Mon-Hum

MonkeySpinachRice

Mos-(Mon-Hum)

Spin-Rice

(Spin-Rice)-(Mos-(Mon-Hum))

Last JoiningLast Joining