datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
protein_stability_single_mutation
Protein Data Stability - Single Mutation
This repository contains data on the change in protein stability with a single mutation.
Attribution of Data Sources
Primary Source: Tsuboyama, K., Dauparas, J., Chen, J. et al. Mega-scale experimental analysis of protein folding stability in biology and design. Nature 620, 434–444 (2023). Link to the paper
Dataset Link: Zenodo Record
As to where the dataset comes from in this broader work, the relevant dataset (#3) is shown in… See the full description on the dataset page: https://huggingface.co/datasets/Trelis/protein_stability_single_mutation.omni-dna-sad-mutation-dataset
Omni-DNA SAD Mutation Dataset
Synthetic and real DNA mutation pairs for training cross-domain HGT mutation prediction models.
Files
File
Pairs
Source
synthetic_expanded.jsonl
8,112
ICI dual-model generation (Omni + HyenaDNA consensus)
train.jsonl
3,317
Real NCBI sequences
test.jsonl
826
Real NCBI sequences (held-out)
Format
Each line is a JSON object:
{"parent": "ATGGCT...", "child": "ATAGCT..."}
Generation Method (Synthetic… See the full description on the dataset page: https://huggingface.co/datasets/Nhoodie/omni-dna-sad-mutation-dataset.
