Datasets:
Upload folder using huggingface_hub
Browse files- README.md +118 -0
- test.parquet +3 -0
- train.parquet +3 -0
README.md
ADDED
@@ -0,0 +1,118 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: rna
|
3 |
+
tags:
|
4 |
+
- Biology
|
5 |
+
- RNA
|
6 |
+
license:
|
7 |
+
- agpl-3.0
|
8 |
+
size_categories:
|
9 |
+
- 1K<n<10K
|
10 |
+
task_categories:
|
11 |
+
- text-generation
|
12 |
+
- fill-mask
|
13 |
+
task_ids:
|
14 |
+
- language-modeling
|
15 |
+
- masked-language-modeling
|
16 |
+
pretty_name: EternaBench-CM
|
17 |
+
library_name: multimolecule
|
18 |
+
---
|
19 |
+
|
20 |
+
# EternaBench-CM
|
21 |
+
|
22 |
+

|
23 |
+
|
24 |
+
EternaBench-CM is a synthetic RNA dataset comprising 12,711 RNA constructs that have been chemically mapped using SHAPE and MAP-seq methods.
|
25 |
+
These RNA sequences are probed to obtain experimental data on their nucleotide reactivity, which indicates whether specific regions of the RNA are flexible or structured.
|
26 |
+
The dataset provides high-resolution, large-scale data that can be used for studying RNA folding and stability.
|
27 |
+
|
28 |
+
## Disclaimer
|
29 |
+
|
30 |
+
This is an UNOFFICIAL release of the [EternaBench-CM](https://github.com/eternagame/EternaBench) by Hannah K. Wayment-Steele, et al.
|
31 |
+
|
32 |
+
**The team releasing EternaBench-CM did not write this dataset card for this dataset so this dataset card has been written by the MultiMolecule team.**
|
33 |
+
|
34 |
+
## Dataset Description
|
35 |
+
|
36 |
+
- **Homepage**: https://multimolecule.danling.org/datasets/eternabench_cm
|
37 |
+
- **datasets**: https://huggingface.co/datasets/multimolecule/eternabench-cm
|
38 |
+
- **Point of Contact**: [Rhiju Das](https://biochemistry.stanford.edu/people/rhiju-das)
|
39 |
+
|
40 |
+
The dataset includes a large set of synthetic RNA sequences with experimental chemical mapping data, which provides a quantitative readout of RNA nucleotide reactivity. These data are ensemble-averaged and serve as a critical benchmark for evaluating secondary structure prediction algorithms in their ability to model RNA folding dynamics.
|
41 |
+
|
42 |
+
## Example Entry
|
43 |
+
|
44 |
+
| index | design | sequence | secondary_structure | reactivity | errors | signal_to_noise |
|
45 |
+
| -------- | ---------------------- | ---------------- | ------------------- | -------------------------- | --------------------------- | --------------- |
|
46 |
+
| 769337-1 | d+m plots weaker again | GGAAAAAAAAAAA... | ................ | [0.642,1.4853,0.1629, ...] | [0.3181,0.4221,0.1823, ...] | 3.227 |
|
47 |
+
|
48 |
+
## Column Description
|
49 |
+
|
50 |
+
- **id**:
|
51 |
+
A unique identifier for each RNA sequence entry.
|
52 |
+
|
53 |
+
- **design**:
|
54 |
+
The name given to each RNA design by contributors, used for easy reference.
|
55 |
+
|
56 |
+
- **sequence**:
|
57 |
+
The nucleotide sequence of the RNA molecule, represented using the standard RNA bases:
|
58 |
+
|
59 |
+
- **A**: Adenine
|
60 |
+
- **C**: Cytosine
|
61 |
+
- **G**: Guanine
|
62 |
+
- **U**: Uracil
|
63 |
+
|
64 |
+
- **secondary_structure**:
|
65 |
+
The secondary structure of the RNA represented in dot-bracket notation, using up to three types of symbols to indicate base pairing and unpaired regions, as per bpRNA's standard:
|
66 |
+
|
67 |
+
- **Dots (`.`)**: Represent unpaired nucleotides.
|
68 |
+
- **Parentheses (`(` and `)`)**: Represent base pairs in standard stems (page 1).
|
69 |
+
- **Square Brackets (`[` and `]`)**: Represent base pairs in pseudoknots (page 2).
|
70 |
+
- **Curly Braces (`{` and `}`)**: Represent base pairs in additional pseudoknots (page 3).
|
71 |
+
|
72 |
+
- **reactivity**:
|
73 |
+
A list of normalized reactivity values for each nucleotide, representing the likelihood that a nucleotide is unpaired.
|
74 |
+
High reactivity indicates high flexibility (unpaired regions), and low reactivity corresponds to paired or structured regions.
|
75 |
+
|
76 |
+
- **errors**:
|
77 |
+
Arrays of floating-point numbers indicating the experimental errors corresponding to the measurements in the **reactivity**.
|
78 |
+
These values help quantify the uncertainty in the degradation rates and reactivity measurements.
|
79 |
+
|
80 |
+
- **signal_to_noise**:
|
81 |
+
The signal-to-noise ratio calculated from the reactivity and error values, providing a measure of data quality.
|
82 |
+
|
83 |
+
## Related Datasets
|
84 |
+
|
85 |
+
- [eternabench-switch](https://huggingface.co/datasets/multimolecule/eternabench-switch)
|
86 |
+
- [eternabench-external.1200](https://huggingface.co/datasets/multimolecule/eternabench-external.1200): EternaBench-External dataset with maximum sequence length of 1200 nucleotides.
|
87 |
+
|
88 |
+
## Preprocess
|
89 |
+
|
90 |
+
The MultiMolecule team preprocess this dataset by the following steps:
|
91 |
+
|
92 |
+
1. Remove all sequence whose `signal_to_noise < 1`.
|
93 |
+
2. Remove all sequence without proper secondary structure (i.e., the secondary structure in dot-bracket notation do not match).
|
94 |
+
3. Padding/truncating all chemical measurements to sequence length.
|
95 |
+
|
96 |
+
## License
|
97 |
+
|
98 |
+
This dataset is licensed under the [AGPL-3.0 License](https://www.gnu.org/licenses/agpl-3.0.html).
|
99 |
+
|
100 |
+
```spdx
|
101 |
+
SPDX-License-Identifier: AGPL-3.0-or-later
|
102 |
+
```
|
103 |
+
|
104 |
+
## Citation
|
105 |
+
|
106 |
+
```bibtex
|
107 |
+
@article{waymentsteele2022rna,
|
108 |
+
author = {Wayment-Steele, Hannah K and Kladwang, Wipapat and Strom, Alexandra I and Lee, Jeehyung and Treuille, Adrien and Becka, Alex and {Eterna Participants} and Das, Rhiju},
|
109 |
+
journal = {Nature Methods},
|
110 |
+
month = oct,
|
111 |
+
number = 10,
|
112 |
+
pages = {1234--1242},
|
113 |
+
publisher = {Springer Science and Business Media LLC},
|
114 |
+
title = {{RNA} secondary structure packages evaluated and improved by high-throughput experiments},
|
115 |
+
volume = 19,
|
116 |
+
year = 2022
|
117 |
+
}
|
118 |
+
```
|
test.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fa99dd3357c977518d4d947f66bfaca5f85d9b98492b55727739a3e1fd051c61
|
3 |
+
size 478864
|
train.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2d9da1cc47eca6e62d124cfe041308d9381413d86de452b07509b02f15c3d2b7
|
3 |
+
size 4284095
|