ZhiyuanChen commited on
Commit
8aff64f
·
verified ·
1 Parent(s): 22985f7

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. README.md +94 -0
  2. test.parquet +3 -0
  3. train.parquet +3 -0
  4. val.parquet +3 -0
README.md ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: rna
3
+ tags:
4
+ - Biology
5
+ - RNA
6
+ license:
7
+ - agpl-3.0
8
+ size_categories:
9
+ - 100K<n<1M
10
+ source_datasets:
11
+ - multimolecule/bprna
12
+ - multimolecule/pdb
13
+ task_categories:
14
+ - text-generation
15
+ - fill-mask
16
+ task_ids:
17
+ - language-modeling
18
+ - masked-language-modeling
19
+ pretty_name: bpRNA-spot
20
+ library_name: multimolecule
21
+ ---
22
+
23
+ # bpRNA-spot
24
+
25
+ bpRNA-spot is a database of single molecule secondary structures annotated using bpRNA.
26
+
27
+ bpRNA-spot is a subset of [bpRNA-1m](../bprna).
28
+ It applies [CD-HIT (CD-HIT-EST)](https://sites.google.com/view/cd-hit) to remove sequences with more than 80% sequence similarity from bpRNA-1m.
29
+ It further randomly splits the remaining sequences into training, validation, and test sets with a ratio of appr
30
+
31
+ ## Disclaimer
32
+
33
+ This is an UNOFFICIAL release of the bpRNA-spot by Jaswinder Singh, Jack Hanson, Kuldip Paliwal and Yaoqi Zhou.
34
+
35
+ **The team releasing bpRNA-spot did not write this dataset card for this dataset so this dataset card has been written by the MultiMolecule team.**
36
+
37
+ ## Dataset Description
38
+
39
+ - **Homepage**: https://multimolecule.danling.org/datasets/bprna-spot
40
+ - **datasets**: https://huggingface.co/datasets/multimolecule/bprna-spot
41
+ - **Point of Contact**: [Kuldip Paliwal](mailto:[email protected]) and [Yaoqi Zhou](mailto:[email protected])
42
+
43
+ ## Related Datasets
44
+
45
+ - [bpRNA-1m](https://huggingface.co/datasets/multimolecule/bprna): A database of single molecule secondary structures annotated using bpRNA.
46
+ - [bpRNA-new](https://huggingface.co/datasets/multimolecule/bprna-new): A dataset of newly discovered RNA families from Rfam 14.2, designed for cross-family validation to assess generalization capability.
47
+
48
+ ## License
49
+
50
+ This dataset is licensed under the [AGPL-3.0 License](https://www.gnu.org/licenses/agpl-3.0.html).
51
+
52
+ ```spdx
53
+ SPDX-License-Identifier: AGPL-3.0-or-later
54
+ ```
55
+
56
+ ## Citation
57
+
58
+ ```bibtex
59
+ @article{singh2019rna,
60
+ author = {Singh, Jaswinder and Hanson, Jack and Paliwal, Kuldip and Zhou, Yaoqi},
61
+ journal = {Nature Communications},
62
+ month = nov,
63
+ number = 1,
64
+ pages = {5407},
65
+ publisher = {Springer Science and Business Media LLC},
66
+ title = {{RNA} secondary structure prediction using an ensemble of two-dimensional deep neural networks and transfer learning},
67
+ volume = 10,
68
+ year = 2019
69
+ }
70
+
71
+ @article{darty2009varna,
72
+ author = {Darty, K{\'e}vin and Denise, Alain and Ponty, Yann},
73
+ journal = {Bioinformatics},
74
+ month = aug,
75
+ number = 15,
76
+ pages = {1974--1975},
77
+ publisher = {Oxford University Press (OUP)},
78
+ title = {{VARNA}: Interactive drawing and editing of the {RNA} secondary structure},
79
+ volume = 25,
80
+ year = 2009
81
+ }
82
+
83
+ @article{berman2000protein,
84
+ author = {Berman, H M and Westbrook, J and Feng, Z and Gilliland, G and Bhat, T N and Weissig, H and Shindyalov, I N and Bourne, P E},
85
+ journal = {Nucleic Acids Research},
86
+ month = jan,
87
+ number = 1,
88
+ pages = {235--242},
89
+ publisher = {Oxford University Press (OUP)},
90
+ title = {The Protein Data Bank},
91
+ volume = 28,
92
+ year = 2000
93
+ }
94
+ ```
test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:224d8e3c0139367b7bc06cfb8f351262688d49aae2881334ce9d7a50a6be0cc6
3
+ size 131752
train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc3e979374a5bf3a53fb1955e8daaea10ffd7166e7b73feb0fb18944b3cc891d
3
+ size 855522
val.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:241ff77cb05e1b18b1d4d8d6eac8f5781b14ea2428e15692901861101e2714d8
3
+ size 128551