plinder-cistrans-209
收藏资源简介:
PLINDER cis/trans 构象异构体基准数据集(209 个系统)是一个从 PLINDER 数据集中精心筛选出的子集,专门用于评估结构预测方法在预测蛋白质-配体复合物时,是否能够正确保持配体中双键的 E/Z(顺式/反式)立体化学构型。该数据集包含 209 个经过筛选的蛋白质-配体系统,每个系统都提供了进行结构预测和结果评估所需的完整数据:蛋白质的多序列比对文件 (MSA,ColabFold/MMseqs2 生成,以 xz 格式压缩)、配体的 SMILES 字符串表示以及来自晶体结构的参考配体结构 (SDF 格式)。数据集的筛选标准严格,从原始的 484 个具有顺反异构能力配体的系统中,剔除了 275 个无法可靠评分的系统,仅保留那些含有至少一个非环状(受约束)且其 E/Z 构型仅由重原子坐标即可判定(氢原子可判定)的双键,并且不包含任何受约束但不可判定双键(如存在互变异构)的配体。该数据集最初作为 Restraint-Guided Inference (RGI) 方法中 `cistrans` 评分项的评估集而构建,但其设计是通用的,适用于任何能够输出配体三维坐标的预测方法。数据集的一个已知局限性是排除了大环化合物(如大环内酯)中的双键,这是由于底层约束引擎的限制,而非数据集的筛选偏好。数据以标准格式组织,包含索引文件 (`index.csv`)、压缩的 MSA 文件和 SDF 文件,便于直接用于计算评估。数据集基于 CC-BY-4.0 许可证发布,数据来源于 PLINDER、RCSB PDB、UniProt/UniRef100 和 MGnify 蛋白质数据库。
The PLINDER cis/trans conformational isomer benchmark dataset (209 systems) is a carefully curated subset of the PLINDER dataset, specifically designed to evaluate whether structure prediction methods can correctly maintain the E/Z (cis/trans) stereochemical configuration of double bonds in ligands when predicting protein-ligand complexes. This dataset contains 209 filtered protein-ligand systems, each providing complete data required for structure prediction and evaluation: protein multiple sequence alignment files (MSA, generated by ColabFold/MMseqs2, compressed in xz format), SMILES string representations of the ligand, and reference ligand structures from crystal structures (SDF format). The screening criteria are strict: from the original 484 systems with ligands capable of cis/trans isomerism, 275 systems that cannot be reliably scored were removed, retaining only those ligands that contain at least one non-cyclic (constrained) double bond whose E/Z configuration can be determined solely from heavy atom coordinates (hydrogen atoms can be determined), and do not contain any constrained but indeterminable double bonds (e.g., due to tautomerism). This dataset was originally constructed as an evaluation set for the `cistrans` scoring term in the Restraint-Guided Inference (RGI) method, but its design is general and applicable to any prediction method that can output three-dimensional coordinates of ligands. A known limitation of the dataset is the exclusion of double bonds in macrocyclic compounds (e.g., macrolides), due to limitations of the underlying constraint engine rather than dataset screening preferences. Data is organized in standard formats, including an index file (index.csv), compressed MSA files, and SDF files, facilitating direct use in computational evaluation. The dataset is released under the CC-BY-4.0 license, with data sourced from PLINDER, RCSB PDB, UniProt/UniRef100, and MGnify protein databases.
PLINDER 顺/反构象基准数据集(209 个系统)
数据集概述
本数据集是 PLINDER 的一个经过精心筛选的子集,包含 209 个系统,专门用于评估结构预测模型是否能正确保留配体双键的 E/Z(顺/反)构型。每个系统提供蛋白质 MSA、配体 SMILES 和晶体配体 SDF 文件,可用于折叠和评分。
筛选标准
从 PLINDER 的 484 个原始系统中,剔除了 275 个无法评分的系统,只保留双键同时满足以下两个条件的系统:
- 受约束(非环状、非芳香族)
- 氢可判定(仅由重原子坐标即可确定 E/Z 构型)
| 筛选类别 | 数量 | 原因 |
|---|---|---|
| 无受约束且可判定的 E/Z 键 | 240 | 主要为胍/脒类(~168 个)及仅含环状 E/Z 的系统(大环内酯类 ~70 个) |
| ≥1 个受约束但不可判定的键 | 35 | 互变异构(烯胺、游离肟/偕胺肟):可交换的氢会使双键转移 |
| 无效的 a3m/sdf 或无法解析的 SMILES | 0 | 484 → 209 的筛选仅基于 E/Z 过滤条件 |
| 保留 | 209 | ≥1 个非环状、氢可判定的 E/Z 键,且无受约束但不可判定的键 |
保留的系统包括:肟醚、N-取代席夫碱和偶氮键。
已知局限:大环化合物
- 约 70 个含环状双键的系统被排除,因为现有约束引擎认为环状双键无法异构化,但对于 14–16 元大环内酯而言这是不正确的。
- 如果您的方法支持大环 E/Z 判定,本数据集会低估其表现。
数据布局
| 路径 | 内容 |
|---|---|
index.csv |
209 行记录:sys_id、pdbid、ligid、smiles、release_date,以及负载文件的 sha256 校验和/大小 |
msa/<sys_id>.a3m.xz |
ColabFold/MMseqs2 生成的 MSA 文件,xz 压缩(总计 ~171 MB,解压后 ~850 MB) |
sdf/<sys_id>.sdf |
来自 PLINDER 的晶体配体 SDF 文件,键名为 sys_id |
行顺序固定,与原始发布的 index.csv 一致;下游批处理打包基于位置,重新排序会改变批次分配。
使用方法
- 读取
index.csv xz解压 a3m 文件- 使用 RDKit 读取 SDF 文件
- 将预测的配体坐标与晶体配体的 E/Z 构型进行评分比较
来源与许可
- 许可协议:CC-BY-4.0
- 需署名来源:
- PLINDER(CC-BY-4.0)
- RCSB PDB(基础实验结构)
- UniProt / UniRef100(CC-BY-4.0)
- MGnify 蛋白质数据库(CC0-1.0)
- ColabFold / MMseqs2
- MSA 使用 ColabFold/MMseqs2 在 UniRef100 + MGnify 上生成
- 筛选使用了 RDKit 2026.03.4 进行立体化学和环感知判定




