Creating Supertrees from Phylogeny What Is Phylogenetics?

Total Page:16

File Type:pdf, Size:1020Kb

Creating Supertrees from Phylogeny What Is Phylogenetics? Creating Supertrees from Phylogeny Christiaan van Woudenberg What is phylogenetics? • The study of the relationships of things that evolved from a common ancestor. • First studies in 1866 by Ernst Heckel. • Goal: describe the relationship between the species we see (and have seen) over 3 billion years of evolution. 1 Before it’s too late • Estimates are between 7 and 80 million extant species (13.8 million is accepted answer). 1/4 may be beetles in the Amazon 1/4 more may be nemotodes at the bottom of the ocean • To date, scientists have described 1.75 million species. • 1/2 of species alive today may be extinct in 100 years. • A job for you database folks: no standards for how species/gene data are stored, indexed across databases. Source: American Association for the Advancement of Science Phylogenetic trees • Describe evolutionary relationships. • May be rooted or unrooted. • Branch lengths (if they exist) correspond to evolutionary distance, denotes an additive 7 tree. 2 3 4 • If all path lengths to root are 3 1 equal, the tree is ultrametric 5 3 1 (molecular clock). 1 1 3 1 1 3 2 1 1 1 1 Cladogram, additive tree, ultrametric tree from Evolutionary Genomics Course, Itai Yanai 2 Some definitions • Homolog - genes are descendant from a common ancestral DNA sequence (speciation). • Ortholog - homologous genes in different species, evolved from a common ancestral gene, usually retains function. • Paralog - homologous genes related by gene duplication within a genome. • Homoplasy - convergent evolution, where similar characteristics are not homologous. • Polytomy - a node with more than 2 branches (degree > 3). • Monophyly - a taxon in which all descendants from a common ancestor are identified. • Visit http://evowiki.org/ for an intro to Evolutionary Biology Question • When analyzing genes, is it best to use: Homologs Orthologs Paralogs 3 Constructing phylogenies Species versus genes • When considering data on the species level, much more complex than DNA,RNA or protein sequence data. Large data sets are difficult to compute. Horizontal gene transfer is an issue, especially in bacteria. Genes do not map 1:1 to species. • Solution: Create tree of genes. Species Label the species along the way. Gene Species become node segments, not leaf nodes. ab c d 4 DNA/RNA sequence issues • Best results obtained when: Gene(s) are resistant to horizontal gene transfer. Genes appear in all species of interest. Sequences are large and stable enough to be considered non-random. • RNA and protein sequences are more stable: Mutation from TCT to TCC still codes for serine; such mutations in DNA disappear from protein sequence. Approaches to creating phylogenies General Methods: Algorithms: • Exploit common • Distance analysis groupings among the Minimize branch lengths set of input trees. UPGMA, Neighbor • Optimize fit of a set of Joining candidate trees • Maximum likelihood according to some Maximize P(model|data) objective function. • Maximum parsimony Minimize evolutionary changes. • Quartet methods • Bayesian Monte Carlo Markov Chains 5 Supertrees • Supertree methods generally take a collection of trees as input and return a supertree, if one exists. • A collection of phylogenetic trees is compatible if there exists a supertree that contains them all. • The problem of determining whether a compatible supertree exists is NP-hard. Why create supertrees? • Allows comparative analysis of disparate sets of data, experiments: Nuclear, mitochondrial DNA/RNA sequences Metabolic pathway characterization Gene microarray expression profiles Behavior patterns And more ... • We don’t have the computational methods or power to analyze large data sets with existing phylogeny methods. 6 Creating supertrees • Gather source trees, data: Literature searches DNA/RNA/protein sequence comparison Gene microarray experiments • Construct input trees with any of the phylogenetic tree construction methods. • Create consensus tree using a supertree algorithm. • Validate using bootstrapping, etc. • Augment with fossil record, other evidence. Creating Supertrees 7 Example: Vascular Plants • Wojciechowski (1993) analyzed nuclear ribosomal DNA internal transcribed spacer sequences from various species of Astragalus (vascular plants). • Used a software package called PAUP* to create supertree with a maximum parsimony method. • Results stored in TreeBASE. • Trees visualized using a Java applet called ATV (A Tree Viewer). Discussion • What problems do you foresee with creating supertrees? • How do you resolve conflicts in source trees? • How do you deal with missing data? • How do you deal with data reliability? • Does this make sense biologically? 8 Desirable Properties 1. The method should be invariant to the order of the input trees. 2. Relabelling of leaf nodes on input tree(s) results in corresponding relabelling of supertree. 3. Common structures shared by all input trees should appear in the supertree. 4. Any leaf that occurs in at least one input tree occurs in the supertree. 5. A polynomial time algorithm exists to compute the supertree. Measuring Goodness • What constitutes a “good” tree? Minimum number of substitutions? Maximum likelihood? Answer: depends on the method! • Use bootstrapping to evaluate branching points: Sample a subset of the columns, re-perform analysis. For the same structure appearing n times out of N simulations, .9 ≤ n/N ≤ 1.0 are deemed statistically significant. • Heuristic evaluation of monophyletic groups (a group of organisms all descended from a common ancestor). 9 The problem of poor source data • What to do with conflicting input data? • What to do with under-represented data? i.e. taxa that appear in only one tree. • If a source tree is constructed from “poor data”, do we exclude it or downweight it? • No, because: We expect “good data” to dominate, i.e. the proper relationship is reported more often. Inferences from “poor data” are not necessarily incorrect. Downweighting “poor data” trees has little effect on the consensus supertree. The problem of duplicated data • The same experimental data may be used as an input to a number of input trees. Experiments on the same gene. Input trees do not reveal sources of duplication. • Results in: An over-representation of some data. Violates the assumption of independence. • The problem is generally over-reported, effects minimized by proper weighting (often by bootstrap measures). 10 Some algorithms • Supermatrix • Strict Consensus Method (Gordon 1986) • Matrix Representation using Parsimony (Baum 1992; Ragan 1992) • Quartet methods • Bayesian MCMC Supermatrix methods • An example of total evidence analysis –using all available data as input. • Matrix representation of data used to construct each input tree is amalgamated into a single input matrix. A subjective method of merging sequence / expression data. Often a case of sequence concatenation Assumes constant evolution rate across genes. • Normal tree construction methods such as maximum parsimony are used. Sensitive to large input sets, which may dominate results. Less useful for larger data sets due to large solution space, missing data. Explore with sampling/replicates. 11 Strict consensus method • Requires compatible trees. • Finds a consensus supertree (very fast). • If such a tree exists, it is returned, otherwise no tree is returned. • Less likely to work for input trees with many overlapping taxa. • Basic method depends on order of input trees. • Problem of finding a supertree is P if all input trees rooted, NP otherwise. Strict consensus method ABCDEFGACHDIGJ ACDBJE FI G • IdentifyConsiderConstructExamine common eachtwo backbone input branch, leaf trees tree nodes add unique taxa 12 Consensus efficiency • Given a set S of source trees, a set C of possible consensus trees, and a set T of possible binary trees for L(S), we calculate the consensus efficiency: CE = (log |T| - log |C|)/(log |T| - log |S|) • Maximize CE by minimizing C. • Dependant on quality of source trees S. Matrix representation w/parsimony • MRP is the most popular method for constructing supertrees. • Generate an input matrix based on input tree topology, and analyze with maximum parsimony to determine consensus tree. • Bias towards: Input trees with large number of leaf nodes; swamping occurs to small input trees. “Popular opinion” - consistent results across input trees are favored over novel, more correct results in one or few trees. 13 Generate Input Matrix • Evaluate all edges ej for all input trees against all leaf nodes in L(S). • Make entries as follows: Mij = 0 if leaf node i does not participate in edge j. Mij = 1 if leaf node i participates in edge j. Mij = ? if unsufficient evidence. MRP Example 14 Quartet methods • Works well on input trees with significant overlap (50% or more). • Consider the n-choose-4 possible quartets for a leaf set |L(T)| = n • A quartet (ab|cd) agrees with T if {a,b,c,d} are all leaf nodes of T and the path ab shares no vertices with the path cd. • We may reconstruct T using the set q(T) of agreeing quartets with T. • Returns a single unrooted tree, but not deterministically. Helpful to do multiple runs! Quartet algorithm strategies • Minimize w(T) = Σq ∈ q(T) w(q) • Problem is NP-complete as an instance of the Maximum Quartet Consistency problem. • When constrained by the degree d of the supertree, can be solved in polynomial time, with O(n4k+n2dkd-1), down to O(n5) for d=3 or d=4 (Bryant and Steel 2001). • Shows promise, but slower than MRP, results are no better. 15 Quartet puzzling • Find maximum likelihood for each of the three possible arrangements for 4 leaves. • Randomize order of the leaf nodes. • Using the first quartet as a seed: Use a scoring function to determine to which branch the next node should be added. Repeat until the full tree of n leaves is constructed. • Repeat many times to explore landscape of optimal trees. • Construct a majority rule consensus tree from the intermediate trees. Quartet Branch Insertion • Source quartets are AB|CD, AE|BC, AE|BD, AC|DE, and BD|CE. • Penalty neighbors are in bold. 16 Quartet and tree weights • Consider the quartet sets Q = ∪ q(Ti) for the set of input trees S = ∪ Ti.
Recommended publications
  • Phylogenetic Comparative Methods: a User's Guide for Paleontologists
    Phylogenetic Comparative Methods: A User’s Guide for Paleontologists Laura C. Soul - Department of Paleobiology, National Museum of Natural History, Smithsonian Institution, Washington, DC, USA David F. Wright - Division of Paleontology, American Museum of Natural History, Central Park West at 79th Street, New York, New York 10024, USA and Department of Paleobiology, National Museum of Natural History, Smithsonian Institution, Washington, DC, USA Abstract. Recent advances in statistical approaches called Phylogenetic Comparative Methods (PCMs) have provided paleontologists with a powerful set of analytical tools for investigating evolutionary tempo and mode in fossil lineages. However, attempts to integrate PCMs with fossil data often present workers with practical challenges or unfamiliar literature. In this paper, we present guides to the theory behind, and application of, PCMs with fossil taxa. Based on an empirical dataset of Paleozoic crinoids, we present example analyses to illustrate common applications of PCMs to fossil data, including investigating patterns of correlated trait evolution, and macroevolutionary models of morphological change. We emphasize the importance of accounting for sources of uncertainty, and discuss how to evaluate model fit and adequacy. Finally, we discuss several promising methods for modelling heterogenous evolutionary dynamics with fossil phylogenies. Integrating phylogeny-based approaches with the fossil record provides a rigorous, quantitative perspective to understanding key patterns in the history of life. 1. Introduction A fundamental prediction of biological evolution is that a species will most commonly share many characteristics with lineages from which it has recently diverged, and fewer characteristics with lineages from which it diverged further in the past. This principle, which results from descent with modification, is one of the most basic in biology (Darwin 1859).
    [Show full text]
  • Collecting Reliable Clades Using the Greedy Strict Consensus Merger
    Collecting reliable clades using the Greedy Strict Consensus Merger Markus Fleischauer and Sebastian Böcker Lehrstuhl für Bioinformatik, Friedrich-Schiller Universität, Jena, Thüringen, Germany ABSTRACT Supertree methods combine a set of phylogenetic trees into a single supertree. Similar to supermatrix methods, these methods provide a way to reconstruct larger parts of the Tree of Life, potentially evading the computational complexity of phylogenetic inference methods such as maximum likelihood. The supertree problem can be formalized in different ways, to cope with contradictory information in the input. Many supertree methods have been developed. Some of them solve NP-hard optimization problems like the well-known Matrix Representation with Parsimony, while others have polynomial worst-case running time but work in a greedy fashion (FlipCut). Both can profit from a set of clades that are already known to be part of the supertree. The Superfine approach shows how the Greedy Strict Consensus Merger (GSCM) can be used as preprocessing to find these clades. We introduce different scoring functions for the GSCM, a randomization, as well as a combination thereof to improve the GSCM to find more clades. This helps, in turn, to improve the resolution of the GSCM supertree. We find this modifications to increase the number of true positive clades by 18% compared to the currently used Overlap scoring. Subjects Bioinformatics, Computational Biology, Evolutionary Studies, Genetics, Taxonomy Keywords Consensus, Supertree, Supermatrix, Divide and Conquer, FlipCut, Phylogeny INTRODUCTION Submitted 14 September 2015 Supertree methods are used to combine a set of phylogenetic trees with non-identical but Accepted 3 June 2016 Published 28 June 2016 overlapping taxon sets, into a larger supertree that contains all the taxa of every input tree.
    [Show full text]
  • Supertree Construction: Opportunities and Challenges
    Supertree Construction: Opportunities and Challenges Tandy Warnow Abstract Supertree construction is the process by which a set of phylogenetic trees, each on a subset of the overall set S of species, is combined into a tree on the full set S. The traditional use of supertree methods is the assembly of a large species tree from previously computed smaller species trees; however, supertree methods are also used to address large-scale tree estimation using divide-and-conquer (i.e., a dataset is divided into overlapping subsets, trees are constructed on the subsets, and then combined using the supertree method). Because most supertree methods are heuristics for NP-hard optimization problems, the use of supertree estimation on large datasets is challenging, both in terms of scalability and accuracy. In this chap- ter, we describe the current state of the art in supertree construction and the use of supertree methods in divide-and-conquer strategies. Finally, we identify directions where future research could lead to improved supertree methods. Key words: supertrees, phylogenetics, species trees, divide-and-conquer, incom- plete lineage sorting, Tree of Life 1 Introduction The estimation of phylogenetic trees, whether gene trees (that is, the phylogeny re- lating the sequences found at a specific locus in different species) or species trees, is a precursor to many downstream analyses, including protein structure and func- arXiv:1805.03530v1 [q-bio.PE] 9 May 2018 tion prediction, the detection of positive selection, co-evolution, human population genetics, etc. (see [58] for just some of these applications). Indeed, as Dobzhanksy said, “Nothing in biology makes sense except in the light of evolution” [44].
    [Show full text]
  • Stylophoran Supertrees Revisited
    Stylophoran supertrees revisited BERTRAND LEFEBVRE Lefebvre, B. 2005. Stylophoran supertrees revisited. Acta Palaeontologica Polonica 50 (3): 477–486. Supertree analysis is a recent exploratory method that involves the simultaneous combination of two or more charac− ter−based source trees into a single consensus supertree. This method was recently applied by Ruta to a fossil group of enigmatic Palaeozoic forms, the stylophoran echinoderms. Ruta’s supertree suggested that mitrates are polyphyletic and originated from paraphyletic cornutes. Re−examination of Ruta’s data matrix strongly suggests that most source trees were based on dubious homologies resulting from theory−laden assumptions (calcichordate model) or superficial similar− ities (ankyroid scenario). A new supertree analysis was performed using a slightly corrected version of Ruta’s original combined matrix; the 70% majority−rule consensus of 24,168 most parsimonious supertrees suggests that mitrates are monophyletic and derived from paraphyletic cornutes. A second new supertree analysis was generated to test the influ− ence of the pruning of three taxa in some calcichordate source trees; the 70% majority−rule consensus of 3,720 shortest supertrees indicates that both cornutes and mitrates are monophyletic and derived from a Ceratocystis−like ancestor. The two new supertree analyses demonstrate the dramatic influence of the relative contributions of each initial assumption of plate homologies (and underlying anatomical interpretations), in original source trees, on the final topology of supertrees. Key words: Echinodermata, Stylophora, Cornuta, Mitrata, Ankyroida, Calcichordata, supertree, Palaeozoic. Bertrand Lefebvre [bertrand.lefebvre@u−bourgogne.fr], Biogéosciences, Université de Bourgogne, 6 boulevard Ga− briel, F−21000 Dijon, France. Introduction disparate, character−derived trees (Purvis 1995; Bininda− Emonds et al.
    [Show full text]
  • Phylogenetic Supertree Reveals Detailed Evolution of SARS-Cov-2
    www.nature.com/scientificreports OPEN Phylogenetic supertree reveals detailed evolution of SARS‑CoV‑2 Tingting Li1, Dongxia Liu2, Yadi Yang1, Jiali Guo3, Yujie Feng3, Xinmo Zhang3, Shilong Cheng4 & Jie Feng2* Corona Virus Disease 2019 (COVID‑19) caused by the emerged coronavirus SARS‑CoV‑2 is spreading globally. The origin of SARS‑Cov‑2 and its evolutionary relationship is still ambiguous. Several reports attempted to fgure out this critical issue by genome‑based phylogenetic analysis, yet limited progress was obtained, principally owing to the disability of these methods to reasonably integrate phylogenetic information from all genes of SARS‑CoV‑2. Supertree method based on multiple trees can produce the overall reasonable phylogenetic tree. However, the supertree method has been barely used for phylogenetic analysis of viruses. Here we applied the matrix representation with parsimony (MRP) pseudo‑sequence supertree analysis to study the origin and evolution of SARS‑CoV‑2. Compared with other phylogenetic analysis methods, the supertree method showed more resolution power for phylogenetic analysis of coronaviruses. In particular, the MRP pseudo‑sequence supertree analysis frmly disputes bat coronavirus RaTG13 be the last common ancestor of SARS‑CoV‑2, which was implied by other phylogenetic tree analysis based on viral genome sequences. Furthermore, the discovery of evolution and mutation in SARS‑CoV‑2 was achieved by MRP pseudo‑sequence supertree analysis. Taken together, the MRP pseudo‑sequence supertree provided more information on the SARS‑CoV‑2 evolution inference relative to the normal phylogenetic tree based on full‑length genomic sequences. Severe acute respiratory syndrome coronavirus-2 (SARS-CoV-2), a novel coronavirus emerged in December 2019, causes an ongoing outbreak of Corona Virus Disease 2019 (COVID-19).
    [Show full text]
  • Chapter Some Desiderata for Liberal Supertrees
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by MURAL - Maynooth University Research Archive Library Chapter Some Desiderata for Liberal Supertrees 1 2 3, MARK WILKINSON , JOSEPH L. THORLEY , DAVIDE PISANI FRANCOIS- 4 5 JOSEPH LAPOINTE , JAMES O. MCINERNEY 1Department of Zoology, The Natural History Museum, London SW7 5BD, UK 2Fisheries Research Service, Freshwater Laboratory, Faskally, Pitlochry, Perthshire PH16 5LB, UK 3Department of Biology, The Pennsylvania State University. 208 Mueller Laboratory, University Park, 16802, PA, USA 4Département de Sciences Biologiques, Université de Montréal, C.P. 6128, Succ. Centre-ville, Montréal (Québec), H3C 3J7, Canada. 5Department of Biology, National University of Ireland, Maynooth, Co. Kildare, Ireland. Abstract: Although a variety of supertree methods has been proposed, our understanding of these methods is limited. In turn, this limits the potential for biologists who seek to construct supertrees to make informed choices among the available methods. In this chapter we distinguish between supertree methods that offer a conservative synthesis of the relationships that are agreed upon or uncontradicted by all the input trees and liberal supertree methods which have the potential to resolve conflict. We list a series of potential desiderata (i.e. desirable properties) of liberal supertree methods, discuss their relevance to biologists and highlight where it is known that particular methods do or do not satisfy them. For biologists, the primary aim of liberal supertree construction is to produce accurate phylogenies and most of our desiderata relate to this prime objective. Secondary desiderata pertain to the practicality of supertree methods, particularly their speed.
    [Show full text]
  • Computational Methods for Phylogenetic Analysis
    Computational Methods for Phylogenetic Analysis Student: Mohd Abdul Hai Zahid Supervisors: Dr. R. C. Joshi and Dr. Ankush Mittal Phylogenetics is the study of relationship among species or genes with the combination of molecular biology and mathematics. Most of the present phy- logenetic analysis softwares and algorithms have limitations of low accuracy, restricting assumptions on size of the dataset, high time complexity, complex results which are difficult to interpret and several others which inhibits their widespread use by the researchers. In this work, we address several problems of phylogenetic analysis and propose better methods addressing prominent issues. It is well known that the network representation of the evolutionary rela- tionship provides a better understanding of the evolutionary process and the non-tree like events such as horizontal gene transfer, hybridization, recom- bination and homoplasy. A pattern recognition based sequence alignment algorithm is proposed which not only employs the similarity of SNP sites, as is generally done, but also the dissimilarity for the classification of the nodes into mutation and recombination nodes. Unlike the existing algo- rithms [1, 2, 3, 4, 5, 6], the proposed algorithm [7] conducts a row-based search to detect the recombination nodes. The existing algorithms search the columns for the detection of recombination. The number of columns 1 in a sequence may be far greater than the rows, which results in increased complexity of the previous algorithms. Most of the individual researchers and research teams are concentrating on the evolutionary pathways of specific phylogenetic groups. Many effi- cient phylogenetic reconstruction methods, such as Maximum Parsimony [8] and Maximum Likelihood [9], are available.
    [Show full text]
  • NEW USES for OLD PHYLOGENIES an Introduction to the Volume
    NEW USES FOR OLD PHYLOGENIES An introduction to the volume Olaf R. P. Bininda-Emonds 1. Introduction “This is a paper with an attitude problem. This may sound facetious, but is meant in all seriousness. It has in my opinion entirely the wrong attitude to phylogenetic reconstruction and indeed to the entire scientific process.” From an anonymous review of the carnivore supertree of Bininda-Emonds et al. (1999) What are supertrees and what is all the fuss about? These are two of the questions that this volume will attempt to answer. A brief answer to the former is that supertree construction is a phylogenetic approach that combines tree topologies instead of the primary character data that they are based on. It differs from traditional consensus techniques, which also combine tree topologies, in that the constituent (or “source”) trees need only be overlapping, and not identical, with respect to the terminal taxa they contain. As such, the resulting supertree can be, and usually is, larger than any of the source trees contributing to it. Supertrees thus represent an exciting opportunity to build more comprehensive phylogenies: in essence, new uses for old phylogenies (with apologies to Harvey et al., 1996). However, the use of tree topologies and not primary character data as the source data has attracted much criticism (e.g., Rodrigo, 1993; Slowinski and Page, 1999; Novacek, 2001; Springer and de Jong, 2001; Gatesy et al., Bininda-Emonds, O. R. P. (ed.) Phylogenetic Supertrees: Combining Information to Reveal the Tree of Life, pp. 3–14. Computational Biology, volume 3 (Dress, A., series ed.).
    [Show full text]
  • Using Phylogenetic Comparative Methods to Understand Diversification and Geographic Range Evolution
    University of Tennessee, Knoxville TRACE: Tennessee Research and Creative Exchange Doctoral Dissertations Graduate School 5-2017 Using Phylogenetic Comparative Methods To Understand Diversification and Geographic Range Evolution Kathryn Aurora Massana University of Tennessee, Knoxville, [email protected] Follow this and additional works at: https://trace.tennessee.edu/utk_graddiss Part of the Biodiversity Commons, Computational Biology Commons, Evolution Commons, Integrative Biology Commons, and the Other Ecology and Evolutionary Biology Commons Recommended Citation Massana, Kathryn Aurora, "Using Phylogenetic Comparative Methods To Understand Diversification and Geographic Range Evolution. " PhD diss., University of Tennessee, 2017. https://trace.tennessee.edu/utk_graddiss/4481 This Dissertation is brought to you for free and open access by the Graduate School at TRACE: Tennessee Research and Creative Exchange. It has been accepted for inclusion in Doctoral Dissertations by an authorized administrator of TRACE: Tennessee Research and Creative Exchange. For more information, please contact [email protected]. To the Graduate Council: I am submitting herewith a dissertation written by Kathryn Aurora Massana entitled "Using Phylogenetic Comparative Methods To Understand Diversification and Geographic Range Evolution." I have examined the final electronic copy of this dissertation for form and content and recommend that it be accepted in partial fulfillment of the equirr ements for the degree of Doctor of Philosophy, with a major in Ecology
    [Show full text]
  • Phylogenetics Theory
    Phylogenetics: Theory and Practice of Phylogenetic Systematics, Second Edition E. O. Wiley Bruce S. Lieberman WILEY-BLACKWELL PHYLOGENETICS PHYLOGENETICS Theory and Practice of Phylogenetic Systematics Second Edition E. O. WILEY BRUCE S. LIEBERMAN A John Wiley & Sons, Inc., Publication Copyright © 2011 by Wiley-Blackwell. All rights reserved. Published by John Wiley & Sons, Inc., Hoboken, New Jersey. Published simultaneously in Canada. No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, electronic, mechanical, photocopying, recording, scanning, or otherwise, except as permitted under Section 107 or 108 of the 1976 U.S. Copyright Act, without either the prior written permission of the publisher, or authorization through payment of the appropriate per-copy fee to the Copyright Clearance Center, Inc., 222 Rosewood Drive, Danvers, MA 01923, (978) 750-8400, fax (978) 750-4470, or www.copyright.com. Requests to the publisher for permission should be addressed to the Permissions Department, John Wiley & Sons, Inc., 111 River Street, Hoboken, NJ 07030, (201) 748-6011, fax (201) 748-6008, or at www.wiley.com/go/permission. Limit of Liability/Disclaimer of Warranty: While the publisher and author have used their best efforts in preparing this book, they make no representations or warranties with respect to the accuracy or completeness of the contents of this book and specifi cally disclaim any implied warranties of mer- chantability or fi tness for a particular purpose. No warranty may be created or extended by sales rep- resentatives or written sales materials. The advice and strategies contained herein may not be suitable for your situation.
    [Show full text]
  • A Supertree of Temnospondyli: Cladogenetic Patterns in the Most Species-Rich Group of Early Tetrapods Marcello Ruta1,*, Davide Pisani2, Graeme T
    Proc. R. Soc. B (2007) 274, 3087–3095 doi:10.1098/rspb.2007.1250 Published online 10 October 2007 A supertree of Temnospondyli: cladogenetic patterns in the most species-rich group of early tetrapods Marcello Ruta1,*, Davide Pisani2, Graeme T. Lloyd1 and Michael J. Benton1 1Department of Earth Sciences, University of Bristol, Wills Memorial Building, Queen’s Road, Bristol BS8 1RJ, UK 2Laboratory of Evolutionary Biology, The National University of Ireland, Maynooth, Kildare, Ireland As the most diverse group of early tetrapods, temnospondyls provide a unique opportunity to investigate cladogenetic patterns among basal limbed vertebrates. We present five species-level supertrees for temnospondyls, built using a variety of methods. The standard MRP majority rule consensus including minority components shows slightly greater resolution than other supertrees, and its shape matches well several currently accepted hypotheses of higher-level phylogeny for temnospondyls as a whole. Also, its node support is higher than those of other supertrees (except the combined standard plus Purvis MRP supertree). We explore the distribution of significant as well as informative changes (shifts) in branch splitting employing the standard MRP supertree as a reference, and discuss the temporal distribution of changes in time-sliced, pruned trees derived from this supertree. Also, we analyse those shifts that are most relevant to the end-Permian mass extinction. For the Palaeozoic, shifts occur almost invariably along branches that connect major Palaeozoic groups. By contrast, shifts in the Mesozoic occur predominantly within major groups. Numerous shifts bracket narrowly the end-Permian extinction, indicating not only rapid recovery and extensive diversification of temnospondyls over a short time period after the extinction event (possibly less than half a million years), but also the role of intense cladogenesis in the late part of the Permian (although this was counteracted by numerous ‘background’ extinctions).
    [Show full text]
  • Supertree Analyses of the Roles of Viviparity and Habitat in the Evolution of Atherinomorph fishes
    doi: 10.1111/j.1420-9101.2005.01060.x Supertree analyses of the roles of viviparity and habitat in the evolution of atherinomorph fishes J. E. MANK*&J.C.AVISE *Department of Genetics, Life Sciences Building, University of Georgia, Athens, GA, USA Department of Ecology and Evolutionary Biology, University of California, Irvine, CA, USA Keywords: Abstract extinction; Using supertree phylogenetic reconstructions, we investigate how livebearing freshwater; and freshwater adaptations may have shaped evolutionary patterns in the marine; Atherinomorpha, a large clade (1500 extant species) of ray-finned fishes. oviparity; Based on maximum parsimony reconstructions, livebearing appears to have phylogenetics; evolved at least four times independently in this group, and no reversions to species richness. the ancestral state of oviparity were evident. With respect to habitat, at least five evolutionary transitions apparently occurred from freshwater to marine environments, at least two transitions in the opposite direction, and no clear ancestral state was identifiable. All viviparous clades exhibited more extant species than their oviparous sister taxa, suggesting that transitions to viviparity may be associated with cladogenetic diversification. Transitions to freshwater were usually, but not invariably associated with increased species richness, but the trend was, overall, not significant among sister clades. Additionally, we investigated whether livebearing and freshwater adaptations are currently associated with elevated risks of extinction as implied by species’ presence on the 2004 IUCN Red List. Despite being correlated with decreased brood size, livebearing has not significantly increased extinction risk in the Atherino- morpha. However, freshwater species were significantly more likely than marine species to be listed as endangered. each evolved numerous times in fishes (Gross & Shine, Introduction 1981; Wourms, 1981; Gross & Sargent, 1985; Meyer & Atherinomorphs are unusual among the ray-finned Lydeard, 1993; Reznick et al., 2002; Mank et al., 2005).
    [Show full text]