Bio.PDB.parse_pdb_header 模块

将 PDB 文件的头部解析为 Python 字典。

源自 Columba 数据库项目 www.columba-db.de,原始作者 Kristian Rother。

Bio.PDB.parse_pdb_header.parse_pdb_header(infile)

将 pdb 文件的头部行作为字典返回。

字典键为:head, deposition_date, release_date, structure_method, resolution, structure_reference, journal_reference, author 和 compound。