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