Open Access
How to translate text using browser tools
12 February 2016 WARACS: Wrappers to Automate the Reconstruction of Ancestral Character States
Michael Gruenstaeudl
Author Affiliations +

The reconstruction of ancestral character states is a central type of analysis in the evaluation of the cytological, ecological, metabolic, or morphological evolution of organismic lineages (Ronquist, 2004; Table 1). Numerous software applications have been developed that facilitate such reconstructions (Joy et al., 2014). The software application Mesquite (Maddison and Maddison, 2000) is a key tool in ancestral character state reconstruction (ACSR) and has been used in all branches of biology. Although it was introduced more than 15 years ago, it remains the most popular of such applications in the plant sciences. A search in the database PubMed ( http://www.ncbi.nlm.nih.gov/pubmed/) for all botanical investigations published between October 2012 and October 2015 that contain the term “ancestral character state reconstruction,” or any word combination thereof, in either the title, the key words, or the abstract, recovered a total of 27 publications (Table 1). An analogous search in the database ISI Web of Science ( http://webofknowledge.com/) recovered a total of 93 publications. Of the 27 publications recovered via PubMed, 21 (78%) employed Mesquite, four (15%) employed functions in the R package APE (Paradis et al., 2004), two (7%) employed the software application BayesTraits (Pagel and Meade, 2004), and two (7%) employed the application SIM-MAP (Bollback, 2006). The software applications RASP (Yu et al., 2010) and WinClada (Nixon, 2002) were employed in one publication (4%) each. While some publications used more than one of these applications, no less than two thirds conducted ACSR exclusively via Mesquite. Reconstructions that employed models specifically designed for biogeographic scenarios (e.g., Dillenberger and Kadereit, 2013; Salzman et al., 2015) or that evaluate character correlations (e.g., Soltis et al., 2013; Chartier et al., 2014) were not counted.

The plant sciences community would benefit from a tool that automates and streamlines the reconstruction of ancestral character states, particularly as conducted via Mesquite. Most software applications used in ACSR, except for those developed in the statistical scripting language R (R Core Team, 2015), feature designs that render the serialized execution of reconstructions challenging. Mesquite, for example, is primarily operated via a graphical user interface (GUI). Such a GUI, while comfortable for the transient user, impedes software operation in an automated workflow. Few users would choose to conduct import, export, analysis, and visualization operations by hand for dozens, or even hundreds of different data sets, even if their research questions warranted a replicated design. In addition, most software applications for the reconstruction of ancestral character states employ idiosyncratic input and output formats (e.g., SIMMAP) or lack the capability to visualize the results (e.g., BayesTraits). Consequently, it would be desirable for the plant sciences community to possess a tool that (a) standardizes the input and output feed to such software applications, (b) automates the reconstruction process, and (c) visualizes the reconstruction results in a publication-ready quality. The present publication introduces such a tool. A set of software scripts, collectively referred to as WARACS (Wrappers to Automate the Reconstruction of Ancestral Character States), was developed, which provides basic command line control to, and standardized input/output operations for, ACSR conducted in the applications Mesquite and BayesTraits. In addition, the script set provides a wrapper for the phylogenetic tree editor TreeGraph2 (Stöver and Müller, 2010), which facilitates the automatic visualization of ACSR results.

Table 1.

Details of recent botanical publications employing ACSR. This table displays the results of a literature search in PubMed for botanical investigations published between October 2012 and October 2015 that employ ACSR.

t01_01.gif

METHODS AND RESULTS

General design—The script set WARACS is designed to wrap and connect three established and well-maintained software applications—Mesquite, BayesTraits, and TreeGraph2—to automate and standardize the task of ACSR. Each script wraps around an individual executable and performs tasks that would otherwise need to be conducted step-by-step through a human operator, such as the formatting of information blocks in NEXUS files, the selection of character models and optimality criteria, or the parsing of raw reconstruction results. Together, the scripts provide a pipeline that connects different application executables. The visualization of reconstruction results is hereby considered an integral part of the automated workflow. Specifically, WARACS connects the output handle of the reconstruction process to the input handle of the tree visualization software TreeGraph2 to enable a graphically consistent visualization of results across multiple analyses. The scripts are command line–based, enabling the user to conduct reconstructions iteratively over a series of different input files and parameters. Overall, the script set is consistent with the concept of glue code (Lapp et al., 2007) and, as such, is easily customizable (e.g., in case of changes to the input and output formats) and expandable (e.g., when novel applications are to be included into the pipeline). WARACS is controlled exclusively via command line parameters; to ensure their consistent use, the parameters have been standardized across the three applications. WARACS has been tested with several versions of the wrapped software applications, including Mesquite v.2.75, v.3.03, and v.3.04; BayesTraits v.2.0; and TreeGraph2 v.2.0, v.2.6, and v.2.7.

Input and output design—Several concepts govern the input and output specifications of the WARACS script set. (a) The wrappers follow an ad hoc compilation approach when formatting input data. Specifically, the scripts compile input files from individual components upon execution. Such a design avoids the need for idiosyncratic or noncompliant input formats, which tend to erode the interoperability of data standards (Vos et al., 2012). The application Mesquite, for example, appends its internal commands in an idiosyncratic information block to the main NEXUS file. Such customized NEXUS files are automatically saved to disk, even though they can rarely be imported by any other software application. The ad hoc compilation approach selected for WARACS can also circumvent shortcomings concerning input file names, such as the inability of certain versions of Mesquite to import files with underscores in their names via the command line (M. Gruenstaeudl, personal observation). (b) The wrappers were designed to generate output files whose names are informative about the underlying reconstruction process. By default, WARACS saves the name of the software application and the optimality criterion employed as well as the character selected as part of the output filename, (c) The wrappers were designed to print short error reports to the screen upon code execution to communicate to the user problems with input formats, the reconstruction process, or the employed applications, (d) The wrappers were designed to form a pipeline so that reconstructions can be saved automatically as publication-ready figures. Such a standardized visualization step is important because larger, better-annotated pie diagrams (e.g., Riser et al., 2013; Chartier et al., 2014; Salzman et al., 2015) and more information on the underlying phylogenetic trees (Table 1) would often be helpful in the presentation of reconstruction results. Effective visualizations portray reconstructed character states both graphically and numerically (Wong, 2011; Krzywinski, 2013); WARACS saves reconstruction results in precisely that form in both vector as well as raster graphic format.

Availability and compatibility—The script set WARACS was written in the interpreter language Python (Python Software Foundation, 2012) and is consequently platform independent. It is compatible with Python v.2.7 ( https://www.python.org/download/releases/2.7/) as well as Python v.3.5 ( https://www.python.org/downloads/release/python-350/). WARACS is available under a BSD open source license from a code-sharing repository at GitHub ( https://github.com/michaelgruenstaeudl/WARACS). Installation and usage instructions (file “README.md”), as well as several example files (folder “examples”), are provided alongside the wrapper scripts. To use WARACS, a user must have a Python interpreter as well as the Python packages DendroPy ( https://pypi.python.org/pypi/DendroPy), NumPy ( http://www.numpy.org), and six ( https://pypi.python.org/pypi/six) installed. Software applications that are wrapped by WARACS must also be installed; current links to their respective installation websites are provided in the usage instructions as well as via the command line parameter “-h”. WARACS has been tested on Ubuntu 14.04, ArchLinux 4.2.3, and Mac OSX 10.8.5.

Usage—Use of the script set WARACS is driven exclusively via the specification of command line parameters. At a minimum, reconstructions of ancestral character states require five items of input: a distribution of character states for the organisms under study (hereafter “character state distribution”), one or more phylogenetic trees of the organisms under study on which the character state distribution is optimized (hereafter “tree distribution”), one phylogenetic tree on which the reconstruction results are plotted (hereafter “plotting tree”), an optimality criterion for the reconstruction, and a model of character evolution. Most applications for ACSR assign a default model of character evolution to the character state distribution under study; users of WARACS can select a different model by modifying the compiled input file. Multiple character state distributions can be supplied to WARACS, and users must select which of them to use in a particular reconstruction. In addition, users must specify the location of the application executable on the system. Hence, the WARACS wrappers for ACSR operate with six mandatory command line parameters (Fig. 1): (i) the character state distribution (command line parameter “-c”), specified as a file path to a comma-delimited table; (ii) the tree distribution (command line parameter “-t”), specified as a file path to a text file in NEXUS format (Maddison et al., 1997) containing one or more phylogenetic trees; (iii) the plotting tree (command line parameter “-p”), specified as a file path to a text file in NEXUS format containing a single phylogenetic tree; (iv) the optimality criterion (command line parameter “-o”), specified as a command line parameter string; (v) a specification of the character state distribution used in the reconstruction (command line parameter “-n”), specified as a command line parameter integer; and (vi) a file path to the application executable (command line parameter “-s”). For example, to conduct a reconstruction of character state distribution 2 on a distribution of phylogenetic trees under the maximum likelihood optimality criterion using a single-rate model (Mk1; Lewis, 2001) via Mesquite, a user on a Linux operating system would enter the following command into his command line shell of choice as a single, uninterrupted line:

e01_01.gif

Upon execution, the wrapper script compiles a comprehensive input file in a modified NEXUS format, passes it to Mesquite, receives raw reconstruction results from Mesquite, parses these results, and saves up to four output files to the user's working directory (Fig. 1). These output files are: (i) a comma-delimited table containing the parsed reconstruction results (saved with the file ending “.csv”), (ii) the plotting tree in NEWICK format (Maddison et al., 1997) (saved with the file ending “.tre”), (iii) the raw reconstruction results generated by Mesquite (saved with the file ending “.txt”), and (iv) the compiled input file (saved with the file ending “.tmp”). Files (iii) and (iv) are optional and only generated when command line parameter “-k” is invoked. The parsed results table consists of two columns: column 1 specifies the node numbers on the plotting tree, column 2 the corresponding reconstructed character states. A set of example files that illustrate the input and output of ACSR with WARACS is cosupplied with the scripts (folders “examples/example_Mesquite” and “examples/example_BayesTraits”). Currently, WARACS can facilitate reconstructions under discrete character states, which is the predominant type of character encoding in current botanical investigations (Table 1). Polymorphic or missing states can be included in analyses facilitated by WARACS, but their precise effect on the reconstructions is governed by the default settings of the wrapped software applications.

The visualization of an ACSR via TreeGraph2 requires a minimum of three items of information (Fig. 2): (i) a comma-delimited table containing the results of an ACSR (command line parameter “-r”), (ii) a plotting tree in NEWICK format (command line parameter “-p”), and (iii) a file path to the application executable (command line parameter “-s”). Moreover, a user can specify a comma-delimited table of color specifications (hereafter “color dictionary”; command line parameter “-d”) to link the states of the character state distribution to specific colors. Specifically, this table instructs the visualization engine about the colors that the pie diagram slices representing the reconstruction results must be filled with. A color dictionary is separated into two columns: column 1 specifies the character states, column 2 the corresponding colors in hexadecimal format. In the absence of a user-defined color dictionary, WARACS employs a default color palette as specified by  http://colorbrewer2.org for qualitative characters. In addition to a color dictionary, a user can specify the character state distribution used during the reconstruction process to plot the character states of the terminal taxa (command line parameters “-c” and “-n”). Hence, to visualize the results of the ACSR listed above as well as the character states of the terminal taxa under a custom color dictionary, a user on a Linux operating system would enter the following command into his command line shell of choice as a single, uninterrupted line:

e02_01.gif

Fig. 1.

Schematic of the reconstruction of ancestral character states as facilitated by WARACS. Dashed lines indicate optional output. Cmdl. Param. = Command line parameter; n.a. = not applicable.

f01_01.jpg

Upon execution, the wrapper script compiles a comprehensive input file in XML format and passes it to TreeGraph2, which generates a figure in two different image formats (in the vector graphic format “svg” and in the raster graphic format “png”) in the user's working directory (Fig. 2). These figures represent the end product of the visualization process. If command line parameter “-k” is invoked, the compiled input file is saved to the working directory (with the file ending “.xtg”) to allow for a renewed visualization upon manual modification. A set of example files that illustrate the input and output of the visualization process with WARACS is cosupplied with the scripts (folder “examples/example_TreeGraph2”).

Fig. 2.

Schematic of the visualization of ACSR results as facilitated by WARACS. Dashed lines indicate optional input and output. Cmdl. Param. = Command line parameter; n.a. = not applicable.

f02_01.jpg

CONCLUSIONS

Despite the versatility of functions for ACSR in the statistical scripting language R, the plant sciences community holds a strong preference toward the software application Mesquite for reconstructing ancestral character states (Table 1). While Mesquite contains functionality to reproduce analyses via customized command scripts in an idiosyncratic scripting language, it lacks genuine command line support. Conducting serialized reconstructions of ancestral character states (e.g., iterating over a series of tree distributions or optimality criteria) is consequently challenging under Mesquite. Serialized reconstructions and sub-sequent result visualization could theoretically be achieved by combining several existing R packages, but this requires the knowledge to write customized R scripts and concatenate different functions into a pipeline. The wrapper scripts presented here constitute a fast and simple-to-use alternative to customized R scripts. Moreover, they support the community effort to make analyses more reproducible. If authors specify the command line parameters they selected alongside the original input data, others can reproduce their analyses and explore alternatives. In addition, the provision of interoperability between widely used software applications is an effective strategy to expand their functionality (e.g., Maddison and Maddison, 2014), because the wrapped applications have likely undergone extensive testing and follow good coding practices (Leprevost et al., 2014).

The script set WARACS enables several types of analyses that are not or only partially available through the application of Mesquite alone. WARACS was designed to provide basic command line control to the software applications Mesquite, BayesTraits, and TreeGraph2 for the purpose of automating and streamlining the reconstruction and visualization of ancestral character states. By using these wrappers, several types of analyses become available without the need to write intricate analysis scripts. First, researchers can automatically iterate over multiple trees or tree distributions to compare the reconstruction results. This option could be desirable for investigations anticipating a different placement of taxa across different gene tree distributions (e.g., Folk and Freudenstein, 2014) or such attempting to accommodate phylogenetic uncertainty among the target organisms (e.g., Dillenberger and Kadereit, 2013). Second, researchers can automatically iterate over multiple optimality criteria and reconstruction algorithms to avoid bias caused by individual algorithm implementations. Ricklefs (2007), for example, pointed out that it is currently unclear if random-walk models such as those implemented in stochastic character mapping truly reflect natural processes. Instead of relying on any one reconstruction method, scientists should compare the results of an ACSR under different optimality criteria (e.g., Ekman et al., 2008; Soltis et al., 2013). Third, the application of WARACS simplifies the process to visualize reconstruction results on phylogenetic trees that are different from those used in the reconstruction process. For example, researchers who wish to infer ancestral character states over a posterior tree distribution, but visualize their results on the best phylogenetic tree inferred under maximum likelihood, can feed such independent input files to WARACS as long as they share the same taxon set. Likewise, WARACS simplifies the process to combine the results of different reconstructions on a single tree (e.g., Larridon et al., 2015). For example, researchers who wish to plot ancestral character states inferred under different data partitions onto a particular consensus tree (e.g., de Villiers et al., 2013) can visualize their results jointly through concatenation of either the compiled TreeGraph2 input files or the vector graphics. Without this functionality, researchers are forced to present near-identical figures that differ only in the reconstructed character states (e.g., Schaefer et al., 2012). In summary, the script set WARACS provides an easily accessible interface to popular software applications for ACSR and makes several intricate types of character state reconstruction available to the average user.

LITERATURE CITED

1.

Bainard, J. D., and J. C. Villarreal. 2013. Genome size increases in recently diverged hornwort clades. Genome 56: 431–435. Google Scholar

2.

Bollback, J. P. 2006. SIMMAP: Stochastic character mapping of discrete traits on phylogenies. BMC Bioinformatics 7: 88. Google Scholar

3.

Breitkopf, H., R. E. Onstein, D. Cafasso, P. M. Schlüter, and S. Cozzolino. 2015. Multiple shifts to different pollinators fuelled rapid diversification in sexually deceptive Ophrys orchids. New Phytologist 207: 377–389. Google Scholar

4.

Brockington, S. F., Y. Yang, F. Gandia-Herrero, S. Covshoff, J. M. Hibberd, R. F. Sage, G. K. S. Wong, et al. 2015. Lineage-specific gene radiations underlie the evolution of novel betalain pigmentation in Caryophyllales. New Phytologist 207: 1170–1180. Google Scholar

5.

Cappa, J. J., C. Yetter, S. Fakra, P. J. Cappa, R. DeTar, C. Landes, E. A. H. Pilon-Smits, and M. P. Simmons. 2015. Evolution of selenium hyperaccumulation in Stanleya (Brassicaceae) as inferred from phylogeny, physiology and X-ray microprobe analysis. New Phytologist 205: 583–595. Google Scholar

6.

Chartier, M., M. Gibernau, and S. S. Renner. 2014. The evolution of pollinator-plant interaction types in the Araceae. Evolution 68: 1533–1543. Google Scholar

7.

de Villiers, M. J., M. D. Pirie, M. Hughes, M. Möller, T. J. Edwards, and D. U. Bellstedt. 2013. An approach to identify putative hybrids in the ‘coalescent stochasticity zone’, as exemplified in the African plant genus Streptocarpus (Gesneriaceae). New Phytologist 198: 284–300. Google Scholar

8.

Dillenberger, M. S., and J. W. Kadereit. 2013. The phylogeny of the European high mountain genus Adenostyles (Asteraceae-Senecioneae) reveals that edaphic shifts coincide with dispersal events. American Journal of Botany 100: 1171–1183. Google Scholar

9.

Ekman, S., H. L. Andersen, and M. Wedin. 2008. The limitations of ancestral state reconstruction and the evolution of the ascus in the Lecanorales (lichenized Ascomycota). Systematic Biology 57: 141–156. Google Scholar

10.

Fan, D.-M., J.-H. Chen, Y. Meng, J. Wen, J.-L. Huang, and Y.-P. Yang. 2013. Molecular phylogeny of Koenigia L. (Polygonaceae: Persicarieae): Implications for classification, character evolution and biogeography. Molecular Phylogenetics and Evolution 69: 1093–1100. Google Scholar

11.

Folk, R. A., and J. V. Freudenstein. 2014. Phylogenetic relationships and character evolution in Heuchera (Saxifragaceae) on the basis of multiple nuclear loci. American Journal of Botany 101: 1532–1550. Google Scholar

12.

He, L., M. Zhao, Y. Wang, J. Gai, and C. He. 2013. Phylogeny, structural evolution and functional diversification of the plant PHOSPHATE1 gene family: A focus on Glycine max. BMC Evolutionary Biology 13: 103. Google Scholar

13.

Horn, J. W., Z. Xi, R. Riina, J. A. Peirson, Y. Yang, B. L. Dorsey, P. E. Berry, et al. 2014. Evolutionary bursts in Euphorbia (Euphorbiaceae) are linked with photosynthetic pathway. Evolution 68: 3485–3504. Google Scholar

14.

Joy, J. B., R. M. Mccloskey, R. H. Liang, T. Nguyen, and A. F. Y. Poon. 2014. PLoS Computational Biology Ancestral reconstruction topic page. Website  http://compbiolwiki.plos.org/wiki/Ancestral_reconstruction [accessed 23 October 2015]. Google Scholar

15.

Krzywinski, M. 2013. Points of view: Labels and callouts. Nature Methods 10: 275. Google Scholar

16.

Lapp, H., S. Bala, J. P. Balhoff, A. Bouck, N. Goto, M. Holder, R. Holland, et al. 2007. The 2006 NESCent Phyloinformatics Hackathon: A field report. Evolutionary Bioinformatics Online 3: 287–296. Google Scholar

17.

Larridon, I., H. E. Walter, P. C. Guerrero, M. Duarte, M. A. Cisternas, C. P. Hernandez, K. Bauters, et al. 2015. An integrative approach to understanding the evolution and diversity of Copiapoa (Cactaceae). a threatened endemic Chilean genus from the Atacama Desert. American Journal of Botany 102: 1506–1520. Google Scholar

18.

Larson-Johnson, K. 2016. Phylogenetic investigation of the complex evolutionary history of dispersal mode and diversification rates across living and fossil Fagales. New Phytologist 209: 418–435. Google Scholar

19.

Leprevost, F., V. Da, V. C. Barbosa, E. F. Francisco, Y. Perez-Riverol, and P. C. Carvalho. 2014. On best practices in the development of bioinformatics software. Frontiers in Genetics 5: 199. Google Scholar

20.

Lewis, P. O. 2001. A likelihood approach to estimating phylogeny from discrete morphological character data. Systematic Biology 50: 913–925. Google Scholar

21.

Loriga, J., A. R. Schmidt, R. C. Moran, K. Feldberg, H. Schneider, and J. Heinrichs. 2014. The first fossil of a bolbitidoid fern belongs to the early-divergent lineages of Elaphoglossum (Dryopteridaceae). American Journal of Botany 101: 1466–1475. Google Scholar

22.

Maddison, D. R., D. L. Swofford, and W. P. Maddison. 1997. NEXUS: An extensible file format for systematic information. Systematic Biology 46: 590–621. Google Scholar

23.

Maddison, W. P., and D. R. Maddison. 2000 onward. Mesquite: A modular system for evolutionary analysis, version 3.04. August 2015. Website  http://mesquiteproject.org [accessed 23 October 2015]. Google Scholar

24.

Maddison, W. P., and D. R. Maddison. 2014 onward. Zephyr: A Mesquite package for interacting with external phylogeny inference programs, version 1.1. January 2015. Website  https://mesquitezephyr.wikispaces.com [accessed 23 October 2015]. Google Scholar

25.

Maguilla, E., M. Escudero, M. J. Waterway, A. L. Hipp, and M. Luceno. 2015. Phylogeny, systematics, and trait evolution of Carex section Glareosae. American Journal of Botany 102: 1128–1144. Google Scholar

26.

Martins, A. C., M. D. Scherz, and S. S. Renner. 2014. Several origins of floral oil in the Angelonieae, a southern hemisphere disjunct clade of Plantaginaceae. American Journal of Botany 101: 2113–2120. Google Scholar

27.

Nixon, K. C. 2002. WinClada, version 1.00.08. Published by the author, Ithaca, New York, USA. Website  http://www.cladistics.com/aboutWinc.htm [accessed 23 October 2015]. Google Scholar

28.

Pagel, M., and A. Meade. 2004 onward. BayesTraits, version 2.0, September 2014, Website  http://www.evolution.reading.ac.uk/BayesTraits.html [accessed 23 October 2015]. Google Scholar

29.

Panero, J. L., S. E. Freire, L. Ariza Espinar, B. S. Crozier, G. E. Barboza, and J. J. Cantero. 2014. Resolution of deep nodes yields an improved backbone phylogeny and a new basal lineage to study early evolution of Asteraceae. Molecular Phylogenetics and Evolution 80: 43–53. Google Scholar

30.

Paradis, E., J. Claude, and K. Strimmer. 2004. APE: Analyses of phylogenetics and evolution in R language. Bioinformatics 20: 289–290. Google Scholar

31.

Pinheiro, F., D. Cafasso, S. Cozzolino, and G. Scopece. 2015. Transitions between self-compatibility and self-incompatibility and the evolution of reproductive isolation in the large and diverse tropical genus Dendrobium (Orchidaceae). Annals of Botany 116: 457–467. Google Scholar

32.

Python Software Foundation. 2012. Python Language Reference, versions 2.7 and 3.5. Website  http://www.python.org [accessed 23 October 2015]. Google Scholar

33.

R Core Team. 2015. R: A language and environment for statistical computing. R Foundation for Statistical Computing, Vienna, Austria. Website  http://www.R-project.org/ [accessed 23 October 2015]. Google Scholar

34.

Ricklefs, R. E. 2007. Estimating diversification rates from phylogenetic information. Trends in Ecology & Evolution 22: 601–610. Google Scholar

35.

Riser, J. P., W. M. Cardinal-McTeague, J. C. Hall, W. J. Hahn, K. J. Sytsma, and E. H. Roalson. 2013. Phylogenetic relationships among the North American cleomoids (Cleomaceae): A test of Iltis's reduction series. American Journal of Botany 100: 2102–2111. Google Scholar

36.

Rodríguez-Riaño, T., F. J. Valtueña, J. López, M. L. Navarro-Pérez, J. L. Pérez-Bote, and A. Ortega-Olivencia. 2015. Evolution of the staminode in a representative sample of Scrophularia and its role as nectar safeguard in three widespread species. Naturwissenschaften 102: 37. Google Scholar

37.

Ronquist, F. 2004. Bayesian inference of character evolution. Trends in Ecology & Evolution 19: 475–481. Google Scholar

38.

Salzman, S., H. E. Driscoll, T. Renner, T. Andre, S. Shen, and C. D. Specht. 2015. Spiraling into history: A molecular phylogeny and investigation of biogeographic origins and floral evolution for the genus Costus. Systematic Botany 40: 104–115. Google Scholar

39.

Schaefer, H., P. Hechenleitner, A. Santos-Guerra, M. Menezes De Sequeira, R. T. Pennington, G. Kenicer, and M. A. Carine. 2012. Systematics, biogeography, and character evolution of the legume tribe Fabeae with special focus on the middle-Atlantic island lineages. BMC Evolutionary Biology 12: 250. Google Scholar

40.

Schneider, J. V., P. Bissiengou, M. Do, C. E. Amaral, A. Tahir, M. F. Fay, M. Thines, M. S. M. Sosef, et al. 2014. Phylogenetics, ancestral state reconstruction, and a new infrafamilial classification of the pantropical Ochnaceae (Medusagynaceae, Ochnaceae s.str., Quiinaceae) based on five DNA regions. Molecular Phylogenetics and Evolution 78: 199–214. Google Scholar

41.

Soltis, D. E., M. E. Mort, M. Latvis, E. V. Mavrodiev, B. C. O'Meara, P. S. Soltis, J. G. Burleigh, and R. Rubio de Casas. 2013. Phylogenetic relationships and character evolution analysis of Saxifragales using a supermatrix approach. American Journal of Botany 100: 916–929. Google Scholar

42.

Stöver, B. C., and K. F. Müller. 2010. TreeGraph 2: Combining and visualizing evidence from different phylogenetic analyses. BMC Bioinformatics 11: 7. Google Scholar

43.

Sundue, M. A., and C. J. Rothfels. 2014. Stasis and convergence characterize morphological evolution in eupolypod II ferns. Annals of Botany 113: 35–54. Google Scholar

44.

Töpel, M., A. Antonelli, C. Yesson, and B. Eriksen. 2012. Past climate change and plant evolution in Western North America: A case study in Rosaceae. PLoS ONE 7: e50358. Google Scholar

45.

Vos, R. A., J. P. Balhoff, J. A. Caravas, M. T. Holder, H. Lapp, W. P. Maddison, P. E. Midford, et al. 2012. NeXML: Rich, extensible, and verifiable representation of comparative data and metadata. Systematic Biology 61: 675–689. Google Scholar

46.

Wagner, S. T., L. Hesse, S. Isnard, M.-S. Samain, J. Bolin, E. Maass, C. Neinhuis, et al. 2014. Major trends in stem anatomy and growth forms in the perianth-bearing Piperales, with special focus on Aristolochia. Annals of Botany 113: 1139–1154. Google Scholar

47.

Wang, Q., X.-Q. Wang, H. Sun, Y. Yu, X.-J. He, and D.-Y. Hong. 2014. Evolution of the platycodonoid group with particular references to biogeography and character evolution. Journal of Integrative Plant Biology 56: 995–1008. Google Scholar

48.

Wei, L., X.-G. Xiang, Y.-Z. Wang, and Z.-Y. Li. 2015. Phylogenetic relationships and evolution of the Androecia in Ruteae (Rutaceae). PLoS ONE 10: e0137190. Google Scholar

49.

Wong, B. 2011. Points of view: Points of review (part 2). Nature Methods 8: 189. Google Scholar

50.

Yu, Y., A. J. Harris, and X. J. He. 2010 onward. RASP (Reconstruct ancestral state in phylogenies), version 3.2, July 2015. Website  http://mnh.scu.edu.cn/soft/blog/RASP [accessed 23 October 2015]. Google Scholar

Notes

[1] The author would like to thank Ludo Muller (Freie Universität Berlin), Bryan Carstens (Ohio State University), and two anonymous reviewers for valuable feedback on earlier versions of this manuscript. The author also thanks Teofil Nakov (University of Arkansas) and Felix Heeger (Freie Universität Berlin) for testing the wrapper scripts. This study was carried out as part of the project “Developing tools for conserving the plant diversity of the Transcaucasus” funded by VolkswagenStiftung (grant AZ85021).

Michael Gruenstaeudl "WARACS: Wrappers to Automate the Reconstruction of Ancestral Character States," Applications in Plant Sciences 4(2), (12 February 2016). https://doi.org/10.3732/apps.1500120
Received: 1 November 2015; Accepted: 1 December 2015; Published: 12 February 2016
KEYWORDS
Ancestral character state reconstruction
BayesTraits
mesquite
Python
TreeGraph2
WARACS
wrapper
Back to Top