FireProtDB2
收藏资源简介:
FireProtDB_2.0 数据集是一个关于蛋白质稳定性的精选数据集,包含来自 FireProtDB 数据库的单点突变体的不同热稳定性测量子集。数据集根据测量类型(ΔG、ΔΔG、Tm、ΔTm、适应度、二元稳定化)分为多个子集,并基于各子集中蛋白质的序列相似性按 80/10/10 的比例划分为训练集、验证集和测试集。稳定化子集是一个二元分类数据集,用于指示突变是稳定化还是去稳定化。该数据集适用于训练模型以预测各种热稳定性指标或评估突变的稳定性效应。数据集来源于 FireProtDB 数据库,并经过 Pandas 和 mmseqs2 的处理。数据集采用 CC-BY-4.0 许可,主要语言为英语,适用于化学和生物学领域的研究。
FireProtDB_2.0 dataset is a curated dataset focused on protein stability, containing distinct subsets of thermal stability measurements for single-point mutants sourced from the FireProtDB database. The dataset is divided into multiple subsets based on measurement types, including ΔG, ΔΔG, Tm, ΔTm, fitness, and binary stabilization. It is split into training, validation, and test sets at an 80/10/10 ratio according to the sequence similarity of proteins within each subset. The stabilization subset is a binary classification dataset that indicates whether a mutation is stabilizing or destabilizing. This dataset is suitable for training models to predict various thermal stability metrics or evaluate the stability effects of mutations. The dataset is sourced from the FireProtDB database and processed using Pandas and mmseqs2. It is licensed under CC-BY-4.0, primarily in English, and is intended for research in the fields of chemistry and biology.
FireProtDB_2.0 数据集概述
数据集基本信息
- 数据集名称:FireProtDB_2.0
- 许可证:cc-by-4.0
- 主要语言:英语 (en)
- 标签:化学 (chemistry)、生物学 (biology)
- 数据集地址:https://huggingface.co/datasets/drake463/FireProtDB2
数据集详情
该数据集包含从FireProtDB(一个综合性的手动管理数据库)中提取的单点突变蛋白质稳定性数据的子集。这些子集基于不同的热稳定性测量类型进行划分,并提供了训练/验证/测试分割。
数据子集类型
数据集包含以下六个子集,每个子集对应一种特定的热稳定性测量或分类:
- ΔG (mutation_dg):吉布斯自由能变化。
- ΔΔG (mutation_ddg):吉布斯自由能变化的变化。
- Tm (mutation_tm):熔解温度。
- ΔTm (mutation_dtm):熔解温度的变化。
- Fitness (mutation_fitness):适应度。
- Binary Stabilizing (mutation_binary):稳定化分类(二元标签),由FireProtDB判定突变是稳定化(true)还是去稳定化(false)。
数据划分
每个子集均按80/10/10的比例划分为训练集、验证集和测试集。划分依据是每个子集中不同蛋白质的序列相似性。
数据集来源
- 原始数据库:FireProtDB (https://loschmidt.chaemi.muni.cz/fireprotdb/)
- 相关论文:Milos Musil 等人于2026年发表在《Nucleic Acids Research》上的论文 "FireProtDB 2.0: large-scale manually curated database of the protein stability data"。DOI: https://doi.org/10.1093/nar/gkaf1211
数据集用途
适用于训练模型以预测各种热稳定性指标,或评估突变对稳定性的影响。
数据集结构
- 数据格式:Parquet 文件。
- 配置 (Configs):每个数据子集对应一个配置名称,其下包含
train、validation和test三个分割。 - 数据文件路径示例:
data/subsets/mutation_dg/train.parquet
数据收集与处理
数据集使用FireProtDB的CSV文件(https://loschmidt.chemi.muni.cz/fireprotdb/download/)进行处理。处理流程主要使用了Pandas和mmseqs2工具,相关代码可在 src/ 目录中找到。
维护者
- 管理者:Zachary Drake (zacharydrake (at) g.ucla.edu)



