ZhiyuanChen commited on
Commit
164b1c9
·
verified ·
1 Parent(s): 16ab3ba

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +164 -0
  2. data.parquet +3 -0
README.md ADDED
@@ -0,0 +1,164 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: rna
3
+ tags:
4
+ - Biology
5
+ - RNA
6
+ license:
7
+ - agpl-3.0
8
+ size_categories:
9
+ - 10M<n<100M
10
+ source_datasets:
11
+ - multimolecule/crw
12
+ - multimolecule/tmrna_website
13
+ - multimolecule/srpdb
14
+ - multimolecule/spr
15
+ - multimolecule/rnp
16
+ - multimolecule/rfam
17
+ - multimolecule/pdb
18
+ task_categories:
19
+ - text-generation
20
+ - fill-mask
21
+ task_ids:
22
+ - language-modeling
23
+ - masked-language-modeling
24
+ pretty_name: bpRNA-1m
25
+ library_name: multimolecule
26
+ ---
27
+
28
+ # bpRNA-1m
29
+
30
+ ![bpRNA-1m](https://bprna.cgrb.oregonstate.edu/images/bpRNA_structure.png)
31
+
32
+ bpRNA-1m is a database of single molecule secondary structures annotated using bpRNA.
33
+
34
+ ## Disclaimer
35
+
36
+ This is an UNOFFICIAL release of the [bpRNA-1m](https://bprna.cgrb.oregonstate.edu/index.html) by Center for Quantitative Life Sciences of the Oregon State University.
37
+
38
+ **The team releasing Rfam did not write this dataset card for this dataset so this dataset card has been written by the MultiMolecule team.**
39
+
40
+ ## Dataset Description
41
+
42
+ - **Homepage**: https://multimolecule.danling.org/datasets/bprna
43
+ - **datasets**: https://huggingface.co/datasets/multimolecule/bprna
44
+ - **Point of Contact**: [Center for Quantitative Life Sciences of the Oregon State University](https://cqls.oregonstate.edu)
45
+ - **Original URL**: https://bprna.cgrb.oregonstate.edu/index.html
46
+
47
+ ## Dataset Variants
48
+
49
+ This dataset is available in five variants:
50
+
51
+ - [bprna](https://huggingface.co/datasets/multimolecule/bprna): The main bpRNA dataset.
52
+ - [bprna-512](https://huggingface.co/datasets/multimolecule/bprna-1024): bpRNA dataset with all sequences truncated to 512 nucleotides.
53
+ - [bprna-1024](https://huggingface.co/datasets/multimolecule/bprna-1024): bpRNA dataset with all sequences truncated to 1024 nucleotides.
54
+ - [bprna-2048](https://huggingface.co/datasets/multimolecule/bprna-2048): bpRNA dataset with all sequences truncated to 2048 nucleotides.
55
+ - [bprna-4096](https://huggingface.co/datasets/multimolecule/bprna-4096): bpRNA dataset with all sequences truncated to 4096 nucleotides.
56
+ - [bprna-8192](https://huggingface.co/datasets/multimolecule/bprna-8192): bpRNA dataset with all sequences truncated to 8192 nucleotides.
57
+
58
+ ## License
59
+
60
+ This dataset is licensed under the [AGPL-3.0 License](https://www.gnu.org/licenses/agpl-3.0.html).
61
+
62
+ ```spdx
63
+ SPDX-License-Identifier: AGPL-3.0-or-later
64
+ ```
65
+
66
+ ## Citation
67
+
68
+ ```bibtex
69
+ @article{danaee2018bprna,
70
+ author = {Danaee, Padideh and Rouches, Mason and Wiley, Michelle and Deng, Dezhong and Huang, Liang and Hendrix, David},
71
+ journal = {Nucleic Acids Research},
72
+ month = jun,
73
+ number = 11,
74
+ pages = {5381--5394},
75
+ title = {{bpRNA}: large-scale automated annotation and analysis of {RNA} secondary structure},
76
+ volume = 46,
77
+ year = 2018
78
+ }
79
+
80
+ @article{cannone2002comparative,
81
+ author = {Cannone, Jamie J and Subramanian, Sankar and Schnare, Murray N and Collett, James R and D'Souza, Lisa M and Du, Yushi and Feng, Brian and Lin, Nan and Madabusi, Lakshmi V and M{\"u}ller, Kirsten M and Pande, Nupur and Shang, Zhidi and Yu, Nan and Gutell, Robin R},
82
+ copyright = {https://www.springernature.com/gp/researchers/text-and-data-mining},
83
+ journal = {BMC Bioinformatics},
84
+ month = jan,
85
+ number = 1,
86
+ pages = {2},
87
+ publisher = {Springer Science and Business Media LLC},
88
+ title = {The comparative {RNA} web ({CRW}) site: an online database of comparative sequence and structure information for ribosomal, intron, and other {RNAs}},
89
+ volume = 3,
90
+ year = 2002
91
+ }
92
+
93
+ @article{zwieb2003tmrdb,
94
+ author = {Zwieb, Christian and Gorodkin, Jan and Knudsen, Bjarne and Burks, Jody and Wower, Jacek},
95
+ journal = {Nucleic Acids Research},
96
+ month = jan,
97
+ number = 1,
98
+ pages = {446--447},
99
+ publisher = {Oxford University Press (OUP)},
100
+ title = {{tmRDB} ({tmRNA} database)},
101
+ volume = 31,
102
+ year = 2003
103
+ }
104
+
105
+ @article{rosenblad2003srpdb,
106
+ author = {Rosenblad, Magnus Alm and Gorodkin, Jan and Knudsen, Bjarne and Zwieb, Christian and Samuelsson, Tore},
107
+ journal = {Nucleic Acids Research},
108
+ month = jan,
109
+ number = 1,
110
+ pages = {363--364},
111
+ publisher = {Oxford University Press (OUP)},
112
+ title = {{SRPDB}: Signal Recognition Particle Database},
113
+ volume = 31,
114
+ year = 2003
115
+ }
116
+
117
+ @article{sprinzl2005compilation,
118
+ author = {Sprinzl, Mathias and Vassilenko, Konstantin S},
119
+ journal = {Nucleic Acids Research},
120
+ month = jan,
121
+ number = {Database issue},
122
+ pages = {D139--40},
123
+ publisher = {Oxford University Press (OUP)},
124
+ title = {Compilation of {tRNA} sequences and sequences of {tRNA} genes},
125
+ volume = 33,
126
+ year = 2005
127
+ }
128
+
129
+ @article{brown1994ribonuclease,
130
+ author = {Brown, J W and Haas, E S and Gilbert, D G and Pace, N R},
131
+ journal = {Nucleic Acids Research},
132
+ month = sep,
133
+ number = 17,
134
+ pages = {3660--3662},
135
+ publisher = {Oxford University Press (OUP)},
136
+ title = {The Ribonuclease {P} database},
137
+ volume = 22,
138
+ year = 1994
139
+ }
140
+
141
+ @article{griffiths2003rfam,
142
+ author = {Griffiths-Jones, Sam and Bateman, Alex and Marshall, Mhairi and Khanna, Ajay and Eddy, Sean R},
143
+ journal = {Nucleic Acids Research},
144
+ month = jan,
145
+ number = 1,
146
+ pages = {439--441},
147
+ publisher = {Oxford University Press (OUP)},
148
+ title = {Rfam: an {RNA} family database},
149
+ volume = 31,
150
+ year = 2003
151
+ }
152
+
153
+ @article{berman2000protein,
154
+ 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},
155
+ journal = {Nucleic Acids Research},
156
+ month = jan,
157
+ number = 1,
158
+ pages = {235--242},
159
+ publisher = {Oxford University Press (OUP)},
160
+ title = {The Protein Data Bank},
161
+ volume = 28,
162
+ year = 2000
163
+ }
164
+ ```
data.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:421e67843f8f33b05b8ca9222453394b472cc87d03da864906339629e355bff8
3
+ size 10863835