Bio.Phylo.CDAO模块
与CDAO树对应的类。
查看课程 Bio.Nexus
:树。树,树。NodeData和Nodes.Chain。
- class Bio.Phylo.CDAO.Tree(root=None, rooted=False, id=None, name=None, weight=1.0)
基类:
Tree
CDAO树对象。
- __init__(root=None, rooted=False, id=None, name=None, weight=1.0)
初始化CDAO树对象的值。
- __annotations__ = {}
- __firstlineno__ = 17
- __static_attributes__ = ('attributes', 'weight')
- class Bio.Phylo.CDAO.Clade(branch_length=1.0, name=None, clades=None, confidence=None, comment=None)
基类:
Clade
CDAO Clade(子树)对象。
- __init__(branch_length=1.0, name=None, clades=None, confidence=None, comment=None)
初始化CDAO Clade对象的值。
- __annotations__ = {}
- __firstlineno__ = 31
- __static_attributes__ = ('attributes', 'comment', 'edge_attributes', 'tu_attributes')