项目作者: ekmolloy

项目描述 :
A tool for divide-and-conquer tree estimation via a shared distance matrix
高级语言: Python
项目地址: git://github.com/ekmolloy/njmerge.git
创建时间: 2018-07-29T03:26:48Z
项目社区:https://github.com/ekmolloy/njmerge

开源协议:Other

下载


NJMerge

NJMerge is a tool for scaling phylogengy estimation methods to large datasets. NJMerge can be used in a divide-and-conquer framework as follows: 1) divide the species set into disjoint subsets, 2) construct trees on each subset, and 3) combine the subset trees using an associated distance matrix (on the full species set). NJMerge has been sucessfully tested in the context of species tree estimation (Molloy and Warnow, 2018).

REQUIREMENTS

EXAMPLE

To get started using NJMerge, work through this example.

CITATION

  1. @incollection{MolloyWarnow2018,
  2. author={Erin Molloy and Tandy Warnow},
  3. editor={Mathieu Blanchette and A{\''{i}}da Ouangraoua},
  4. title={{NJMerge: A generic technique for scaling phylogeny estimation methods and its application to species trees}},
  5. booktitle="Comparative Genomics. RECOMB-CG 2018. Lecture Notes in Computer Science},
  6. volume={11183},
  7. year={2018},
  8. publisher={Springer International Publishing},
  9. address={Cham}
  10. doi={10.1007/978-3-030-00834-5\_15}
  11. }

LICENSE

Please see LICENSE.txt for details.