Introduction to the SNP/ND concept - Phylogeny on WGS data

Size: px
Start display at page:

Download "Introduction to the SNP/ND concept - Phylogeny on WGS data"

Transcription

1 Introduction to the SNP/ND concept - Phylogeny on WGS data Johanne Ahrenfeldt PhD student

2 Overview What is Phylogeny and what can it be used for Single Nucleotide Polymorphism (SNP) methods CSI Phylogeny Nucleotide Differences NDtree Controlled Evolution study What services for which data

3 What is phylogeny? Early phylogeny Classification Based on phenotypes Current phylogeny Based on genotypes DNA mutations as basis for evolution

4 Classification Classification by Carl Linnaeus Hierarchical system Kingdom Phylum Class Order Family Genus Species

5 Classification depicted as a tree

6 Classification depicted as a tree Species Genus Family Order Class

7 DNA mutations as basis for evolution

8 What are phylogenetic trees Phylogenetic trees are a visual representation of the genetic relationship between species Think of them as family trees Phylogeny can also be represented by distance matrices

9 What are phylogenetic trees Trees were traditionally made using aligned sequences of single genes or proteins Whole genome data can be used to create trees based on SNP calling K-mer overlap

10 What is a SNP A Single Nucleotide Polymorphism (SNP) is a DNA sequence variation occurring commonly* within a population (e.g. 1%) in which a Single Nucleotide A, T, C or G in the genome (or other shared sequence) differs between members of a biological species or paired chromosomes.

11 How does it work Strain A Strain B Strain C Strain D ATTCAGTA ATGCAGTC ATGCAATC ATTCAGTC

12 Construct distance matrix Strain A Strain B Strain C Strain D ATTCAGTA ATGCAGTC ATGCAATC ATTCAGTC A B C D AA B C D

13 Make Tree Strain A Strain B Strain C Strain D ATTCAGTA ATGCAGTC ATGCAATC ATTCAGTC A B C D A B C D Strain A Strain B Strain C Strain D

14 What is phylogeny used for Classify taxonomy The classic use Outbreak detection Increasing with WGS data

15 What is phylogeny used for Cholera outbreak in Haiti 2010 Listeria outbreak 2014 Whole-genome Sequencing Used to Investigate a Nationwide Outbreak of Listeriosis Caused by Ready-to-eat Delicatessen Meat, Denmark, Kvistholm Jensen et al. Clin Infect Dis. (2016) 63 (1): doi: /cid/ciw192

16 Case story Vibrio Cholerae outbreak in Haiti followed the 2010 earthquake Rumors said that the outbreak may have come from Nepal, travelling along with UN soldiers from Nepal No proof had been given of this until the Hendriksen et al. paper in 2011 Popula1on Gene1cs of Vibrio cholerae from Nepal in 2010: Evidence on the Origin of the Hai1an Outbreak. Hendriksen et al. 23 August 2011 mbio vol. 2 no. 4 e doi: /mBio

17 Case story Data 24 recent V. cholerae strains from Nepal 10 previously sequenced V. cholerae isolates, including 3 from the Haitian outbreak Analysis Antimicrobial susceptibility testing PFGE (pulsed-field gel electrophoresis) to analyze for genetic relatedness Whole genome sequencing, snp identification and phylogenetic analysis

18 Case story - Results Resistance profile Suscep5ble Decreased suscep5bility Nepalese strains Hendriksen et al Resistant Tetracycline Ciprofloxacin Trimethoprim, Sulfamethoxazole Nalidixic Hai1an outbreak strains Centers for Disease Control and Preven1on, 2010 Tetracycline Ciprofloxacin Trimethoprim, Sulfamethoxazole Nalidixic

19 Case story - Results PFGE Nepalese isolates divided in 4 clusters

20 Case story - Results

21 snptree First online webserver for constructing phylogenetic trees based on whole genome sequencing snptree- - a web- server to iden1fy and construct SNP trees from whole genome sequence data. Leekitcharoenphon P, Kaas RS, Thomsen MC, Friis C, Rasmussen S, Aarestrup FM. BMC Genomics. 2012;13 Suppl 7:S6.

22 snptree flow

23 CSI Phylogeny SNP identification same as snptree Strict sorting of SNPs Depth Relative depth Distance between SNPs SNP quality Read mapping quality Rolf S. Kaas, Pimlapas Leekitcharoenphon, Frank M. Aarestrup, Ole Lund. Solving the Problem of Comparing Whole Bacterial Genomes across Different Sequencing Pla`orms. PLoS ONE 2014; 9(8): e

24 CSI Phylogeny Requires all SNPs to be significant Z-score higher than 1.96 for all SNPs Z = X Y X+Y X is the number of reads, with the most common nucleotide at that position, and Y the number of reads with any other nucleotide.

25 CSI Phylogeny Output Tree build by FastTree algorithm, in Newick format Branch lengths is substitutions per site at the variable sites Matrix of SNP pair counts in text (.txt) format Diagonal SNP matrix

26 CSI Phylogeny

27 NDtree Nucleotide calling A different approach where the main distinction is not between if a SNP should be called or not, but between whether or not there is solid evidence for the nucleotide at the given position. Real- Time Whole- Genome Sequencing for Rou1ne Typing, Surveillance, and Outbreak Detec1on of Verotoxigenic Escherichia coli. Joensen KG, Scheutz F, Lund O, Hasman H, Kaas RS, Nielsen EM, Aarestrup FM. J Clin Microbiol May;52(5):

28 NDtree Simple mapping approach Cuts all reads into K-mers Maps all K-mers to reference genome Makes an ungapped consensus sequences of equal lengths

29 NDtree Nucleotide calling When all reads have been mapped the significance of the base call at each position was evaluated by calculating the number of reads X having the most common nucleotide at that position, and the number of reads Y supporting other nucleotides. A Z-score threshold was calculated as: Z = X Y X+Y > 1.96 (or 3.29) >90% of reads supporting the same base

30 NDtree Count nucleotide differences Method 1: Each pair of sequences was compared and the number of nucleotide differences in positions called in all sequences was counted. More accurate (Z=1.96 is used as threshold) Method 2: Each pair of sequences was compared and the number of nucleotide differences in positions called in both sequences was counted. More robust (Z=3.29 is used as threshold)

31 NDtree Uses two different algorithms to make two different trees UPGMA Neighbor Joining Both algorithms are part of the PHYLIP Neighbor program package and make trees from distance matrices

32 UPGMA vs. Neighbor Joining UPGMA works when samples have been taken the same time Neighbor Joining is better when samples have been taken at different times

33 NDtree Output distance.txt: Distance matrix - tab separated dist.mat: Distance matrix - PHYLIP format tree.nj.newick: Neighbor Joining tree - Newick format Branch lengths is number of Nucleotide Differences tree.upgma.newick: UPGMA tree Newick format Branch lengths is number of Nucleotide Differences

34 Johanne Ahrenfeldt, Master thesis. Controlled Evolution study

35 Naming the descendants

36 Mutations

37 Phylogenetic tree using NDtree (UPGMA)

38 Phylogenetic tree using NDtree (Neighbor Joining)

39 UPGMA vs. Neighbor Joining UPGMA works when samples have been taken the same time Neighbor Joining is better when samples have been taken at different times

40 CSI Phylogeny Default settings 1_1_1_1 1_1_1_2 1_1_1 1_1_2_1 1_1_2_2 1_1_2 1_1 1_2_1 1_2_2_1 1_2_2_2 1_2_2 1_2 1 c_1_1_1_2_1 e_1_1_2_1_1 f_1_1_2_1_2 f_2_1_1 g_1_1_2_2_1 h_1_1_2_2_2 m_1_2_2_1_1 n_1_2_2_1_2 o_1_2_2_2_1 d_1_1_1_2_2 b_1_1_1_1_2 1_2_1_1 i_1_2_1_1_1 1_2_1_2 k_1_2_1_2_1 l_1_2_1_2_2 a_1_1_1_1_1 j_1_2_1_1_2 b_1_2_2 0.2

41 CSI Phylogeny Pruning disabled 1 1_2 1_1 1_1_1 1_2_2 1_2_2_2 o_1_2_2_2_1 1_2_2_1 m_1_2_2_1_1 n_1_2_2_1_2 l_1_2_1_2_2 1_2_1_2 k_1_2_1_2_1 i_1_2_1_1_1 1_2_1_1 j_1_2_1_1_2 1_2_1 1_1_1_2 1_1_2_2 g_1_1_2_2_1 h_1_1_2_2_2 1_1_2 e_1_1_2_1_1 1_1_2_1 f_1_1_2_1_2 c_1_1_1_2_1 1_1_1_1 a_1_1_1_1_1 d_1_1_1_2_2 b_1_1_1_1_2 b_1_2_2 f_2_1_1 0.2

42 So What should I use when? CSI Phylogeny has very good statistics and a good graphical overview. It is advantageous to use when you expect the differences between the isolates to be larger than 5-10 mutations. NDtree is able to find these small differences. But it does not take recombination into consideration.

43 Choosing a reference genome For comparison of very closely related isolates, a better level of detail is given by using a closely related reference genome.

44 Questions? Thank you for listening

Whole Genome based Phylogeny

Whole Genome based Phylogeny Whole Genome based Phylogeny Johanne Ahrenfeldt PhD student DTU Bioinformatics Short about me Johanne Ahrenfeldt johah@dtu.dk PhD student at DTU Bioinformatics Whole Genome based Phylogeny Graduate Engineer

More information

Bacterial whole genome-based phylogeny: construction of a new benchmarking dataset and assessment of some existing methods

Bacterial whole genome-based phylogeny: construction of a new benchmarking dataset and assessment of some existing methods Downloaded from orbit.dtu.dk on: Sep 29, 2018 Bacterial whole genome-based phylogeny: construction of a new benchmarking dataset and assessment of some existing methods Ahrenfeldt, Johanne; Skaarup, Carina;

More information

Comparative Genomics Background & Strategy. Faction 2

Comparative Genomics Background & Strategy. Faction 2 Comparative Genomics Background & Strategy Faction 2 Overview Introduction to comparative genomics Salmonella enterica subsp. enterica serovar Heidelberg Comparative Genomics Faction 2 Objectives Genomic

More information

Taxonomy. Content. How to determine & classify a species. Phylogeny and evolution

Taxonomy. Content. How to determine & classify a species. Phylogeny and evolution Taxonomy Content Why Taxonomy? How to determine & classify a species Domains versus Kingdoms Phylogeny and evolution Why Taxonomy? Classification Arrangement in groups or taxa (taxon = group) Nomenclature

More information

Whole genome sequencing (WGS) as a tool for monitoring purposes. Henrik Hasman DTU - Food

Whole genome sequencing (WGS) as a tool for monitoring purposes. Henrik Hasman DTU - Food Whole genome sequencing (WGS) as a tool for monitoring purposes Henrik Hasman DTU - Food The Challenge Is to: Continue to increase the power of surveillance and diagnostic using molecular tools Develop

More information

THEORY. Based on sequence Length According to the length of sequence being compared it is of following two types

THEORY. Based on sequence Length According to the length of sequence being compared it is of following two types Exp 11- THEORY Sequence Alignment is a process of aligning two sequences to achieve maximum levels of identity between them. This help to derive functional, structural and evolutionary relationships between

More information

Whole genome sequencing (WGS) - there s a new tool in town. Henrik Hasman DTU - Food

Whole genome sequencing (WGS) - there s a new tool in town. Henrik Hasman DTU - Food Whole genome sequencing (WGS) - there s a new tool in town Henrik Hasman DTU - Food Welcome to the NGS world TODAY Welcome Introduction to Next Generation Sequencing DNA purification (Hands-on) Lunch (Sandwishes

More information

Microbial Taxonomy and the Evolution of Diversity

Microbial Taxonomy and the Evolution of Diversity 19 Microbial Taxonomy and the Evolution of Diversity Copyright McGraw-Hill Global Education Holdings, LLC. Permission required for reproduction or display. 1 Taxonomy Introduction to Microbial Taxonomy

More information

Curriculum Links. AQA GCE Biology. AS level

Curriculum Links. AQA GCE Biology. AS level Curriculum Links AQA GCE Biology Unit 2 BIOL2 The variety of living organisms 3.2.1 Living organisms vary and this variation is influenced by genetic and environmental factors Causes of variation 3.2.2

More information

Alternative tools for phylogeny. Identification of unique core sequences

Alternative tools for phylogeny. Identification of unique core sequences Alternative tools for phylogeny Identification of unique core sequences Workshop on Whole Genome Sequencing and Analysis, 19-21 Mar. 2018 Learning objective: After this lecture you should be able to account

More information

Dr. Amira A. AL-Hosary

Dr. Amira A. AL-Hosary Phylogenetic analysis Amira A. AL-Hosary PhD of infectious diseases Department of Animal Medicine (Infectious Diseases) Faculty of Veterinary Medicine Assiut University-Egypt Phylogenetic Basics: Biological

More information

SUPPLEMENTARY INFORMATION

SUPPLEMENTARY INFORMATION Supplementary information S3 (box) Methods Methods Genome weighting The currently available collection of archaeal and bacterial genomes has a highly biased distribution of isolates across taxa. For example,

More information

A Phylogenetic Network Construction due to Constrained Recombination

A Phylogenetic Network Construction due to Constrained Recombination A Phylogenetic Network Construction due to Constrained Recombination Mohd. Abdul Hai Zahid Research Scholar Research Supervisors: Dr. R.C. Joshi Dr. Ankush Mittal Department of Electronics and Computer

More information

Phylogenetic analyses. Kirsi Kostamo

Phylogenetic analyses. Kirsi Kostamo Phylogenetic analyses Kirsi Kostamo The aim: To construct a visual representation (a tree) to describe the assumed evolution occurring between and among different groups (individuals, populations, species,

More information

CLASSIFICATION UNIT GUIDE DUE WEDNESDAY 3/1

CLASSIFICATION UNIT GUIDE DUE WEDNESDAY 3/1 CLASSIFICATION UNIT GUIDE DUE WEDNESDAY 3/1 MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY 2/13 2/14 - B 2/15 2/16 - B 2/17 2/20 Intro to Viruses Viruses VS Cells 2/21 - B Virus Reproduction Q 1-2 2/22 2/23

More information

8/23/2014. Phylogeny and the Tree of Life

8/23/2014. Phylogeny and the Tree of Life Phylogeny and the Tree of Life Chapter 26 Objectives Explain the following characteristics of the Linnaean system of classification: a. binomial nomenclature b. hierarchical classification List the major

More information

Phylogenetic Trees. What They Are Why We Do It & How To Do It. Presented by Amy Harris Dr Brad Morantz

Phylogenetic Trees. What They Are Why We Do It & How To Do It. Presented by Amy Harris Dr Brad Morantz Phylogenetic Trees What They Are Why We Do It & How To Do It Presented by Amy Harris Dr Brad Morantz Overview What is a phylogenetic tree Why do we do it How do we do it Methods and programs Parallels

More information

Amira A. AL-Hosary PhD of infectious diseases Department of Animal Medicine (Infectious Diseases) Faculty of Veterinary Medicine Assiut

Amira A. AL-Hosary PhD of infectious diseases Department of Animal Medicine (Infectious Diseases) Faculty of Veterinary Medicine Assiut Amira A. AL-Hosary PhD of infectious diseases Department of Animal Medicine (Infectious Diseases) Faculty of Veterinary Medicine Assiut University-Egypt Phylogenetic analysis Phylogenetic Basics: Biological

More information

Stepping stones towards a new electronic prokaryotic taxonomy. The ultimate goal in taxonomy. Pragmatic towards diagnostics

Stepping stones towards a new electronic prokaryotic taxonomy. The ultimate goal in taxonomy. Pragmatic towards diagnostics Stepping stones towards a new electronic prokaryotic taxonomy - MLSA - Dirk Gevers Different needs for taxonomy Describe bio-diversity Understand evolution of life Epidemiology Diagnostics Biosafety...

More information

Chapter 19: Taxonomy, Systematics, and Phylogeny

Chapter 19: Taxonomy, Systematics, and Phylogeny Chapter 19: Taxonomy, Systematics, and Phylogeny AP Curriculum Alignment Chapter 19 expands on the topics of phylogenies and cladograms, which are important to Big Idea 1. In order for students to understand

More information

SUPPLEMENTARY INFORMATION

SUPPLEMENTARY INFORMATION Supplementary information S1 (box). Supplementary Methods description. Prokaryotic Genome Database Archaeal and bacterial genome sequences were downloaded from the NCBI FTP site (ftp://ftp.ncbi.nlm.nih.gov/genomes/all/)

More information

PHYLOGENY AND SYSTEMATICS

PHYLOGENY AND SYSTEMATICS AP BIOLOGY EVOLUTION/HEREDITY UNIT Unit 1 Part 11 Chapter 26 Activity #15 NAME DATE PERIOD PHYLOGENY AND SYSTEMATICS PHYLOGENY Evolutionary history of species or group of related species SYSTEMATICS Study

More information

Chapter 26: Phylogeny and the Tree of Life Phylogenies Show Evolutionary Relationships

Chapter 26: Phylogeny and the Tree of Life Phylogenies Show Evolutionary Relationships Chapter 26: Phylogeny and the Tree of Life You Must Know The taxonomic categories and how they indicate relatedness. How systematics is used to develop phylogenetic trees. How to construct a phylogenetic

More information

A (short) introduction to phylogenetics

A (short) introduction to phylogenetics A (short) introduction to phylogenetics Thibaut Jombart, Marie-Pauline Beugin MRC Centre for Outbreak Analysis and Modelling Imperial College London Genetic data analysis with PR Statistics, Millport Field

More information

By Eliza Bielak Bacterial Genomics and Epidemiology, DTU-Food Supervised by Henrik Hasman, PhD

By Eliza Bielak Bacterial Genomics and Epidemiology, DTU-Food Supervised by Henrik Hasman, PhD By Eliza Bielak Bacterial Genomics and Epidemiology, DTU-Food elibi@food.dtu.dk Supervised by Henrik Hasman, PhD 1. Introduction to plasmid biology 2. Plasmid encoded resistance to β- lactams (basic theories)

More information

InDel 3-5. InDel 8-9. InDel 3-5. InDel 8-9. InDel InDel 8-9

InDel 3-5. InDel 8-9. InDel 3-5. InDel 8-9. InDel InDel 8-9 Lecture 5 Alignment I. Introduction. For sequence data, the process of generating an alignment establishes positional homologies; that is, alignment provides the identification of homologous phylogenetic

More information

Multiple Alignment. Anders Gorm Pedersen Molecular Evolution Group Center for Biological Sequence Analysis

Multiple Alignment. Anders Gorm Pedersen Molecular Evolution Group Center for Biological Sequence Analysis Multiple Alignment Anders Gorm Pedersen Molecular Evolution Group Center for Biological Sequence Analysis gorm@cbs.dtu.dk Refresher: pairwise alignments 43.2% identity; Global alignment score: 374 10 20

More information

The practice of naming and classifying organisms is called taxonomy.

The practice of naming and classifying organisms is called taxonomy. Chapter 18 Key Idea: Biologists use taxonomic systems to organize their knowledge of organisms. These systems attempt to provide consistent ways to name and categorize organisms. The practice of naming

More information

Science Unit Learning Summary

Science Unit Learning Summary Learning Summary Inheritance, variation and evolution Content Sexual and asexual reproduction. Meiosis leads to non-identical cells being formed while mitosis leads to identical cells being formed. In

More information

Chapter 19. Microbial Taxonomy

Chapter 19. Microbial Taxonomy Chapter 19 Microbial Taxonomy 12-17-2008 Taxonomy science of biological classification consists of three separate but interrelated parts classification arrangement of organisms into groups (taxa; s.,taxon)

More information

Fig. 26.7a. Biodiversity. 1. Course Outline Outcomes Instructors Text Grading. 2. Course Syllabus. Fig. 26.7b Table

Fig. 26.7a. Biodiversity. 1. Course Outline Outcomes Instructors Text Grading. 2. Course Syllabus. Fig. 26.7b Table Fig. 26.7a Biodiversity 1. Course Outline Outcomes Instructors Text Grading 2. Course Syllabus Fig. 26.7b Table 26.2-1 1 Table 26.2-2 Outline: Systematics and the Phylogenetic Revolution I. Naming and

More information

08/21/2017 BLAST. Multiple Sequence Alignments: Clustal Omega

08/21/2017 BLAST. Multiple Sequence Alignments: Clustal Omega BLAST Multiple Sequence Alignments: Clustal Omega What does basic BLAST do (e.g. what is input sequence and how does BLAST look for matches?) Susan Parrish McDaniel College Multiple Sequence Alignments

More information

Chapter 26. Phylogeny and the Tree of Life. Lecture Presentations by Nicole Tunbridge and Kathleen Fitzpatrick Pearson Education, Inc.

Chapter 26. Phylogeny and the Tree of Life. Lecture Presentations by Nicole Tunbridge and Kathleen Fitzpatrick Pearson Education, Inc. Chapter 26 Phylogeny and the Tree of Life Lecture Presentations by Nicole Tunbridge and Kathleen Fitzpatrick Investigating the Tree of Life Phylogeny is the evolutionary history of a species or group of

More information

Macroevolution Part I: Phylogenies

Macroevolution Part I: Phylogenies Macroevolution Part I: Phylogenies Taxonomy Classification originated with Carolus Linnaeus in the 18 th century. Based on structural (outward and inward) similarities Hierarchal scheme, the largest most

More information

A. Incorrect! In the binomial naming convention the Kingdom is not part of the name.

A. Incorrect! In the binomial naming convention the Kingdom is not part of the name. Microbiology Problem Drill 08: Classification of Microorganisms No. 1 of 10 1. In the binomial system of naming which term is always written in lowercase? (A) Kingdom (B) Domain (C) Genus (D) Specific

More information

Nature Biotechnology: doi: /nbt Supplementary Figure 1. Detailed overview of the primer-free full-length SSU rrna library preparation.

Nature Biotechnology: doi: /nbt Supplementary Figure 1. Detailed overview of the primer-free full-length SSU rrna library preparation. Supplementary Figure 1 Detailed overview of the primer-free full-length SSU rrna library preparation. Detailed overview of the primer-free full-length SSU rrna library preparation. Supplementary Figure

More information

Multiple Sequence Alignment. Sequences

Multiple Sequence Alignment. Sequences Multiple Sequence Alignment Sequences > YOR020c mstllksaksivplmdrvlvqrikaqaktasglylpe knveklnqaevvavgpgftdangnkvvpqvkvgdqvl ipqfggstiklgnddevilfrdaeilakiakd > crassa mattvrsvksliplldrvlvqrvkaeaktasgiflpe

More information

Evaluation of Whole Genome Sequencing for Outbreak Detection of Salmonella enterica

Evaluation of Whole Genome Sequencing for Outbreak Detection of Salmonella enterica Evaluation of Whole Genome Sequencing for Outbreak Detection of Salmonella enterica Pimlapas Leekitcharoenphon 1,2 *, Eva M. Nielsen 3, Rolf S. Kaas 1,2, Ole Lund 2, Frank M. Aarestrup 1 1 Division for

More information

Comparative genomics: Overview & Tools + MUMmer algorithm

Comparative genomics: Overview & Tools + MUMmer algorithm Comparative genomics: Overview & Tools + MUMmer algorithm Urmila Kulkarni-Kale Bioinformatics Centre University of Pune, Pune 411 007. urmila@bioinfo.ernet.in Genome sequence: Fact file 1995: The first

More information

Algorithms in Bioinformatics

Algorithms in Bioinformatics Algorithms in Bioinformatics Sami Khuri Department of Computer Science San José State University San José, California, USA khuri@cs.sjsu.edu www.cs.sjsu.edu/faculty/khuri Distance Methods Character Methods

More information

Phylogenetic Tree Reconstruction

Phylogenetic Tree Reconstruction I519 Introduction to Bioinformatics, 2011 Phylogenetic Tree Reconstruction Yuzhen Ye (yye@indiana.edu) School of Informatics & Computing, IUB Evolution theory Speciation Evolution of new organisms is driven

More information

The minimal prokaryotic genome. The minimal prokaryotic genome. The minimal prokaryotic genome. The minimal prokaryotic genome

The minimal prokaryotic genome. The minimal prokaryotic genome. The minimal prokaryotic genome. The minimal prokaryotic genome Dr. Dirk Gevers 1,2 1 Laboratorium voor Microbiologie 2 Bioinformatics & Evolutionary Genomics The bacterial species in the genomic era CTACCATGAAAGACTTGTGAATCCAGGAAGAGAGACTGACTGGGCAACATGTTATTCAG GTACAAAAAGATTTGGACTGTAACTTAAAAATGATCAAATTATGTTTCCCATGCATCAGG

More information

Outline. Classification of Living Things

Outline. Classification of Living Things Outline Classification of Living Things Chapter 20 Mader: Biology 8th Ed. Taxonomy Binomial System Species Identification Classification Categories Phylogenetic Trees Tracing Phylogeny Cladistic Systematics

More information

Chapter 26 Phylogeny and the Tree of Life

Chapter 26 Phylogeny and the Tree of Life Chapter 26 Phylogeny and the Tree of Life Chapter focus Shifting from the process of how evolution works to the pattern evolution produces over time. Phylogeny Phylon = tribe, geny = genesis or origin

More information

Phylogene)cs. IMBB 2016 BecA- ILRI Hub, Nairobi May 9 20, Joyce Nzioki

Phylogene)cs. IMBB 2016 BecA- ILRI Hub, Nairobi May 9 20, Joyce Nzioki Phylogene)cs IMBB 2016 BecA- ILRI Hub, Nairobi May 9 20, 2016 Joyce Nzioki Phylogenetics The study of evolutionary relatedness of organisms. Derived from two Greek words:» Phle/Phylon: Tribe/Race» Genetikos:

More information

Processes of Evolution

Processes of Evolution 15 Processes of Evolution Forces of Evolution Concept 15.4 Selection Can Be Stabilizing, Directional, or Disruptive Natural selection can act on quantitative traits in three ways: Stabilizing selection

More information

Name: Class: Date: ID: A

Name: Class: Date: ID: A Class: _ Date: _ Ch 17 Practice test 1. A segment of DNA that stores genetic information is called a(n) a. amino acid. b. gene. c. protein. d. intron. 2. In which of the following processes does change

More information

CREATING PHYLOGENETIC TREES FROM DNA SEQUENCES

CREATING PHYLOGENETIC TREES FROM DNA SEQUENCES INTRODUCTION CREATING PHYLOGENETIC TREES FROM DNA SEQUENCES This worksheet complements the Click and Learn developed in conjunction with the 2011 Holiday Lectures on Science, Bones, Stones, and Genes:

More information

Phylogeny 9/8/2014. Evolutionary Relationships. Data Supporting Phylogeny. Chapter 26

Phylogeny 9/8/2014. Evolutionary Relationships. Data Supporting Phylogeny. Chapter 26 Phylogeny Chapter 26 Taxonomy Taxonomy: ordered division of organisms into categories based on a set of characteristics used to assess similarities and differences Carolus Linnaeus developed binomial nomenclature,

More information

10 Biodiversity Support. AQA Biology. Biodiversity. Specification reference. Learning objectives. Introduction. Background

10 Biodiversity Support. AQA Biology. Biodiversity. Specification reference. Learning objectives. Introduction. Background Biodiversity Specification reference 3.4.5 3.4.6 3.4.7 Learning objectives After completing this worksheet you should be able to: recall the definition of a species and know how the binomial system is

More information

Molecular phylogeny How to infer phylogenetic trees using molecular sequences

Molecular phylogeny How to infer phylogenetic trees using molecular sequences Molecular phylogeny How to infer phylogenetic trees using molecular sequences ore Samuelsson Nov 2009 Applications of phylogenetic methods Reconstruction of evolutionary history / Resolving taxonomy issues

More information

MiGA: The Microbial Genome Atlas

MiGA: The Microbial Genome Atlas December 12 th 2017 MiGA: The Microbial Genome Atlas Jim Cole Center for Microbial Ecology Dept. of Plant, Soil & Microbial Sciences Michigan State University East Lansing, Michigan U.S.A. Where I m From

More information

Molecular phylogeny How to infer phylogenetic trees using molecular sequences

Molecular phylogeny How to infer phylogenetic trees using molecular sequences Molecular phylogeny How to infer phylogenetic trees using molecular sequences ore Samuelsson Nov 200 Applications of phylogenetic methods Reconstruction of evolutionary history / Resolving taxonomy issues

More information

Inheritance part 1 AnswerIT

Inheritance part 1 AnswerIT Inheritance part 1 AnswerIT 1. What is a gamete? A cell with half the number of chromosomes of the parent cell. 2. Name the male and female gametes in a) a human b) a daisy plant a) Male = sperm Female

More information

How to read and make phylogenetic trees Zuzana Starostová

How to read and make phylogenetic trees Zuzana Starostová How to read and make phylogenetic trees Zuzana Starostová How to make phylogenetic trees? Workflow: obtain DNA sequence quality check sequence alignment calculating genetic distances phylogeny estimation

More information

Background: Why Is Taxonomy Important?

Background: Why Is Taxonomy Important? Background: Why Is Taxonomy Important? Taxonomy is the system of classifying, or organizing, living organisms into a system based on their similarities and differences. Imagine you are a scientist who

More information

Introduction to polyphasic taxonomy

Introduction to polyphasic taxonomy Introduction to polyphasic taxonomy Peter Vandamme EUROBILOFILMS - Third European Congress on Microbial Biofilms Ghent, Belgium, 9-12 September 2013 http://www.lm.ugent.be/ Content The observation of diversity:

More information

Natural Genetic Resistance to Infection

Natural Genetic Resistance to Infection Natural Genetic Resistance to Infection The Discovery of Natural Determinants of Susceptibility to Infection in Cattle, especially Tarentaise Steve A Carlson, DVM PhD Tim A Day, PhD PSR Genetics, LLC Scott

More information

Introduction to Bioinformatics. Shifra Ben-Dor Irit Orr

Introduction to Bioinformatics. Shifra Ben-Dor Irit Orr Introduction to Bioinformatics Shifra Ben-Dor Irit Orr Lecture Outline: Technical Course Items Introduction to Bioinformatics Introduction to Databases This week and next week What is bioinformatics? A

More information

Creating a Dichotomous Key

Creating a Dichotomous Key Dichotomous Keys A tool used that allows users to determine the identity of unknown species Keys consist of a series of choices, where the user selects from a series of connected pairs Each pair of choices

More information

Microbial Diversity and Assessment (II) Spring, 2007 Guangyi Wang, Ph.D. POST103B

Microbial Diversity and Assessment (II) Spring, 2007 Guangyi Wang, Ph.D. POST103B Microbial Diversity and Assessment (II) Spring, 007 Guangyi Wang, Ph.D. POST03B guangyi@hawaii.edu http://www.soest.hawaii.edu/marinefungi/ocn403webpage.htm General introduction and overview Taxonomy [Greek

More information

Other tools for typing and phylogeny

Other tools for typing and phylogeny Other tools for typing and phylogeny Workshop on Whole Genome Sequencing and Analysis, 27-29 Mar. 2017 Learning objective: After this lecture you should be able to account for tools for typing Salmonella

More information

SPECIATION. REPRODUCTIVE BARRIERS PREZYGOTIC: Barriers that prevent fertilization. Habitat isolation Populations can t get together

SPECIATION. REPRODUCTIVE BARRIERS PREZYGOTIC: Barriers that prevent fertilization. Habitat isolation Populations can t get together SPECIATION Origin of new species=speciation -Process by which one species splits into two or more species, accounts for both the unity and diversity of life SPECIES BIOLOGICAL CONCEPT Population or groups

More information

Chapter 17. Table of Contents. Objectives. Taxonomy. Classifying Organisms. Section 1 Biodiversity. Section 2 Systematics

Chapter 17. Table of Contents. Objectives. Taxonomy. Classifying Organisms. Section 1 Biodiversity. Section 2 Systematics Classification Table of Contents Objectives Relatebiodiversity to biological classification. Explainwhy naturalists replaced Aristotle s classification system. Identifythe main criterion that Linnaeus

More information

Modeling Noise in Genetic Sequences

Modeling Noise in Genetic Sequences Modeling Noise in Genetic Sequences M. Radavičius 1 and T. Rekašius 2 1 Institute of Mathematics and Informatics, Vilnius, Lithuania 2 Vilnius Gediminas Technical University, Vilnius, Lithuania 1. Introduction:

More information

Unit of Study: Genetics, Evolution and Classification

Unit of Study: Genetics, Evolution and Classification Biology 3 rd Nine Weeks TEKS Unit of Study: Genetics, Evolution and Classification B.1) Scientific Processes. The student, for at least 40% of instructional time, conducts laboratory and field investigations

More information

Comparing whole genomes

Comparing whole genomes BioNumerics Tutorial: Comparing whole genomes 1 Aim The Chromosome Comparison window in BioNumerics has been designed for large-scale comparison of sequences of unlimited length. In this tutorial you will

More information

Biological Networks: Comparison, Conservation, and Evolution via Relative Description Length By: Tamir Tuller & Benny Chor

Biological Networks: Comparison, Conservation, and Evolution via Relative Description Length By: Tamir Tuller & Benny Chor Biological Networks:,, and via Relative Description Length By: Tamir Tuller & Benny Chor Presented by: Noga Grebla Content of the presentation Presenting the goals of the research Reviewing basic terms

More information

I519 Introduction to Bioinformatics, Genome Comparison. Yuzhen Ye School of Informatics & Computing, IUB

I519 Introduction to Bioinformatics, Genome Comparison. Yuzhen Ye School of Informatics & Computing, IUB I519 Introduction to Bioinformatics, 2015 Genome Comparison Yuzhen Ye (yye@indiana.edu) School of Informatics & Computing, IUB Whole genome comparison/alignment Build better phylogenies Identify polymorphism

More information

Lecture 11 Friday, October 21, 2011

Lecture 11 Friday, October 21, 2011 Lecture 11 Friday, October 21, 2011 Phylogenetic tree (phylogeny) Darwin and classification: In the Origin, Darwin said that descent from a common ancestral species could explain why the Linnaean system

More information

Classification and Phylogeny

Classification and Phylogeny Classification and Phylogeny The diversity of life is great. To communicate about it, there must be a scheme for organization. There are many species that would be difficult to organize without a scheme

More information

EVOLUTIONARY DISTANCES

EVOLUTIONARY DISTANCES EVOLUTIONARY DISTANCES FROM STRINGS TO TREES Luca Bortolussi 1 1 Dipartimento di Matematica ed Informatica Università degli studi di Trieste luca@dmi.units.it Trieste, 14 th November 2007 OUTLINE 1 STRINGS:

More information

A Phylogenetic Gibbs Recursive Sampler for Locating Transcription Factor Binding Sites

A Phylogenetic Gibbs Recursive Sampler for Locating Transcription Factor Binding Sites A for Locating Transcription Factor Binding Sites Sean P. Conlan 1 Lee Ann McCue 2 1,3 Thomas M. Smith 3 William Thompson 4 Charles E. Lawrence 4 1 Wadsworth Center, New York State Department of Health

More information

Modern Evolutionary Classification. Section 18-2 pgs

Modern Evolutionary Classification. Section 18-2 pgs Modern Evolutionary Classification Section 18-2 pgs 451-455 Modern Evolutionary Classification In a sense, organisms determine who belongs to their species by choosing with whom they will mate. Taxonomic

More information

Molecular phylogeny - Using molecular sequences to infer evolutionary relationships. Tore Samuelsson Feb 2016

Molecular phylogeny - Using molecular sequences to infer evolutionary relationships. Tore Samuelsson Feb 2016 Molecular phylogeny - Using molecular sequences to infer evolutionary relationships Tore Samuelsson Feb 2016 Molecular phylogeny is being used in the identification and characterization of new pathogens,

More information

What is Phylogenetics

What is Phylogenetics What is Phylogenetics Phylogenetics is the area of research concerned with finding the genetic connections and relationships between species. The basic idea is to compare specific characters (features)

More information

Classification and Phylogeny

Classification and Phylogeny Classification and Phylogeny The diversity it of life is great. To communicate about it, there must be a scheme for organization. There are many species that would be difficult to organize without a scheme

More information

Phylogeny: traditional and Bayesian approaches

Phylogeny: traditional and Bayesian approaches Phylogeny: traditional and Bayesian approaches 5-Feb-2014 DEKM book Notes from Dr. B. John Holder and Lewis, Nature Reviews Genetics 4, 275-284, 2003 1 Phylogeny A graph depicting the ancestor-descendent

More information

Phylogenies Scores for Exhaustive Maximum Likelihood and Parsimony Scores Searches

Phylogenies Scores for Exhaustive Maximum Likelihood and Parsimony Scores Searches Int. J. Bioinformatics Research and Applications, Vol. x, No. x, xxxx Phylogenies Scores for Exhaustive Maximum Likelihood and s Searches Hyrum D. Carroll, Perry G. Ridge, Mark J. Clement, Quinn O. Snell

More information

Multivariate analysis of genetic data: an introduction

Multivariate analysis of genetic data: an introduction Multivariate analysis of genetic data: an introduction Thibaut Jombart MRC Centre for Outbreak Analysis and Modelling Imperial College London XXIV Simposio Internacional De Estadística Bogotá, 25th July

More information

Laboratory. Phylogenetics

Laboratory. Phylogenetics Laboratory 11 Phylogenetics Biology 171L SP18 Lab 11: Phylogenetics Student Learning Outcomes 1. Discover Darwin s contribution to biology. 2. Understand the importance of evolution in the study of biology.

More information

Virus Classifications Based on the Haar Wavelet Transform of Signal Representation of DNA Sequences

Virus Classifications Based on the Haar Wavelet Transform of Signal Representation of DNA Sequences Virus Classifications Based on the Haar Wavelet Transform of Signal Representation of DNA Sequences MOHAMED EL-ZANATY 1, MAGDY SAEB 1, A. BAITH MOHAMED 1, SHAWKAT K. GUIRGUIS 2, EMAN EL-ABD 3 1. School

More information

a-dB. Code assigned:

a-dB. Code assigned: This form should be used for all taxonomic proposals. Please complete all those modules that are applicable (and then delete the unwanted sections). For guidance, see the notes written in blue and the

More information

Bioinformatics. Dept. of Computational Biology & Bioinformatics

Bioinformatics. Dept. of Computational Biology & Bioinformatics Bioinformatics Dept. of Computational Biology & Bioinformatics 3 Bioinformatics - play with sequences & structures Dept. of Computational Biology & Bioinformatics 4 ORGANIZATION OF LIFE ROLE OF BIOINFORMATICS

More information

Phylogenetic inference

Phylogenetic inference Phylogenetic inference Bas E. Dutilh Systems Biology: Bioinformatic Data Analysis Utrecht University, March 7 th 016 After this lecture, you can discuss (dis-) advantages of different information types

More information

Phylogenetics - Orthology, phylogenetic experimental design and phylogeny reconstruction. Lesser Tenrec (Echinops telfairi)

Phylogenetics - Orthology, phylogenetic experimental design and phylogeny reconstruction. Lesser Tenrec (Echinops telfairi) Phylogenetics - Orthology, phylogenetic experimental design and phylogeny reconstruction Lesser Tenrec (Echinops telfairi) Goals: 1. Use phylogenetic experimental design theory to select optimal taxa to

More information

Learning ancestral genetic processes using nonparametric Bayesian models

Learning ancestral genetic processes using nonparametric Bayesian models Learning ancestral genetic processes using nonparametric Bayesian models Kyung-Ah Sohn October 31, 2011 Committee Members: Eric P. Xing, Chair Zoubin Ghahramani Russell Schwartz Kathryn Roeder Matthew

More information

Microbes usually have few distinguishing properties that relate them, so a hierarchical taxonomy mainly has not been possible.

Microbes usually have few distinguishing properties that relate them, so a hierarchical taxonomy mainly has not been possible. Microbial Taxonomy Traditional taxonomy or the classification through identification and nomenclature of microbes, both "prokaryote" and eukaryote, has been in a mess we were stuck with it for traditional

More information

Microbial Taxonomy. Slowly evolving molecules (e.g., rrna) used for large-scale structure; "fast- clock" molecules for fine-structure.

Microbial Taxonomy. Slowly evolving molecules (e.g., rrna) used for large-scale structure; fast- clock molecules for fine-structure. Microbial Taxonomy Traditional taxonomy or the classification through identification and nomenclature of microbes, both "prokaryote" and eukaryote, has been in a mess we were stuck with it for traditional

More information

Whole Genome Alignment. Adam Phillippy University of Maryland, Fall 2012

Whole Genome Alignment. Adam Phillippy University of Maryland, Fall 2012 Whole Genome Alignment Adam Phillippy University of Maryland, Fall 2012 Motivation cancergenome.nih.gov Breast cancer karyotypes www.path.cam.ac.uk Goal of whole-genome alignment } For two genomes, A and

More information

Michael Yaffe Lecture #5 (((A,B)C)D) Database Searching & Molecular Phylogenetics A B C D B C D

Michael Yaffe Lecture #5 (((A,B)C)D) Database Searching & Molecular Phylogenetics A B C D B C D 7.91 Lecture #5 Database Searching & Molecular Phylogenetics Michael Yaffe B C D B C D (((,B)C)D) Outline Distance Matrix Methods Neighbor-Joining Method and Related Neighbor Methods Maximum Likelihood

More information

STAAR Biology Assessment

STAAR Biology Assessment STAAR Biology Assessment Reporting Category 1: Cell Structure and Function The student will demonstrate an understanding of biomolecules as building blocks of cells, and that cells are the basic unit of

More information

Biology Assessment. Eligible Texas Essential Knowledge and Skills

Biology Assessment. Eligible Texas Essential Knowledge and Skills Biology Assessment Eligible Texas Essential Knowledge and Skills STAAR Biology Assessment Reporting Category 1: Cell Structure and Function The student will demonstrate an understanding of biomolecules

More information

CS612 - Algorithms in Bioinformatics

CS612 - Algorithms in Bioinformatics Fall 2017 Databases and Protein Structure Representation October 2, 2017 Molecular Biology as Information Science > 12, 000 genomes sequenced, mostly bacterial (2013) > 5x10 6 unique sequences available

More information

9/19/2012. Chapter 17 Organizing Life s Diversity. Early Systems of Classification

9/19/2012. Chapter 17 Organizing Life s Diversity. Early Systems of Classification Section 1: The History of Classification Section 2: Modern Classification Section 3: Domains and Kingdoms Click on a lesson name to select. Early Systems of Classification Biologists use a system of classification

More information

Session 5: Phylogenomics

Session 5: Phylogenomics Session 5: Phylogenomics B.- Phylogeny based orthology assignment REMINDER: Gene tree reconstruction is divided in three steps: homology search, multiple sequence alignment and model selection plus tree

More information

Effects of Gap Open and Gap Extension Penalties

Effects of Gap Open and Gap Extension Penalties Brigham Young University BYU ScholarsArchive All Faculty Publications 200-10-01 Effects of Gap Open and Gap Extension Penalties Hyrum Carroll hyrumcarroll@gmail.com Mark J. Clement clement@cs.byu.edu See

More information

Using Bioinformatics to Study Evolutionary Relationships Instructions

Using Bioinformatics to Study Evolutionary Relationships Instructions 3 Using Bioinformatics to Study Evolutionary Relationships Instructions Student Researcher Background: Making and Using Multiple Sequence Alignments One of the primary tasks of genetic researchers is comparing

More information

Phylogeny and the Tree of Life

Phylogeny and the Tree of Life Chapter 26 Phylogeny and the Tree of Life PowerPoint Lecture Presentations for Biology Eighth Edition Neil Campbell and Jane Reece Lectures by Chris Romero, updated by Erin Barley with contributions from

More information

Quantifying sequence similarity

Quantifying sequence similarity Quantifying sequence similarity Bas E. Dutilh Systems Biology: Bioinformatic Data Analysis Utrecht University, February 16 th 2016 After this lecture, you can define homology, similarity, and identity

More information