Upload folder using huggingface_hub
Browse files- README.md +48 -4
- test.parquet +2 -2
- train.parquet +2 -2
- validation.parquet +2 -2
README.md
CHANGED
@@ -23,6 +23,8 @@ library_name: multimolecule
|
|
23 |
|
24 |
RYOS is a database of RNA backbone stability in aqueous solution.
|
25 |
|
|
|
|
|
26 |
## Statement
|
27 |
|
28 |
_Deep learning models for predicting RNA degradation via dual crowdsourcing_ is published in [Nature Machine Intelligence](https://doi.org/10.1038/s42256-022-00571-8), which is a Closed Access / Author-Fee journal.
|
@@ -53,18 +55,60 @@ This is an UNOFFICIAL release of the [RYOS](https://www.kaggle.com/competitions/
|
|
53 |
|
54 |
## Example Entry
|
55 |
|
56 |
-
|
|
|
|
|
57 |
|
58 |
## Column Description
|
59 |
|
60 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
|
62 |
## Variations
|
63 |
|
64 |
This dataset is available in two subsets:
|
65 |
|
66 |
-
- [RYOS-1](https://huggingface.co/datasets/multimolecule/ryos-1): The RYOS-1
|
67 |
-
- [RYOS-2](https://huggingface.co/datasets/multimolecule/ryos-2): The RYOS-2
|
68 |
|
69 |
## License
|
70 |
|
|
|
23 |
|
24 |
RYOS is a database of RNA backbone stability in aqueous solution.
|
25 |
|
26 |
+
RYOS focuses on exploring the stability of mRNA for vaccine applications, specifically addressing the challenge of designing mRNA molecules that are less prone to degradation, especially under conditions where refrigeration may not be possible.
|
27 |
+
|
28 |
## Statement
|
29 |
|
30 |
_Deep learning models for predicting RNA degradation via dual crowdsourcing_ is published in [Nature Machine Intelligence](https://doi.org/10.1038/s42256-022-00571-8), which is a Closed Access / Author-Fee journal.
|
|
|
55 |
|
56 |
## Example Entry
|
57 |
|
58 |
+
| ID | design_name | sequence | structure | reactivity | signal_to_noise_reactivity | errors_reactivity | deg_pH10 | signal_to_noise_deg_pH10 | errors_deg_pH10 | deg_50C | signal_to_noise_deg_50C | errors_deg_50C | deg_Mg_pH10 | signal_to_noise_deg_Mg_pH10 | errors_deg_Mg_pH10 | deg_Mg_50C | signal_to_noise_deg_Mg_50C | errors_deg_Mg_50C | SN_filter |
|
59 |
+
| ------- | ----------- | ------------- | ------------- | ----------------------------- | -------------------------- | ---------------------------- | ----------------------------- | ------------------------ | ---------------------------- | --------------------------- | ----------------------- | ---------------------------- | ----------------------------- | --------------------------- | ---------------------------- | --------------------------- | -------------------------- | ---------------------------- | --------- |
|
60 |
+
| 9830366 | testing | GGAAAUUUGC... | .......(((... | [0.4167, 1.5941, 1.2359, ...] | 5.326 | [0.1689, 0.2323, 0.193, ...] | [1.5966, 2.6482, 1.3761, ...] | 4.198 | [0.3058, 0.3294, 0.233, ...] | [0.7885, 1.93, 2.0423, ...] | 3.746 | [0.2773, 0.328, 0.3048, ...] | [1.5966, 2.6482, 1.3761, ...] | 4.198 | [0.3058, 0.3294, 0.233, ...] | [0.7885, 1.93, 2.0423, ...] | 3.746 | [0.2773, 0.328, 0.3048, ...] | True |
|
61 |
|
62 |
## Column Description
|
63 |
|
64 |
+
The RYOS dataset consists of the following columns, providing crucial insights for understanding RNA stability for vaccine design:
|
65 |
+
|
66 |
+
- **ID**:
|
67 |
+
A unique identifier for each RNA sequence entry.
|
68 |
+
|
69 |
+
- **design_name**:
|
70 |
+
The name given to each RNA design by contributors, used for easy reference.
|
71 |
+
|
72 |
+
- **sequence**:
|
73 |
+
The nucleotide sequence of the RNA, using standard bases:
|
74 |
+
|
75 |
+
- **A**: Adenine
|
76 |
+
- **C**: Cytosine
|
77 |
+
- **G**: Guanine
|
78 |
+
- **U**: Uracil
|
79 |
+
|
80 |
+
- **structure**:
|
81 |
+
The predicted secondary structure of the RNA, represented using dot-bracket notation.
|
82 |
+
The structure helps determine the likely secondary interactions within each RNA molecule.
|
83 |
+
|
84 |
+
- **reactivity**:
|
85 |
+
A list of floating-point values that provide an estimate of the likelihood of the RNA backbone being cut at each nucleotide position.
|
86 |
+
These values help determine the stability of the RNA structure under various experimental conditions.
|
87 |
+
|
88 |
+
- **deg_pH10** and **deg_Mg_pH10**:
|
89 |
+
Arrays of degradation rates observed under two conditions: incubation at pH 10 without and with magnesium, respectively.
|
90 |
+
These values provide insight into how different conditions affect the stability of RNA molecules.
|
91 |
+
|
92 |
+
- **deg_50C** and **deg_Mg_50C**:
|
93 |
+
Arrays of degradation rates after incubation at 50°C, without and with magnesium.
|
94 |
+
These values capture how RNA sequences respond to elevated temperatures, which is relevant for storage and transportation conditions.
|
95 |
+
|
96 |
+
- **\*\_error\_\* Columns**:
|
97 |
+
Arrays of floating-point numbers indicating the experimental errors corresponding to the measurements in the **reactivity** and **deg\_** columns. These values help quantify the uncertainty in the degradation rates and reactivity measurements.
|
98 |
+
|
99 |
+
- **SN_filter**:
|
100 |
+
A filter applied to the dataset based on the signal-to-noise ratio, indicating whether a specific sequence meets the dataset’s quality criteria.
|
101 |
+
|
102 |
+
If the SN_filter is `1`, the sequence meets the quality criteria; otherwise, it does not.
|
103 |
+
|
104 |
+
Note that due to technical limitations, the ground truth measurements are not available for the final bases of each RNA sequence, resulting in a shorter length for the provided labels compared to the full sequence.
|
105 |
|
106 |
## Variations
|
107 |
|
108 |
This dataset is available in two subsets:
|
109 |
|
110 |
+
- [RYOS-1](https://huggingface.co/datasets/multimolecule/ryos-1): The RYOS dataset from round 1 of the Eterna RYOS lab. The sequence length for RYOS-1 is 107, and the label length is 68.
|
111 |
+
- [RYOS-2](https://huggingface.co/datasets/multimolecule/ryos-2): The RYOS dataset from round 2 of the Eterna RYOS lab. The sequence length for RYOS-2 is 130, and the label length is 102.
|
112 |
|
113 |
## License
|
114 |
|
test.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:820fd0230782af0f287094d0eab94280f794f39b83258ff7f023f6d0e015eb6c
|
3 |
+
size 1077669
|
train.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5067d8fd7ef9c218ea59079d0ebcc6c8acb6fdfa94230041b04d8f756740be25
|
3 |
+
size 2991408
|
validation.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fece3cbcbdeff4a64c3bb3c5b96565e8d7c8666ff0cd3de75475841a06de053b
|
3 |
+
size 752010
|