A Python library for phylogenetics and phylogenetic computing: reading, writing, simulation, processing and manipulation of phylogenetic trees (phylogenies) and characters.
Project description
automated tests: |
package version: |
documentation: |
test coverage: |
DendroPy is a Python library for phylogenetic computing. It provides classes and functions for the simulation, processing, and manipulation of phylogenetic trees and character matrices, and supports the reading and writing of phylogenetic data in a range of formats, such as NEXUS, NEWICK, NeXML, Phylip, FASTA, etc. Application scripts for performing some useful phylogenetic operations, such as data conversion and tree posterior distribution summarization, are also distributed and installed as part of the libary. DendroPy can thus function as a stand-alone library for phylogenetics, a component of more complex multi-library phyloinformatic pipelines, or as a scripting “glue” that assembles and drives such pipelines.
The primary home page for DendroPy, with detailed tutorials and documentation, is at:
DendroPy is also hosted in the official Python repository:
Requirements and Installation
The current version of DendroPy requires Python 3:
You can install DendroPy by running:
$ sudo pip install dendropy
More information is available here:
Documentation
Full documentation is available here:
This includes:
and more.
Citing
If you use any portion of DendroPy v5 in your research, please cite it as:
Moreno, M. A., Sukumaran, J., and M. T. Holder. 2024. DendroPy 5: a mature Python library for phylogenetic computing. arXiv preprint arXiv:2405.14120. https://doi.org/10.48550/arXiv.2405.14120
For BibTex users:
@misc{dendropy5,
title = {DendroPy 5: a mature Python library for phylogenetic computing},
author = {Moreno, Matthew Andres and Sukumaran, Jeet and Holder, Mark T.},
year = {2024},
keywords = {Populations and Evolution (q-bio.PE), FOS: Biological sciences, FOS: Biological sciences},
publisher = {arXiv},
doi = {10.48550/ARXIV.2405.14120},
url = {https://arxiv.org/abs/2405.14120},
copyright = {arXiv.org perpetual, non-exclusive license}
}
Earlier DendroPy versions can be cited as:
Sukumaran, J. and M. T. Holder. 2010. DendroPy: a Python library for phylogenetic computing. Bioinformatics 26: 1569-1571. https://doi.org/10.1093/bioinformatics/btq228
Consider also leaving a star on GitHub!
License and Warranty
Please see the file “LICENSE.rst” for details.
Developers
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.