All Topics  
Neighbor-joining

 

   Email Print
   Bookmark   Link






 

Neighbor-joining



 
 
In bioinformatics
Bioinformatics

Bioinformatics is the application of information technology to the field of molecular biology. The term bioinformatics was coined by Paulien Hogeweg in 1978 for the study of informatic processes in biotic systems....
, neighbor-joining is a bottom-up clustering method used for the construction of phylogenetic trees. Usually used for trees based on DNA
DNA

Deoxyribonucleic acid is a nucleic acid that contains the genetics instructions used in the development and functioning of all known living organisms and some viruses....
 or protein
Protein

Proteins are organic compounds made of amino acids arranged in a linear chain and joined together by peptide bonds between the carboxyl and amino groups of adjacent amino acid Residue ....
 sequence
Primary structure

In biochemistry, the primary structure of a biological molecule is the exact specification of its atomic composition and the chemical bonds connecting those atoms ....
 data, the algorithm requires knowledge of the distance between each pair of taxa (e.g. species or sequences) in the tree.

The algorithm
Neighbor-joining is an iterative algorithm. Each iteration consists of the following steps:

  1. Based on the current distance matrix
    Distance matrix

    In mathematics, a distance matrix is a matrix containing the distances, taken pairwise, of a set of points. It is therefore a symmetric N×N matrix containing non-negative reals as elements, given N points in Euclidean space....
     calculate the matrix Q (explained below).
  2. Find the pair of taxa in Q with the lowest value.






    Discussion
    Ask a question about 'Neighbor-joining'
    Start a new discussion about 'Neighbor-joining'
    Answer questions from other users
    Full Discussion Forum



    Encyclopedia


    In bioinformatics
    Bioinformatics

    Bioinformatics is the application of information technology to the field of molecular biology. The term bioinformatics was coined by Paulien Hogeweg in 1978 for the study of informatic processes in biotic systems....
    , neighbor-joining is a bottom-up clustering method used for the construction of phylogenetic trees. Usually used for trees based on DNA
    DNA

    Deoxyribonucleic acid is a nucleic acid that contains the genetics instructions used in the development and functioning of all known living organisms and some viruses....
     or protein
    Protein

    Proteins are organic compounds made of amino acids arranged in a linear chain and joined together by peptide bonds between the carboxyl and amino groups of adjacent amino acid Residue ....
     sequence
    Primary structure

    In biochemistry, the primary structure of a biological molecule is the exact specification of its atomic composition and the chemical bonds connecting those atoms ....
     data, the algorithm requires knowledge of the distance between each pair of taxa (e.g. species or sequences) in the tree.

    The algorithm


    Neighbor-joining is an iterative algorithm. Each iteration consists of the following steps:

    1. Based on the current distance matrix
      Distance matrix

      In mathematics, a distance matrix is a matrix containing the distances, taken pairwise, of a set of points. It is therefore a symmetric N×N matrix containing non-negative reals as elements, given N points in Euclidean space....
       calculate the matrix Q (explained below).
    2. Find the pair of taxa in Q with the lowest value. Create a node on the tree that joins these two taxa (i.e. join the closest neighbors, as the algorithm name implies).
    3. Calculate the distance of each of the taxa in the pair to this new node.
    4. Calculate the distance of all taxa outside of this pair to the new node.
    5. Start the algorithm again, considering the pair of joined neighbors as a single taxon and using the distances calculated in the previous step.


    The Q-matrix



    Based on a distance matrix relating r taxa, calculate Q as follows:



    d(i,j) is the distance between taxa i and j.

    For example, if we have four taxa (A, B, C, D) and the following distance matrix:

    A B C D
    A
    B 7
    C 11 6
    D 14 9 7


    We obtain the following values for the Q matrix:

    A B C D
    A
    B −40
    C −34 −34
    D −34 −34 −40


    In the example above, two pairs of taxa have the lowest value, namely −40. We can select either of them for the second step of the algorithm. We follow the example assuming that we joined taxa A and B together.

    Distance of the pair members to the new node


    For each neighbor in the pair just joined, use the following formula to calculate distance to the new node. (Taxa f and g are the paired taxa and u is the newly generated node.):



    In the example above, this formula would give a distance of 6 between A and the new node and a distance of 1 between B and the new node.

    Distance of the other taxa to the new node


    For each taxon not considered in the previous step, we calculate the distance to the new node as follows:



    where u is the new node, k is the node for which we want to calculate the distance and f and g are the members of the pair just joined.

    Following the example, the distance between C and the new node is 5. Also, the distance between the new node and D is 8.

    The next iteration step


    From the steps above, the following matrix will result (AB acting as a new taxon):

    AB C D
    AB
    C 5
    D 8 7


    We can start the procedure anew taking this matrix as the original distance matrix. In our example, it suffices to do one more step of the recursion to obtain the complete tree.

    Pros and cons of the NJ method


    Neighbor-joining is based on the minimum-evolution criterion for phylogenetic tree
    Phylogenetic tree

    A phylogenetic tree or evolutionary tree is a tree showing the evolutionary relationships among various biological species or other entities that are believed to have a common descent....
    s, i.e. the topology that gives the least total branch length is preferred at each step of the algorithm. However, neighbor-joining may not find the true tree topology with least total branch length because it is a greedy algorithm
    Greedy algorithm

    A greedy algorithm is any algorithm that follows the problem solving metaheuristic of making the locally optimal choice at each stagewith the hope of finding the global optimum....
     that constructs the tree in a step-wise fashion. Even though it is sub-optimal in this sense, it has been extensively tested and usually finds a tree that is quite close to the optimal tree. Nevertheless, it has been largely superseded in phylogenetics by methods that do not rely on distance measures and offer superior accuracy under most conditions.

    The main virtue of neighbor-joining relative to these other methods is its computational efficiency. That is, neighbor-joining is a polynomial-time algorithm. It can be used on very large data sets for which other means of phylogenetic analysis (e.g. minimum evolution, maximum parsimony
    Maximum parsimony

    Parsimony is a non-parametric statistics method commonly used in computational phylogenetics for estimating phylogeny. Under parsimony, the preferred phylogenetic tree is the tree that requires the least evolutionary change to explain some observed data....
    , maximum likelihood
    Maximum likelihood

    Maximum likelihood estimation is a popular statistics method used for fitting a mathematical model to data. The modeling of real world data using estimation by maximum likelihood offers a way of tuning the free parameters of the model to provide a good fit....
    ) are computation
    Computation

    Computation is a general term for any type of information processing. This includes phenomena ranging from human thinking to calculations with a more narrow meaning....
    ally prohibitive. Unlike the UPGMA
    UPGMA

    UPGMA is a simple Cluster analysis or bottom-up data cluster analysis used in bioinformatics for the creation of phylogenetic trees. UPGMA assumes a constant rate of evolution , and is not a well-regarded method for inferring phylogenetic trees unless this assumption has been tested and justified for the data set being used....
     algorithm for phylogenetic tree reconstruction, neighbor-joining does not assume that all lineages evolve at the same rate (molecular clock hypothesis) and produces an unrooted tree. Rooted trees can be created by using an outgroup
    Outgroup

    In cladistics, whenever three or more monophyletic groups of organisms are compared, and all but one of them are more closely related to each other than any single one of them is to the last, the latter group is known as the outgroup....
     and the root can then effectively be placed on the point in the tree where the edge from the outgroup connects.

    Furthermore, neighbor-joining is statistically consistent under many models of evolution. Hence, given data of sufficient length, neighbor-joining will reconstruct the true tree with high probability.

    See also

    • UPGMA
      UPGMA

      UPGMA is a simple Cluster analysis or bottom-up data cluster analysis used in bioinformatics for the creation of phylogenetic trees. UPGMA assumes a constant rate of evolution , and is not a well-regarded method for inferring phylogenetic trees unless this assumption has been tested and justified for the data set being used....


    External links

    • — a tutorial