Applying Advanced Language Constructs to Open-Source Phylogenetic Search" (2007)

Total Page:16

File Type:pdf, Size:1020Kb

Applying Advanced Language Constructs to Open-Source Phylogenetic Search Brigham Young University BYU ScholarsArchive Faculty Publications 2007-10-01 PsodaScript: Applying Advanced Language Constructs to Open- source Phylogenetic Search Hyrum Carroll [email protected] Mark J. Clement [email protected] Jonathan Krein Quinn O. Snell [email protected] Adam R. Teichert Follow this and additional works at: https://scholarsarchive.byu.edu/facpub Part of the Computer Sciences Commons BYU ScholarsArchive Citation Carroll, Hyrum; Clement, Mark J.; Krein, Jonathan; Snell, Quinn O.; and Teichert, Adam R., "PsodaScript: Applying Advanced Language Constructs to Open-source Phylogenetic Search" (2007). Faculty Publications. 229. https://scholarsarchive.byu.edu/facpub/229 This Peer-Reviewed Article is brought to you for free and open access by BYU ScholarsArchive. It has been accepted for inclusion in Faculty Publications by an authorized administrator of BYU ScholarsArchive. For more information, please contact [email protected], [email protected]. PsodaScript: Applying Advanced Language Constructs to Open-source Phylogenetic Search Jonathan L. Krein1, Adam R. Teichert1, Hyrum D. Carroll, Mark J. Clement and Quinn O. Snell Computer Science Department Brigham Young University Provo, UT 84602 Abstract—Due to the immensity of phylogenetic tree space for Researchers have developed a number of heuristic algo- large data sets, researches must rely on heuristic searches to rithms that perform reasonably well on large data sets; nev- infer reasonable phylogenies. By designing meta-searches which ertheless, local optima in a search space often prevent these appropriately combine a variety of heuristics and parameter settings, researchers can significantly improve the performance algorithms from finding the globally optimal solution. This of heuristic searches. Advanced language constructs in the problem is exacerbated by the inability of researchers—due open-source PSODA project—including variables, mathematical to the vastness of the search space—to confidently distinguish and logical expressions, conditional statements, and user-defined between local and global optima. commands—give researchers a better framework for the explo- ration and exploitation of phylogenetic meta-search algorithms. PSODA’s approach to scripting meta-search algorithms is unique One answer to the local optimum problem is meta- among open-source packages and addresses several limitations of searching, which combines various heuristic searches together other phylogenetic applications. into a single search algorithm [8]. In phylogenetic inference Index Terms—meta-searching, phylogenetic analysis, scripting software packages, meta-searches may be constructed from languages existing algorithms either via an internal scripting language or an external wrapper. Unfortunately, wrapper applications I. INTRODUCTION tend to be cumbersome, often requiring considerable effort to orchestrate the interaction among heuristic searches. Further- Phylogenetic trees model the evolutionary relationships more, having to code meta-search algorithms in a wrapper- among species, enabling researchers to both analyze species script increases complexity and reduces clarity. In an effort differences [1] and to better understand the processes by which to build upon predecessor applications and provide a solid, those differences arise [2]. Phylogenetic trees represent an usable framework for developing meta-search algorithms, Phy- important research tool in many scientific areas. In AIDS logenetic Search Open-source Data Analysis (PSODA) [9] research, for example, scientists are using phylogenies to better implements a scripting language—PsodaScript—with syntax understand how the Human Immunodeficiency Virus (HIV) and constructs for clearly and concisely defining phylogenetic mutates in response to the human immune system. Because searches. HIV evolves faster than most known organisms, understanding its evolution will hopefully lead to improved vaccines [3]. PSODA is an open-source phylogeny reconstruction appli- Phylogenetic research is also contributing to many other areas cation. It provides basic and advanced phylogeny searching of study, including nucleic acids research [4] and endangered capabilities and a progressive multiple sequence alignment species conservation [5]. method. It can perform phylogenetic analysis with Maximum A major task related to phylogenetic research is that of effi- Parsimony and Maximum Likelihood. Additionally, it comes ciently inferring, from molecular data, the correct phylogenetic with a graphical user interface (GUI) that allows for visualiz- tree for a set of organisms. One approach to the problem is to ing individual phylogenies as well as the progress of a search. arrange a data set into all possible phylogenies, scoring each PSODA’s performance is comparable to existing phylogenetic tree to find the one that most likely represents the actual evo- programs (see Figure 1). PSODA can be obtained for free from lutionary relationships among the organisms. Unfortunately, http://csl.cs.byu.edu/psoda. because phylogenetic inference is an NP-complete problem [6], such an exhaustive approach is typically unreasonable. This paper seeks to familiarize researchers with PsodaScript Therefore, to infer trees from data sets with more than 15- as a powerful tool in the utilization and exploration of phy- 25 taxa, phylogenetic inference software must rely heavily logenetic meta search algorithms. We first provide a context on heuristic algorithms [7]. This is significant because most for PsodaScript by reviewing related work in phylogenetic realistic biological studies require data sets with at least 20 inference software and meta-searching. Next, we present a taxa [6], if not hundreds or thousands. brief overview of the PsodaScript language. Finally, we discuss two specific meta search applications that can be implemented 1Equally contributing authors in PsodaScript. Quinn Snell, Mark Clement, Mark Ebbert, Adam Teichert, Jonathan Krein Brigham Young University Abstract PSODA is an open-source phylogenetic search application that implements many traditional parsimony and likelihood search techniques as well as advanced search algorithms. PSODA is compatible with PAUP* and the search algorithms are competitive with those in PAUP*. PSODA also adds a basic scripting language to the PAUP block, making it possible to easily create advanced meta-searches. Because PSODA is open-source, we have also been able to easily add in advanced search techniques and character- ize the benefits of various optimizations. PSODA is available for Macintosh OS X, Windows, and Linux. Advantages of PSODA • High Performance • Open Source (-: FREE :-) • Modular Design (easy algorithm development) • Advanced Scripting Language • makes advanced meta-searches simple • Reads and Executes PAUP nexus files • PSODA is competive with PAUP* 16450 PAUP* PSODA TABLE I: Meta-search Capabilities Advanced ScriptingWrappable Internal Commands Internal Scripting 16400 • Added functionality to PAUP blocks. PHYLIP• Decision Statements! & Loops • Advanced Functions & User-defined Functions POY !! • Easily Extensible 16350 PAUP* • Easy scripting of!! advanced meta-sarches such as: BioPerl• Ratchet (Parsimony!!! and Likelihood) TNT 16300 • DCM and more.!!! Parsimony Score PSODA !!! 1 minute PAUP* Ratchet PSODA Likelihood Ratchet BEGIN PAUP; set criterion=parsimony ; BEGIN PAUP; set maxtrees=1 16250 increase = no; hsearch start=stepwise swap=TBR ; weights 2 : 7 14 17 26 27 31 34 45 50 52 54 57 60 63 64 65 73 77 86 91 92 102 103 107 115 117 121 begin randomReweight 122 124 127 131 133 134 140 142 155 156 163 173 176 183TABLE 185 187 195 197 198 202 204 II: 209 219 Accessibility 221 222 225 226 230 237 238 240 241 244 248 252 254 255 258 269 276 279 283 284 291 294 295 297 309 310 315 319 321 323 325 326 342 346 349 350 351 353 354 355 359 360 363 366 370 377 378 390 393 394 398 408 numChars = getWeightsLength(); 412 413 418 419 423 425 426 428 429 432 450 456 467 475 479 482 484 489 492 493 497 498 500; hsearch start=current swap=TBR numWeights = numChars / percent; ; set maxtrees=1; License Fee Open-source weights 1:all; 16200 hsearch start=current swap=TBR ; j = 0; 1 10 100 1000 1000 weights 2 : 1 17 20 21 29 33 35 39 42 50 57 59 69 70 71 73 80 86 93 96 97 99 100 102 111 121 125 126 141 142 148 149 155 157 163 168 174 179 180 184 187 188 194 203 208 212 216 219 220 225 226 231 242 while (j < numweights) Time (in seconds) 243 251 253 254 256 257 260 265 269 272 274PHYLIP 277 282 286 287 288 291 293 296 297 305 306 309 315 316 318 324 326 327 329 334 340 346 351 352 356 360 366 370 372 373 379 380 384 390 396 399 401 408 412 ! 414 421 423 426 428 429 441 442 444 448 455 459 460 462 472 473 475 477 478 487 489 493; weight = random(max = range); hsearch start=current swap=TBR ; POY col = random(max = numChars) + 1; PSODA Features weights 1:all; ! hsearch start=current swap=TBR ; weights weight:col; • Parsimony and Likelihood (F84) search weights 2 : 2 9 11 14 16 18 20 24 28 36 40PAUP* 43 45 47 59 60 62 64 65 70 72 84 90 92 105 107 111 112 118 122 129 130 135 138 146 148 152 153 156 161 162 167 172 173 177 190 197 200 207! 209 213 215 217 j++; Fig. 1: Performance results, in terms of best parsimony score 218 226 234 245 249 250 251 253 254 255 257 266 275 276 281 284 288 293 303 305 315 319 322 324 329 336 347 349 351 352 355 356 358 360 365 367 368 371 376 377 378 381 382 407 409 410 411 412 413 418 endwhile; • Advanced Likelihood models and Bayesian methods coming soon. 421 424 425 426 437 442 444 447 448 452 459 461 462 466 474 475 477 478 480 484 488 491; hsearch start=current swap=TBR BioPerl found over time, for a parsimony search using PSODA and ; end; ! • Consensus (strict and majority rules) weights 1:all; hsearch start=current swap=TBR ; TNT weights 2 : 1 5 17 22 26 31 34 39 44 46 58 65 71 73 79 80 85 92 93 95 98 100 101 107! 114 119 127 131 PAUP*• Search on theVisualization 500 taxon seed plant rbcL data set [10].
Recommended publications
  • BIOINFORMATICS APPLICATIONS NOTE Doi:10.1093/Bioinformatics/Btl478
    Vol. 22 no. 22 2006, pages 2823–2824 BIOINFORMATICS APPLICATIONS NOTE doi:10.1093/bioinformatics/btl478 Phylogenetics Clearcut: a fast implementation of relaxed neighbor joining Luke ShenemanÃ, Jason Evans and James A. Foster Department of Biological Sciences, University of Idaho, Moscow, ID, USA Received on June 8, 2006; revised on September 5, 2006; accepted on September 6, 2006 Advance Access publication September 18, 2006 Associate Editor: Keith A Crandall ABSTRACT tree is constructed. At each step, traditional NJ searches the entire Summary: Clearcut is an open source implementation for the relaxed distance matrix and identifies and joins the pair of nodes with the neighbor joining (RNJ) algorithm. While traditional neighbor joining (NJ) global minimum transformed distance. In contrast, RNJ opportunis- remains a popular method for distance-based phylogenetic tree recon- tically joins any two neighboring nodes immediately after it is struction, it suffers from a O(N3) time complexity, where N represents determined that the nodes are closer to each other than any other the number of taxa in the input. Due to this steep asymptotic time node in the distance matrix. It is not required that the candidate complexity, NJ cannot reasonably handle very large datasets. In nodes be the closest of all nodes remaining in the matrix. In this contrast, RNJ realizes a typical-case time complexity on the order of sense, our algorithm relaxes the requirement of exhaustively search- N2logN without any significant qualitative difference in output. RNJ is ing the distance matrix at each step to find the closest two nodes particularly useful when inferring a very large tree or a large number of to join.
    [Show full text]
  • Neighbor Joining, Fastme, and Distance-Based Methods
    Getting a Tree Fast: Neighbor Joining, UNIT 6.3 FastME, and Distance-Based Methods Distance methods, and especially Neighbor Joining (NJ; Saitou and Nei, 1987), are popular methods for reconstructing phylogenies from alignments of DNA or protein sequences (UNIT 2.3). They are fast, allowing hundreds and even thousands of taxa to be dealt with by ordinary computers. The speed of these methods greatly simplifies the use of the bootstrap procedure (Page and Holmes, 1998; Graur and Li, 2000), which assesses the confidence level of inferred clades. They provide a simple way to incorporate knowledge of the evolution of the sequences being studied, depending on how the distance matrix is estimated. Numerous simulation studies have demonstrated their topological accuracy, and, unlike parsimony methods, they are not hampered by inconsistency (or “Felsenstein zone”; Swofford et al., 1996). The popularity of NJ, among the numerous existing distance-based methods, is explained by its speed and by the fact that its topological accuracy remains relatively close to that of recent approaches—i.e., FITCH (Felsenstein, 1997), BIONJ (Gascuel, 1997a), WEIGHBOR (Bruno et al., 2000), and FastME (Desper and Gascuel, 2002, 2004). However, several simulation studies (e.g., Vinh and Von Haeseler, 2005) showed that, with a high number of taxa, NJ is outperformed by FastME, both in terms of computing time and topological accuracy. Therefore, this latter program should be considered preferable for large-scale studies. NJ and other current distance methods do not assume a molecular clock (Page and Holmes, 1998), as opposed to the Unweighted Pair Group Method Using Arithmetic averages (UPGMA; Sokal and Michener, 1958), which is precluded for most phylogenetic studies.
    [Show full text]
  • An R Interface for PHYLIP
    Methods in Ecology and Evolution 2014, 5, 976–981 doi: 10.1111/2041-210X.12233 APPLICATION Rphylip: an R interface for PHYLIP Liam J. Revell1* and Scott A. Chamberlain2 1Department of Biology, University of Massachusetts Boston, Boston, MA 02125, USA; and 2Department of Biological Sciences, Simon Fraser University, Vancouver, BC V5A 1S6, Canada Summary 1. The phylogeny methods software package PHYLIP has long been among the most widely used packages for phylogeny inference and phylogenetic comparative biology. Numerous methods available in PHYLIP, including several new phylogenetic comparative analyses of considerable importance, are not implemented in any other software. 2. Over the past decade, the popularity of the R statistical computing environment for many different types of phylogenetic analyses has soared, particularly in phylogenetic comparative biology. There are now numerous packages and methods developed for the R environment. 3. In this article, we present Rphylip, a new R interface for the PHYLIP package. Functions of Rphylip interface seamlessly with all of the major analysis functions of the PHYLIP package. This new interface will enable the much easier use of PHYLIP programs in an integrated R workflow. 4. In this study, we describe our motivation for developing Rphylip and present an illustration of how functions in the Rphylip package can be used for phylogenetic analysis in R. Key-words: phylogeny, statistics, computational biology, evolution PHYLIP contains a wide diversity of methods. These meth- Introduction ods cover both phylogeny inference and evolutionary analysis Over the past several decades, phylogenetics has assumed a using phylogenies, including a range of analyses not imple- central role in evolutionary study (Felsenstein 1985b, 2004; mented (so far as we know) in any other software (e.g.
    [Show full text]
  • Intro to PHYLIP
    Integrative Biology 200A University of California, Berkeley "PRINCIPLES OF PHYLOGENETICS" Spring 2012 Lab 1: Introduction to PHYLIP What’s due at the end of lab, or next Tuesday in class: 1. Print out of Caminicules outfile and outtrees from pars 2. Print out of Azolla consensus output Setup 1. Have a laptop running either Windows or Mac. (Or you might get away with Linux, but I am not a Linux wizard.) 2. Download and install MESQUITE. (If this doesn’t work out of the box, you may have to download Java Virtual Machine as well, some older computers might not have it already.) 3. Download and install PHYLIP. Introduction Today we will be learning about some of the features of the PHYLIP (PHYLogeny Inference Package) software package. PHYLIP was developed by the famous evolutionary biologist Joe Felsenstein, works on most operating systems, and is available for free online. It is widely used, but slightly less popular than PAUP*. Like Mesquite, PHYLIP is an open source package, and you can make changes yourself if you program in C++. Methods available in the package include parsimony, distance matrix, and likelihood, as well as bootstrapping and consensus trees. Data types that can be handled include molecular sequences, gene frequencies, restriction sites, distance matrices, and discrete-state characters. What is PHYLIP? PHYLIP consists of about 30 programs that perform different algorithms on various types of data, and collectively are able to do most things you might want to do when it comes to inferring phylogenies. In PHYLIP, there is
    [Show full text]
  • A Software Tool for the Conversion of Sequence Alignments
    embnet.news Volume 6 Nr. 1 Page 10 when you start SeqLab. On my Macintosh, TNTx/SeqLab Device: LASERWRITER is always stable when SeqLab is launched as the third Port or Queue: ps-filename program. Therefore, I usually run two other X-windows programs (xterm or emacs) before running SeqLab. If you If you have X-windows connection to Unix-host, you can cannot tolerate this you will have to switch to a "real" X- view postscript files by xv and also transfer to other formats. server. Also, when you use xv, it is better and faster to define DISPLAY to view files unciphered. GCGFigure setenv DISPLAY ip_number_of_mac:0.0 xv ps-filename GCGFigure is the best way (IMHO) to transfer graphics from GCG to Macintosh image programs. First, run GCG program with parameter -fig(ure)=anyfile.name. The output file (figure file) is a text file and can be transferred to the Macintosh by Fetch or via clipboard. If the scrollback buffer ForCon : a software tool for of Telnet (Edit-menu -> Preferences -> Terminals) or SSH the conversion of sequence (Edit-menu -> Connection properties -> Terminal-tab) is enough big, copy the file from screen to clipboard, paste alignments into text editor and save as a text file. Open the figure file into GCGFigure and save as a PICT file which all image programs can open. You can download GCGFigure from Jeroen Raes and Yves Van de Peer* - Department of ftp://alanine.gcg.com from directory Biochemistry, University of Antwerp (UIA), /pub/mac/. Universiteitsplein 1, B-2610 Antwerpen, Belgium *To whom correspondence should be addressed (E-mail: PostScript-files [email protected] ) key words : sequence alignments – phylogenetic analysis GCG programs can save output as a postscript file.
    [Show full text]
  • Fine Tuning of Phylip on Intel Xeon Architecture
    Prinkesh Sharma et al, / (IJCSIT) International Journal of Computer Science and Information Technologies, Vol. 6 (3) , 2015, 2587-2592 FINE TUNING OF PHYLIP ON INTEL XEON ARCHITECTURE 1 2 3 Prinkesh Sharma , Kondorpa Kumar Borchetia , Shivam Saxena 1,2,3Dept. of Computer Science & Engineering, National Institute of Technology Silchar-788010, India Sumeet Singh Bhambrah4, Anneswa Ghosh5 andJoydeep Chakraborty6 4,5,6Dept. of Computer Science & Engineering, National Institute of Technology Silchar-788010, India Abstract -Computational Science is witnessing an exceptional growth over the years, but we are still lacking in efficient programming to effectively optimize these computations. In today's modern world, computations need to be done and results delivered in the least possible time. Porting, optimization, scaling and tuning of existing High Performance Computing (HPC) Applications on hybrid architectures is the norm for reaping the benefits of extreme scale computing. That being said, we must remember that the real gist in optimizing computations lies in properly tuning the core source code running on a single processor or a shared memory model within a node. This paper gauges the performance of PHYLIP application on Intel Xeon Processor. Keywords - High Performance Computing,Parallel Programming,Optimization,Phylogenetic I. INTRODUCTION A. About PHYLIP HPC systems are becoming challenging in terms PHYLIP is a comprehensive phylogenetic analysis of speedup and scalability. This ever increasing package created by Joseph Felsenstein at the University of complexity demands well-organized and flexible Washington. The PHYLIP package is one of the most numerical algorithms to achieve high performance comprehensive sets of tools freely available for use in computing. The size of compute intensive problems also phylogenetic studies [6].
    [Show full text]
  • Phylip and Phylogenetics
    ® Genes, Genomes and Genomics ©2009 Global Science Books Phylip and Phylogenetics Ahmed Mansour* Genetics Department, Faculty of Agriculture, Zagazig University, Zagazig, Egypt Correspondence : * [email protected] ; [email protected] ABSTRACT Phylogenetics studies are mainly concerned with evolutionary relatedness among various groups of organisms. Recently, phylogenetic analyses have been performed on a genomic scale to address issues ranging from the prediction of gene and protein function to organismal relationships. Computing the relatedness of organisms either by phylogenetic (gene by gene analyses) or phylogenomic (the whole genome comparison) methods reveals high-quality results for demonstrating phylogenies. In this regard, Phylip (Phylogeny Inference Package) software is a free package of programs for inferring phylogenies of living species and organisms. It is now one of the most widely used packages for computing accurate phylogenetic trees and carrying out certain related tasks. This paper provides an overview on Phylip package and its applications and contribution to phylogenetic analyses. _____________________________________________________________________________________________________________ Keywords: bioinformatics, evolutionary relatedness, genetic diversity INTRODUCTION Phylip: Different useful programs The word phylogenetics is derived from the Greek words, The PHYLIP programs could be classified into five cate- phylon, which means tribe or race, and genetikos, which gories (Table 1): means birth. Phylogenetic
    [Show full text]
  • Garbage in = Garbage Out
    USER RESPONSIBILITY GARBAGE IN = GARBAGE OUT Each step relies on accuracy of previous steps Just because you get an answer does not make it right: Appropriate test? Correct parameters? Applicable dataset? ANALYSIS PIPELINE Visualizaon Mul?ple Format Evolu?onary & Phylogenecs Alignment Input Data Analyses Adjustment CLUSTALW GENEDOC FASTA Methods: r8s Distance Matrix T-COFFEE JALVIEW PHYLIP PAML Max Parsimony MAFFT NEXUS Max Likelihood BEAST MUSCLE Newick Programs: Mul?div?me PHYLIP PROBCONS RAxML MrBayes ALIGNMENT PROGRAMS ClustalW (1994) h]p://www.ebi.ac.uk/Tools/msa/clustalw2/ Uses a progressive mul/ple alignment; Parameters e.g. gap penal/es are adjusted according to input i.e. divergence, length, local hydropathy, etc. T-Coffee (2000) http://igs-server.cnrs-mrs.fr/Tcoffee/ Performs pairwise local and global alignments, then combines them in a progressive mul/ple alignment MAFFT (2002) http://mafft.cbrc.jp/alignment/server/ Detects local homologous regions by Fast Fourier Transform (considers aa size & polarity), then uses a restricted global DP and a progressive algorithm and horizontal refinement MUSCLE (2004) http://www.drive5.com/muscle kmer distances and log-expecta/on scores, progressive and horizontal refinement PROBCONS (2005) http://probcons.stanford.edu <30 taxa** pairwise consistency based on an objecve funcon COMPARISON OF ALIGNMENT PROGRAMS ALIGNMENT: CLUSTALW ALIGNMENT: MUSCLE ALIGNMENT: MAFFT ALIGNMENT VIEWERS/MANIPULATORS GENEDOC Program Descrip.on: A Full Featured Mul?ple Sequence Alignment Editor, Analyser and Shading U?lity for Windows. hp://www.nrbsc.org/gfx/genedoc/ Plaorm: Windows Input: Amino acid and nucleo?de FASTA, Clustal (.aln), Phylip, PIR, GCG (.msf), and GenBank formats. Output: Default are .msf files.
    [Show full text]
  • Dnasp V5. Tutorial
    DnaSP v5. Tutorial Copyright © 2016 by Julio Rozas et al. & Universitat de Barcelona. All Rights Reserved. DnaSP v5. Tutorial Table of contents Contents ........................................................................................................... 4 Introduction ...................................................................................................... 6 What DnaSP can do ........................................................................................ 6 System Requirements ..................................................................................... 7 File Menu / Input and Output .............................................................................. 9 Input Data Files Formats ............................................................................... 10 FASTA Format ......................................................................................... 10 MEGA Format .......................................................................................... 11 NBRF/PIR Format ..................................................................................... 12 NEXUS Format ......................................................................................... 12 PHYLIP Format ........................................................................................ 15 HapMap3 Phased Haplotypes Format .......................................................... 16 Multiple Data Files ........................................................................................ 17 Unphase/Genotype
    [Show full text]
  • IQ-TREE Version 2.1.2: Tutorials and Manual Phylogenomic Software by Maximum Likelihood
    IQ-TREE version 2.1.2: Tutorials and Manual Phylogenomic software by maximum likelihood http://www.iqtree.org Bui Quang Minh, Rob Lanfear, Jana Trifinopoulos, Dominik Schrempf, Heiko A. Schmidt March 15, 2021 2 Preface Contents 1 Introduction 9 1.1 Why IQ-TREE? .............................. 9 1.2 Key features ................................. 10 1.3 Free web server ............................... 10 1.4 User support ................................ 11 1.5 Documentation ............................... 11 1.6 How to cite IQ-TREE? ........................... 12 1.7 Development team ............................. 13 1.8 Credits and acknowledgements ....................... 14 2 Getting started 15 2.1 IQ-TREE web server ............................ 15 2.2 Installation ................................. 15 2.2.1 Packages and bundles ....................... 15 2.2.2 Manual download .......................... 16 2.3 For Windows users ............................. 16 2.4 For Mac OS X users ............................ 16 2.5 Minimal command-line examples ..................... 17 2.6 Where to go from here? .......................... 20 3 Web server tutorial 21 3.1 Tree Inference ................................ 21 3.2 Model Selection ............................... 23 3.3 Analysis Results .............................. 23 4 Beginner’s tutorial 27 4.1 Input data .................................. 27 4.2 First running example ........................... 28 4.3 Choosing the right substitution model .................. 30 4.4 Using codon models ...........................
    [Show full text]
  • The Raxml V8.2.X Manual
    The RAxML v8.2.X Manual by Alexandros Stamatakis Heidelberg Institute for Theoretical Studies July 20, 2016 Structure of this manual I. About RAxML II. Getting Help III. RAxML Web-servers and GUI IV. Downloading RAxML V. Compiling RAxML VI. RAxML Likelihood Values & Idiosyncrasies VII. Alignment input File Formats VIII. The RAxML options IX. Output Files X. Computing TC and IC values XI. Simple RAxML Analyses XII. A Simple Heterotachous Model XIII. Frequently Asked Questions I. About RAxML RAxML (Randomized Axelerated Maximum Likelihood) is a program for sequential and parallel Maximum Likelihood based inference of large phylogenetic trees. It can also be used for post- analyses of sets of phylogenetic trees, analyses of alignments and, evolutionary placement of short reads. It has originally been derived from fastDNAml which in turn was derived from Joe Felsentein’s dnaml which is part of the PHYLIP package. When using RAxML please cite: A. Stamatakis: "RAxML Version 8: A tool for Phylogenetic Analysis and Post-Analysis of Large Phylogenies". In Bioinformatics, 2014, open access link: http://bioinformatics.oxfordjournals.org/content/early/2014/01/21/bioinformatics.btu033.abstract? keytype=ref&ijkey=VTEqgUJYCDcf0kP II. Getting help RAxML support is provided via the RAxML Google group at: https://groups.google.com/forum/? hl=de#!forum/raxml Note that, Google groups have a search function! Thus, before posting to the RAxML google group: 1. Search the group to see if your issue has not already been discussed! 2. If you don't want to get a rude reply, read this manual first! 3. Read a standard textbook about phylogenetics such as Ziheng Yang's excellent Computational Molecular Evolution.
    [Show full text]
  • Rphylip’ December 30, 2013
    Package ‘Rphylip’ December 30, 2013 Version 0.1-14 Date 2013-12-30 Title Rphylip: An R interface for PHYLIP Author Liam J. Revell Maintainer Liam J. Revell <[email protected]> Depends R (>= 2.10), ape (>= 3.0-10) ZipData no Description Rphylip provides an R interface for the PHYLIP package. All users of Rphylip will thus first have to install the PHYLIP phylogeny methods program package (Felsenstein 2013). See http://evolution.genetics.washington.edu/phylip.html for more information about installing PHYLIP. License GPL (>= 2) URL http://www.phytools.org/Rphylip Repository Date/Publication 2013-12-30 12:00:00 EDT R topics documented: Rphylip-package . .2 as.proseq . .3 opt.Rdnaml . .3 primates . .5 print.proseq . .5 Rconsense . .6 Rcontml . .7 Rcontrast . .8 Rdnacomp . 10 Rdnadist . 11 Rdnainvar . 13 Rdnaml . 14 Rdnapars . 15 1 2 Rphylip-package Rdnapenny . 17 read.protein . 18 Rfitch . 19 Rmix ............................................ 20 Rneighbor . 22 Rpars . 23 Rpenny . 25 Rproml . 26 Rprotdist . 28 Rprotpars . 30 Rthreshml . 31 Rtreedist . 32 setPath . 34 setupOSX . 34 Index 36 Rphylip-package Rphylip: An R interface for PHYLIP Description Rphylip provides an R interface for programs in the PHYLIP phylogeny methods package (Felsen- stein 1989, 2013). Details The complete list of functions can be displayed with library(help = Rphylip). Obviously, before any of the functions of this package can be used, users must first install PHYLIP (Felsenstein 2013). More information about installing PHYLIP can be found on the PHYLIP web- page: http://evolution.genetics.washington.edu/phylip.html. More information on Rphylip can be found at http://www.phytools.org/Rphylip/ or http: //blog.phytools.org.
    [Show full text]