Bio.Phylo.Newick模块
对应于Newick树的类,也用于Nexus树。
查看课程 Bio.Nexus
:树。树,树。NodeData和Nodes.Chain。
- class Bio.Phylo.Newick.Tree(root=None, rooted=False, id=None, name=None, weight=1.0)
基类:
Tree
Newick Tree对象。
- __init__(root=None, rooted=False, id=None, name=None, weight=1.0)
初始化Newick树对象的参数。
- __annotations__ = {}
- __firstlineno__ = 16
- __static_attributes__ = ('weight',)
- class Bio.Phylo.Newick.Clade(branch_length=None, name=None, clades=None, confidence=None, comment=None)
基类:
Clade
Newick Clade(子树)对象。
- __init__(branch_length=None, name=None, clades=None, confidence=None, comment=None)
初始化Newick Clade对象的参数。
- __annotations__ = {}
- __firstlineno__ = 27
- __static_attributes__ = ('comment',)