查看原文
其他

文章发表:解决进化树和数据的输入和输出

Y叔叔 YuLabSMU 2022-09-20

摘要

Phylogenetic trees and data are often stored in incompatible and inconsistent formats. The outputs of software tools that contain trees with analysis findings are often not compatible with each other, making it hard to integrate the results of different analyses in a comparative study. The treeio package is designed to connect phylogenetic tree input and output. It supports extracting phylogenetic trees as well as the outputs of commonly used analytical software. It can link external data to phylogenies and merge tree data obtained from different sources, enabling analyses of phylogeny-associated data from different disciplines in an evolutionary context. Treeio also supports export of a phylogenetic tree with heterogeneous-associated data to a single tree file, including BEAST compatible NEXUS and jtree formats; these facilitate data sharing as well as file format conversion for downstream analysis. The treeio package is designed to work with the tidytree and ggtree packages. Tree data can be processed using the tidy interface with tidytree and visualized by ggtree. The treeio package is released within the Bioconductor and rOpenSci projects. It is available at https://www.bioconductor.org/packages/treeio/.


解决了什么问题

  1. 让各种数据可读,可用
  2. 让数据映射到树的拓扑结构上,允许外部数据整合
  3. 让数据+树输出为单一文件
  4. 输入和输出 等同于 文件格式转换,可以当不同软件的转接头
  5. 让下游的整合分析、比较分析成为可能


点击阅读原文了解一下:)

往期精彩

您可能也对以下帖子感兴趣

文章有问题?点此查看未经处理的缓存