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对象的参数。