ZhiyuanChen commited on
Commit
8223c13
1 Parent(s): a9aed39

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +117 -0
  2. test.parquet +3 -0
README.md ADDED
@@ -0,0 +1,117 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-External
17
+ library_name: multimolecule
18
+ ---
19
+
20
+ # EternaBench-External
21
+
22
+ ![EternaBench-External](https://eternagame.org/sites/default/files/thumb_eternabench_paper.png)
23
+
24
+ EternaBench-External consists of 31 independent RNA datasets from various biological sources, including viral genomes, mRNAs, and synthetic RNAs.
25
+ These sequences were probed using techniques such as SHAPE-CE, SHAPE-MaP, and DMS-MaP-seq to understand RNA secondary structures under different experimental and biological conditions.
26
+ This dataset serves as a benchmark for evaluating RNA structure prediction models, with a particular focus on generalization to natural RNA molecules.
27
+
28
+ ## Disclaimer
29
+
30
+ This is an UNOFFICIAL release of the [EternaBench-External](https://github.com/eternagame/EternaBench) by Hannah K. Wayment-Steele, et al.
31
+
32
+ **The team releasing EternaBench-External 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_external
37
+ - **Point of Contact**: [Rhiju Das](https://biochemistry.stanford.edu/people/rhiju-das/)
38
+
39
+ This dataset includes RNA sequences from various biological origins, including viral genomes and mRNAs, and covers a wide range of probing methods like SHAPE-CE and icSHAPE.
40
+ Each dataset entry provides sequence information, reactivity profiles, and RNA secondary structure data.
41
+ This dataset can be used to examine how RNA structures vary under different conditions and to validate structural predictions for diverse RNA types.
42
+
43
+ ## Example Entry
44
+
45
+ | name | sequence | reactivity | seqpos | class | dataset |
46
+ | ----------------------------------------------------------- | ----------------------- | -------------------------------- | -------------------- | ---------- | -------------- |
47
+ | Dadonaite,2019 Influenza genome SHAPE(1M7) SSII-Mn(2+) Mut. | TTTACCCACAGCTGTGAATT... | [0.639309,0.813297,0.622869,...] | [7425,7426,7427,...] | viral_gRNA | Dadonaite,2019 |
48
+
49
+ ## Column Description
50
+
51
+ - **name**:
52
+ The name of the dataset entry, typically including the experimental setup and biological source.
53
+
54
+ - **sequence**:
55
+ The nucleotide sequence of the RNA molecule, represented using the standard RNA bases:
56
+
57
+ - **A**: Adenine
58
+ - **C**: Cytosine
59
+ - **G**: Guanine
60
+ - **U**: Uracil
61
+
62
+ - **reactivity**:
63
+ A list of normalized reactivity values for each nucleotide, representing the likelihood that a nucleotide is unpaired.
64
+ High reactivity indicates high flexibility (unpaired regions), and low reactivity corresponds to paired or structured regions.
65
+
66
+ - **seqpos**:
67
+ A list of sequence positions corresponding to each nucleotide in the **sequence**.
68
+
69
+ - **class**:
70
+ The type of RNA sequence, can be one of the following:
71
+
72
+ - SARS-CoV-2_gRNA
73
+ - mRNA
74
+ - rRNA
75
+ - small RNAs
76
+ - viral_gRNA
77
+
78
+ - **dataset**:
79
+ The source or reference for the dataset entry, indicating its origin.
80
+
81
+ ## Variations
82
+
83
+ This dataset is available in four variants:
84
+
85
+ - [eternabench-external.1200](https://huggingface.co/datasets/multimolecule/eternabench-external.1200): EternaBench-External dataset with maximum sequence length of 1200 nucleotides.
86
+ - [eternabench-external.900](https://huggingface.co/datasets/multimolecule/eternabench-external.900): EternaBench-External dataset with maximum sequence length of 900 nucleotides.
87
+ - [eternabench-external.600](https://huggingface.co/datasets/multimolecule/eternabench-external.600): EternaBench-External dataset with maximum sequence length of 600 nucleotides.
88
+ - [eternabench-external.300](https://huggingface.co/datasets/multimolecule/eternabench-external.300): EternaBench-External dataset with maximum sequence length of 300 nucleotides.
89
+
90
+ ## Related Datasets
91
+
92
+ - [eternabench-cm](https://huggingface.co/datasets/multimolecule/eternabench-cm)
93
+ - [eternabench-switch](https://huggingface.co/datasets/multimolecule/eternabench-switch)
94
+
95
+ ## License
96
+
97
+ This dataset is licensed under the [AGPL-3.0 License](https://www.gnu.org/licenses/agpl-3.0.html).
98
+
99
+ ```spdx
100
+ SPDX-License-Identifier: AGPL-3.0-or-later
101
+ ```
102
+
103
+ ## Citation
104
+
105
+ ```bibtex
106
+ @article{waymentsteele2022rna,
107
+ 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},
108
+ journal = {Nature Methods},
109
+ month = oct,
110
+ number = 10,
111
+ pages = {1234--1242},
112
+ publisher = {Springer Science and Business Media LLC},
113
+ title = {{RNA} secondary structure packages evaluated and improved by high-throughput experiments},
114
+ volume = 19,
115
+ year = 2022
116
+ }
117
+ ```
test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ad34fc46b7ddd62dc4cd3a30070dc6def4f0b40cc4331480e99d766feebae83
3
+ size 5066175