Bio.PDB.mmtf 包

子模块

模块内容

支持加载存储在 MMTF 文件中的 3D 结构。

Bio.PDB.mmtf.get_from_decoded(decoder)

从解码器返回结构。

class Bio.PDB.mmtf.MMTFParser

基类:object

从 URL 或文件名获取 Biopython 结构的类。

static get_structure_from_url(pdb_id)

从 URL 获取结构 - 给定 PDB ID。

参数:

pdb_id – 输入 PDB ID

返回:

结构

static get_structure(file_path)

从文件获取结构 - 给定文件路径。

参数:

file_path – 输入文件路径

返回:

结构