Bio.Nexus.StandardData 模块

表示 NEXUS 标准数据类型矩阵编码的对象。

exception Bio.Nexus.StandardData.NexusError

基类:Exception

用于管理 Nexus 异常的规定。

class Bio.Nexus.StandardData.StandardData(data)

基类:object

创建 StandardData 可迭代对象。

每个编码指定 t [类型] => (std [标准]、multi [多态] 或 uncer [不确定]) 和 d [数据]

__init__(data)

初始化类。

__len__()

返回编码的长度,使用 len(my_coding)。

__getitem__(arg)

通过索引提取子项。

__iter__()

迭代所有项。

__next__()

返回下一个项。

raw()

将完整编码作为 Python 列表返回。

__str__()

将完整编码作为 Python 字符串返回,使用 str(my_coding)。