Bio.Align.emboss 模块

Bio.Align 对来自 EMBOSS 工具的“emboss”比对输出的支持。

此模块包含 EMBOSS srspair/pair/simple 文件格式的解析器,例如来自 needle、water 和 stretcher 工具。

class Bio.Align.emboss.AlignmentIterator(source)

基类: AlignmentIterator

Emboss 比对迭代器。

用于从 EMBOSS 工具中读取它们所谓的“pairs”和“simple”格式的(成对)比对。

fmt: str | None = 'EMBOSS'
__abstractmethods__ = frozenset({})