Phylogenetic Analysis

7
Phylogenetic Analysis Dayong Guo

description

Phylogenetic Analysis. Dayong Guo. Introduction. Phylogenetics is the study of evolutionary relatedness among various species, populations, or among a set of sequences. - PowerPoint PPT Presentation

Transcript of Phylogenetic Analysis

Page 1: Phylogenetic Analysis

Phylogenetic Analysis

Dayong Guo

Page 2: Phylogenetic Analysis

Introduction

•Phylogenetics is the study of evolutionary relatedness among various species, populations, or among a set of sequences. •Besides the study of morphology or phenotype with traditional definitions and concepts, molecular analysis with modern computational tools has shown their unique strength in phylogenetics since the DNA, RNA or protein sequence data are naturally discretely defined. •Several computational algorithms have been developed to build phylogenetic trees with the input of multiple sequences. The most commonly used types of algorithms include distance-matrix methods (e.g. neighbor-joining), maximum parsimony, maximum likelihood and Bayesian inference, etc. •The PHYLIP (PHYLogeny Inference Package, Felsenstein) is one of the most popular tools for phylogenetic analysis. It includes parsimony, distance matrix and likelihood methods.

Page 3: Phylogenetic Analysis

Method and Tool

• Datasets1) Four artificially made, short and simple sequen

ces (textbook page 303)2) Four real protein sequences (Bone Morphogen

etic Protein 2 from human, mouse, rat and frog)

• Tools1) Use ClustalW as the aligment generator.2) Use PHYLIP to generate phylogenetic trees (di

stance method, parsimony method)

Page 4: Phylogenetic Analysis

Results 1

From distance method(Fitch-Margoliash algorithm) From parsimony method

(Detailed processes not shown)

Alignment by CLUSTALW4 20SeqC ACGCATTGAA TGATGATAAT SeqD ACACATTGAG TGATAATAAT SeqA ACGCGTTGGG CGATGGCAAC SeqB ACGCGTTGGG CGACGGTAAT

Page 5: Phylogenetic Analysis

Result 2

1) Four sequences of BMP2

2) Alignment generated by CLUSTALW

3) Download PHYLIP and install

4) Use protdist.exefitch.exe as an example of distance method; Or, use protpars.exe as an example of parsimony method

5) Drawtree.exe

Page 6: Phylogenetic Analysis

Discussion

• Distance tree and parsimony tree are different for the BMP2 dataset. It could be result from relatively lower homology btw frog and other species.

Distance tree Parsimony tree

Page 7: Phylogenetic Analysis

Discussion (cont)

• The PHYLIP program set includes multiple algorithms and options providing convenience and flexibility. And, different versions enable performance on various OS platforms.

• However, the text-based interface is not friendly. And, there is no online service.