Bio.Phylo.NeXML 模块

与 NeXML 树对应的类。

请参阅 Bio.Nexus 中的类:Trees.Tree、Trees.NodeData 和 Nodes.Chain。

class Bio.Phylo.NeXML.Tree(root=None, rooted=False, id=None, name=None, weight=1.0)

基类:Tree

NeXML 树对象。

__init__(root=None, rooted=False, id=None, name=None, weight=1.0)

使用给定参数实例化 NeXML 树对象。

class Bio.Phylo.NeXML.Clade(branch_length=1.0, name=None, clades=None, confidence=None, comment=None, **kwargs)

基类:Clade

NeXML Clade(子树)对象。

__init__(branch_length=1.0, name=None, clades=None, confidence=None, comment=None, **kwargs)

初始化 NeXML Clade 对象的参数。