Add files via upload
TreeSAP: Tree SAmpling under Phylogenetic models
TreeSAP depends on SciPy and TreeSwift and can be installed via pip:
pip
sudo pip install treesap
If you are using a machine on which you lack administrative powers, TreeSAP can be installed locally using pip:
pip install --user treesap
from treesap import nonhomogeneous_yule_tree tree = nonhomogeneous_yule_tree(lambda x: 2*x, end_num_leaves=100) print(tree.newick())
Full documentation can be found at https://niemasd.github.io/TreeSAP/.
基于系统发育方法进行序列分类和功能/分类学分析的软件。
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
TreeSAP
TreeSAP: Tree SAmpling under Phylogenetic models
Installation
TreeSAP depends on SciPy and TreeSwift and can be installed via
pip:If you are using a machine on which you lack administrative powers, TreeSAP can be installed locally using
pip:Usage
Full documentation can be found at https://niemasd.github.io/TreeSAP/.