ZhiyuanChen commited on
Commit
9b7abab
·
verified ·
1 Parent(s): 7748798

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. README.md +144 -0
  2. test.parquet +3 -0
  3. train.parquet +3 -0
README.md ADDED
@@ -0,0 +1,144 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-Switch
17
+ library_name: multimolecule
18
+ ---
19
+
20
+ # EternaBench-Switch
21
+
22
+ ![EternaBench-Switch](https://eternagame.org/sites/default/files/thumb_eternabench_paper.png)
23
+
24
+ EternaBench-Switch is a synthetic RNA dataset consisting of 7,228 riboswitch constructs, designed to explore the structural behavior of RNA molecules that change conformation upon binding to ligands such as FMN, theophylline, or tryptophan.
25
+ These riboswitches exhibit different structural states in the presence or absence of their ligands, and the dataset includes detailed measurements of binding affinities (dissociation constants), activation ratios, and RNA folding properties.
26
+
27
+ ## Disclaimer
28
+
29
+ This is an UNOFFICIAL release of the [EternaBench-Switch](https://github.com/eternagame/EternaBench) by Hannah K. Wayment-Steele, et al.
30
+
31
+ **The team releasing EternaBench-Switch did not write this dataset card for this dataset so this dataset card has been written by the MultiMolecule team.**
32
+
33
+ ## Dataset Description
34
+
35
+ - **Homepage**: https://multimolecule.danling.org/datasets/eternabench_switch
36
+ - **datasets**: https://huggingface.co/datasets/multimolecule/EternaBench-Switch
37
+ - **Point of Contact**: [Rhiju Das](https://biochemistry.stanford.edu/people/rhiju-das)
38
+
39
+ The dataset includes synthetic RNA sequences designed to act as riboswitches. These molecules can adopt different structural states in response to ligand binding, and the dataset provides detailed information on the binding affinities for various ligands, along with metrics on the RNA’s ability to switch between conformations. With over 7,000 entries, this dataset is highly useful for studying RNA folding, ligand interaction, and RNA structural dynamics.
40
+
41
+ ## Example Entry
42
+
43
+ | id | design | sequence | activation_ratio | ligand | switch | kd_off | kd_on | kd_fmn | kd_no_fmn | min_kd_val | ms2_aptamer | lig_aptamer | ms2_lig_aptamer | log_kd_nolig | log_kd_lig | log_kd_nolig_scaled | log_kd_lig_scaled | log_AR | folding_subscore | num_clusters |
44
+ | --- | ------ | ------------------ | ---------------- | ------ | ------ | ------- | ------ | ------ | --------- | ---------- | ----------------------------- | ------------------ | ------------------ | ------------ | ---------- | ------------------- | ----------------- | ------ | ---------------- | ------------ |
45
+ | 286 | null | AGGAAACAUGAGGAU... | 0.8824621522 | FMN | OFF | 13.3115 | 15.084 | null | null | 3.0082 | .....(((((x((xxxx)))))))..... | .................. | .....(((((x((xx... | 2.7137 | 2.5886 | 1.6123 | 1.4873 | -0.125 | null | null |
46
+
47
+ ## Column Description
48
+
49
+ - **id**:
50
+ A unique identifier for each RNA sequence entry.
51
+
52
+ - **design**:
53
+ The name given to each RNA design by contributors, used for easy reference.
54
+
55
+ - **sequence**:
56
+ The nucleotide sequence of the RNA molecule, represented using the standard RNA bases:
57
+
58
+ - **A**: Adenine
59
+ - **C**: Cytosine
60
+ - **G**: Guanine
61
+ - **U**: Uracil
62
+
63
+ - **activation_ratio**:
64
+ The ratio reflecting the RNA molecule’s structural change between two states (e.g., ON and OFF) upon ligand binding.
65
+
66
+ - **ligand**:
67
+ The small molecule ligand (e.g., FMN, theophylline) that the RNA is designed to bind to, inducing the switch.
68
+
69
+ - **switch**:
70
+ A binary or categorical value indicating whether the RNA demonstrates switching behavior.
71
+
72
+ - **kd_off**:
73
+ The dissociation constant (KD) when the RNA is in the "OFF" state (without ligand), representing its binding affinity.
74
+
75
+ - **kd_on**:
76
+ The dissociation constant (KD) when the RNA is in the "ON" state (with ligand), indicating its affinity after activation.
77
+
78
+ - **kd_fmn**:
79
+ The dissociation constant for the RNA binding to the FMN ligand.
80
+
81
+ - **kd_no_fmn**:
82
+ The dissociation constant when no FMN ligand is present, indicating the RNA's behavior in a ligand-free state.
83
+
84
+ - **min_kd_val**:
85
+ The minimum KD value observed across different ligand-binding conditions.
86
+
87
+ - **ms2_aptamer**:
88
+ Indicates whether the RNA contains an MS2 aptamer, a motif that binds the MS2 viral coat protein.
89
+
90
+ - **lig_aptamer**:
91
+ A flag showing the presence of an aptamer that binds the ligand (e.g., FMN), demonstrating ligand-specific binding capability.
92
+
93
+ - **ms2_lig_aptamer**:
94
+ Indicates if the RNA contains both an MS2 aptamer and a ligand-binding aptamer, potentially allowing for multifaceted binding behavior.
95
+
96
+ - **log_kd_nolig**:
97
+ The logarithmic value of the dissociation constant without the ligand.
98
+
99
+ - **log_kd_lig**:
100
+ The logarithmic value of the dissociation constant with the ligand present.
101
+
102
+ - **log_kd_nolig_scaled**:
103
+ A normalized and scaled version of **log_kd_nolig** for easier comparison across conditions.
104
+
105
+ - **log_kd_lig_scaled**:
106
+ A normalized and scaled version of **log_kd_lig** for consistency in data comparisons.
107
+
108
+ - **log_AR**:
109
+ The logarithmic scale of the activation ratio, offering a standardized measure of activation strength.
110
+
111
+ - **folding_subscore**:
112
+ A numerical score indicating how well the RNA molecule folds into the predicted structure.
113
+
114
+ - **num_clusters**:
115
+ The number of distinct structural clusters or conformations predicted for the RNA, reflecting the complexity of the folding landscape.
116
+
117
+ ## Related Datasets
118
+
119
+ - [eternabench-cm](https://huggingface.co/datasets/multimolecule/eternabench-cm)
120
+ - [eternabench-external.1200](https://huggingface.co/datasets/multimolecule/eternabench-external.1200): EternaBench-External dataset with maximum sequence length of 1200 nucleotides.
121
+
122
+ ## License
123
+
124
+ This dataset is licensed under the [AGPL-3.0 License](https://www.gnu.org/licenses/agpl-3.0.html).
125
+
126
+ ```spdx
127
+ SPDX-License-Identifier: AGPL-3.0-or-later
128
+ ```
129
+
130
+ ## Citation
131
+
132
+ ```bibtex
133
+ @article{waymentsteele2022rna,
134
+ 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},
135
+ journal = {Nature Methods},
136
+ month = oct,
137
+ number = 10,
138
+ pages = {1234--1242},
139
+ publisher = {Springer Science and Business Media LLC},
140
+ title = {{RNA} secondary structure packages evaluated and improved by high-throughput experiments},
141
+ volume = 19,
142
+ year = 2022
143
+ }
144
+ ```
test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5cada739411c75ce5f732492c9570cc6c132f58ae6502c26cf0e944b8d7999f
3
+ size 465613
train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1f563ec7833911e4676894fa2e6ab9950140cad73ef23e0fa3c00bd4e787499
3
+ size 795168