Skip to main content

SILVA tree viewer: interactive web browsing of the SILVA phylogenetic guide trees

Abstract

Background

Phylogenetic trees are an important tool to study the evolutionary relationships among organisms. The huge amount of available taxa poses difficulties in their interactive visualization. This hampers the interaction with the users to provide feedback for the further improvement of the taxonomic framework.

Results

The SILVA Tree Viewer is a web application designed for visualizing large phylogenetic trees without requiring the download of any software tool or data files. The SILVA Tree Viewer is based on Web Geographic Information Systems (Web-GIS) technology with a PostgreSQL backend. It enables zoom and pan functionalities similar to Google Maps. The SILVA Tree Viewer enables access to two phylogenetic (guide) trees provided by the SILVA database: the SSU Ref NR99 inferred from high-quality, full-length small subunit sequences, clustered at 99% sequence identity and the LSU Ref inferred from high-quality, full-length large subunit sequences.

Conclusions

The Tree Viewer provides tree navigation, search and browse tools as well as an interactive feedback system to collect any kinds of requests ranging from taxonomy to data curation and improving the tool itself.

Background

Reconstructing phylogenetic trees is an important method for studying the evolutionary relations among organisms. In molecular phylogeny, genetic data are the basis for any kind of phylogenetic inferences. The ever growing amount of genetic data calls for approaches to dynamically visualize phylogenetic trees that comprise hundreds of thousands of sequences.

The SILVA project provides comprehensive, high-quality datasets of small (16S/18S, SSU) and large (23S/28S, LSU) subunit ribosomal RNA (rRNA) gene sequences for all three domains of life (Bacteria, Archaea, and Eukaryota) [1]. These datasets include large phylogenetic guide trees which need to be interactively visualised for biologist seeking relationships and evolutionary information. For the current release (r128) of the SILVA dataset, the following trees are available:

  • SSU Ref NR99 inferred from 645,151 high-quality, full-length SSU rRNA gene sequences, clustered at 99% sequence identity.

  • LSU Ref inferred from 154,297 high-quality, full-length LSU rRNA gene sequences.

The SILVA trees include a large amount of metadata about each sequence, which requires several gigabytes of memory footprint, even in compressed form. Currently, browsing such large trees is only possible using desktop applications such as ARB [2], which is only available for Mac OS and Linux. Web-based solutions, like phylo.io [3] or iTOL [4], are not able to effectively handle trees of this dimension. The Open Tree of Life [5] relies on folding and allows the navigation of only one depth level at a time. OneZoom [6] supports large trees but relies on fractals to keep a manageable tree visualization and, hence, does not preserve meaningful branch lengths. In need of an effective, platform independent phylogenetic tree navigation tool, we developed the SILVA Tree Viewer as a web application.

Implementation

The SILVA Tree Viewer has been developed to provide access to large scale (e.g. 38,585 taxa with 645,151 sequences for the SSU tree) trees in a web browser. The SILVA website hosts the viewer (version 1.1) to provide access to the SSU RefNr99 and LSU Ref phylogenetic guide trees of the SILVA database.

The viewer is based on Web Geographic Information Systems (Web-GIS) technology, in particular, it leverages the PostGIS extension [7] to the PostgreSQL database [8] for the back end, which stores the tree “map”. The Leaflet JavaScript library [9] is used for the front-end, which enables visualization and navigation of the tree as if it was a map. Parsing of the input tree uses the ETE 2 Python library [10]. Additional components have been written in Python to provide features required to satisfy the needs of the biologists. The use of Web-GIS technology enables the viewer to display large scale trees at the cost of not supporting folding.

Results and discussion

The phylogenetic tree is presented to the users with pan and zoom functions similar to those in web mapping technology. A search function, as well as browsing of phyla and major clades, is provided to allow users to quickly lookup sequences and taxa. Additionally, the viewer is equipped with an interactive feedback system which allows reporting of taxonomic problems and asking questions to the tree curators, thus supporting them in improving the quality of the trees. The core components of the SILVA Tree Viewer’s main interface are shown in Fig. 1.

Fig. 1
figure 1

Overview of the SILVA Tree Viewer interface. The following components are available: Main display: shows the SILVA Tree Viewer in the browser or in full-screen mode. Tree area shows the phylogenetic tree; Control buttons to access the main functions; Navigation bar indicates the current view with respect to the whole tree. Taxon bar provides details of a taxon; Taxon brackets: show taxonomic information; Feedback provides access to the feedback system, where support requests - including reports about taxonomic data - can be filed; Scale: provides a reference for interpretation of the horizontal branch length at the current zoom level

Tree navigation

The tree can be navigated and zoomed in analogy to Google Maps. The different zoom levels allow rapid drill-down navigation from the overview to any area of interest. To further facilitate navigation in large trees, the Navigation bar indicates the current view in relation to the whole tree. The taxonomic groups are shown as coloured rectangles whose colour depend on the taxonomic rank of the group (Fig. 2), enclosing all sequences belonging to them. Further details of any sequence, provided by the SILVA database, can be shown by clicking on its label.

Fig. 2
figure 2

Colour legend of taxonomic rank. Each rank is assigned a different colour to allow clear distinction of taxonomic groups

Taxonomic context

Taxonomic context information is essential for the understanding of the tree. The viewer provides taxonomic context about the currently displayed tree portion in two ways. The Taxon bar, at the bottom of the screen, shows the full path of the taxon under the mouse pointer, along with sequence counts. The Taxonomy Brackets, shown to the right of the visible tree, are vertical square brackets according to the vertical extension of taxonomic groups “crossing” the current view of the tree. They are shown from right to left according to their rank (domain being the rightmost). In case the brackets are too short for the corresponding label to be shown, no label is shown and the taxonomic information remains available via tooltip.

Search and browse tools

A search function is provided which allows searching for distinct elements of the tree. The search result is displayed in the viewer (Fig. 3).

Fig. 3
figure 3

Result set for a search for sequences. All sequences matching the search criteria are marked with an orange dot. The current result is highlighted with a red circle. The top right corner shows the result browser panel, allowing to show all results, navigate to the next/previous result and to leave the results navigator

Search for sequences

The user can search for sequences by accession number, returning any sequence whose accession number starts with the query. In this case, the search function can handle start and stop positions, separated by full stops (i.e. the complete accession is composed of <ACCESSION NUMBER > . < START>. < STOP>). Furthermore, a search by full name can be performed, returning all sequences whose species name contains the query string.

Search for taxa

The user can search for taxonomic groups by taxon name, returning all taxa whose name contains the query. The search by taxonomic path returns all taxa having the query as part of their full taxonomic path is also supported. In this case, since all taxa within a lower rank will match the search condition, only the highest (more generic) rank result will be returned. This search marks taxonomic groups as rectangular features which are loaded to the results navigator for browsing by the user.

Browse phyla

All taxonomic groups which are direct children of any domain (phyla for Bacteria and Archaea, kingdom/major clades for Eukaryota) are listed for direct browsing. A click on the taxon name loads all taxonomic groups comprising it, zooms the view to the first result and allows navigation through results as for the other search types.

Feedback system

The feedback system is an important part of the SILVA Tree viewer since the SILVA guide trees are manually curated. The feedback system includes the possibility to report a so-called “data problem”: wrong classifications, errors in the taxonomy and any other problem with the phylogenetic data. This eases the curation process, thus supporting the quality improvement of the dataset in a cooperative effort with the users. Reporting a data problem is a two-step process: first, the data affected has to be selected by picking it interactively on the SILVA Tree Viewer, second, a report form has to be filled to provide details about the problem.

The feedback system can also be used to report on technical problems and to propose improvements to the viewer, as well as for asking general questions to the SILVA team.

Known limitations and future developments

In its current version (1.1), the SILVA Tree Viewer implements only visualization tools, thus no editing of the trees is supported. Due to technical constraints of the Web-GIS technology there is also no support for group folding, thus the tree is always shown as fully expanded.

Integration with the SILVA search and download system is planned to allow extended search functionality and the direct download of sequence data. The integrated feedback system will provide further guidance for the SILVA team in providing new features, taking into account user suggestions and recommendations.

Conclusions

The SILVA Tree Viewer enables users worldwide to navigate the large phylogenetic trees provided by the SILVA database. Hundreds of thousands of sequences can be searched in the tree and browsed in their taxonomic context. An interactive feedback system is provided to collect requests for improving the tool itself and guide data curation.

Availability and requirements

Project name: SILVA Tree Viewer.

Project home page: https://www.arb-silva.de/treeviewer

Operating system(s): Platform independent.

Programming language: Python, JavaScript.

Other requirements: PostgreSQL including PostGIS, Apache.

Any restrictions to use by non-academics: none.

References

  1. Quast C, Pruesse E, Yilmaz P, Gerken J, Schweer T, Yarza P, Peplies J, Glockner FO. The SILVA ribosomal RNA gene database project: improved data processing and web-based tools. Nucleic Acids Res. 2013;41(Database issue):D590–6.

    Article  CAS  PubMed  Google Scholar 

  2. Ludwig W, Strunk O, Westram R, Richter L, Meier H, Yadhukumar BA, Lai T, Steppi S, Jobb G, et al. ARB: a software environment for sequence data. Nucleic Acids Res. 2004;32(4):1363–71.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  3. Robinson O, Dylus D, Dessimoz C. Phylo.io: Interactive Viewing and Comparison of Large Phylogenetic Trees on the Web. Mol Biol Evol. 2016;33(8):2163–6.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  4. Letunic I, Bork P. Interactive tree of life (iTOL) v3: an online tool for the display and annotation of phylogenetic and other trees. Nucleic Acids Res. 2016;44(W1):W242–5.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  5. Hinchliff CE, Smith SA, Allman JF, Burleigh JG, Chaudhary R, Coghill LM, Crandall KA, Deng J, Drew BT, Gazis R, et al. Synthesis of phylogeny and taxonomy into a comprehensive tree of life. P Natl Acad Sci USA. 2015;112(41):12764–9.

    Article  CAS  Google Scholar 

  6. Rosindell J, Harmon LJ. OneZoom: A Fractal Explorer for the Tree of Life. PLoS Biol. 2012:10(10).

  7. Postgis: a spatial database extender for PostgreSQL [http://www.postgis.net].

  8. PostgreSQL: a powerful, open source object-relational database system. [https://www.postgresql.org].

  9. Leaflet an open-source JavaScript library for mobile-friendly interactive maps. [http://leafletjs.com/index.html].

  10. Huerta-Cepas J, Dopazo J, Gabaldon T. ETE: a python Environment for Tree Exploration. BMC bioinformatics. 2010;11:24.

    Article  PubMed  PubMed Central  Google Scholar 

Download references

Acknowledgements

The authors would like to thank their fellow member of the SILVA team Jörg Peplies for providing the user perspective on the tool during its development; fellow members of the Max Planck Institute Hanka Medóva and David Probandt for providing early feedback and suggestions for improvement.

Funding

This work has been supported by the Federal Ministry of Education and Research (BMBF) project de.NBI (German Network for Bioinformatics Infrastructure) grant 031A539A and the Max Planck Society. None of funding bodies played any role in the design of the study and in writing the manuscript.

Availability of data and materials

The SILVA Tree Viewer, hosted by the SILVA project, is freely accessible without user registration at https://www.arb-silva.de/treeviewer.

Author information

Authors and Affiliations

Authors

Contributions

AB implemented the application, performed tests and is first author of the manuscript. JG and CQ were technical contributors to the design of the software and the user interface and reviewed the manuscript. PY contributed to the design of the application from the user perspective. FOG contributed to the design of the software and was a major contributor in writing the manuscript. All authors read and approved the final manuscript.

Corresponding author

Correspondence to Frank Oliver Glöckner.

Ethics declarations

Ethics approval and consent to participate

Not applicable

Consent for publication

Not applicable

Competing interests

The authors declare that they have no competing interests.

Publisher’s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 4.0 International License (http://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Beccati, A., Gerken, J., Quast, C. et al. SILVA tree viewer: interactive web browsing of the SILVA phylogenetic guide trees. BMC Bioinformatics 18, 433 (2017). https://doi.org/10.1186/s12859-017-1841-3

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12859-017-1841-3

Keywords