ZhiyuanChen commited on
Commit
6ccee4a
·
verified ·
1 Parent(s): 513624a

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +49 -1
README.md CHANGED
@@ -6,7 +6,7 @@ tags:
6
  license:
7
  - agpl-3.0
8
  size_categories:
9
- - 10M<n<100M
10
  source_datasets:
11
  - multimolecule/crw
12
  - multimolecule/tmrna_website
@@ -21,6 +21,8 @@ task_categories:
21
  task_ids:
22
  - language-modeling
23
  - masked-language-modeling
 
 
24
  pretty_name: bpRNA-1m
25
  library_name: multimolecule
26
  ---
@@ -44,6 +46,52 @@ This is an UNOFFICIAL release of the [bpRNA-1m](https://bprna.cgrb.oregonstate.e
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
  ## License
48
 
49
  This dataset is licensed under the [AGPL-3.0 License](https://www.gnu.org/licenses/agpl-3.0.html).
 
6
  license:
7
  - agpl-3.0
8
  size_categories:
9
+ - 100K<n<1M
10
  source_datasets:
11
  - multimolecule/crw
12
  - multimolecule/tmrna_website
 
21
  task_ids:
22
  - language-modeling
23
  - masked-language-modeling
24
+ - secondary-structure-prediction
25
+ - function-prediction
26
  pretty_name: bpRNA-1m
27
  library_name: multimolecule
28
  ---
 
46
  - **Point of Contact**: [Center for Quantitative Life Sciences of the Oregon State University](https://cqls.oregonstate.edu)
47
  - **Original URL**: https://bprna.cgrb.oregonstate.edu/index.html
48
 
49
+ ## Example Entry
50
+
51
+ | id | sequence | secondary_structure | structural_annotation | functional_annotation |
52
+ | ------------- | ---------------------------------------------- | --------------------------------------------------- | -------------------------------------------------- | ---------------------------------------------- |
53
+ | bpRNA_CRW_170 | GGCUCACCAAGGCGACGACGGGUAGCCGGCCUGAGAGGGCGAC... | ((((((((....))))...))))....((((((..........)))))... | EEEEEEEEEEEEEEEEEEEEEEEESSSSSSSSHHHHSSSSBBBSSSS... | NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN |
54
+
55
+ ## Column Description
56
+
57
+ The converted dataset consists of the following columns, each providing specific information about the RNA secondary structures, consistent with the bpRNA standard:
58
+
59
+ - **id**:
60
+ A unique identifier for each RNA entry. This ID is derived from the original `.sta` file name and serves as a reference to the specific RNA structure within the dataset.
61
+
62
+ - **sequence**:
63
+ The nucleotide sequence of the RNA molecule, represented using the standard RNA bases:
64
+
65
+ - **A**: Adenine
66
+ - **C**: Cytosine
67
+ - **G**: Guanine
68
+ - **U**: Uracil
69
+
70
+ - **secondary_structure**:
71
+ The secondary structure of the RNA represented in dot-bracket notation, using up to three types of symbols to indicate base pairing and unpaired regions, as per bpRNA's standard:
72
+
73
+ - **Dots (`.`)**: Represent unpaired nucleotides.
74
+ - **Parentheses (`(` and `)`)**: Represent base pairs in standard stems (page 1).
75
+ - **Square Brackets (`[` and `]`)**: Represent base pairs in pseudoknots (page 2).
76
+ - **Curly Braces (`{` and `}`)**: Represent base pairs in additional pseudoknots (page 3).
77
+
78
+ - **structural_annotation**:
79
+ Structural annotations categorizing different regions of the RNA based on their roles within the secondary structure, consistent with bpRNA standards:
80
+
81
+ - **E**: **External Loop** – Regions that are unpaired and external to any loop or helix.
82
+ - **S**: **Stem** – Paired regions forming helical structures.
83
+ - **H**: **Hairpin Loop** – Unpaired regions at the end of a stem, forming a loop.
84
+ - **I**: **Internal Loop** – Unpaired regions between two stems.
85
+ - **M**: **Multi-loop** – Junctions where three or more stems converge.
86
+ - **B**: **Bulge** – Unpaired nucleotides on one side of a stem.
87
+ - **X**: **Ambiguous** or **Undetermined** – Regions where the structure is unknown or cannot be classified.
88
+ - **K**: **Pseudoknot** – Regions involved in pseudoknots, where base pairs cross each other.
89
+
90
+ - **functional_annotation**:
91
+ Functional annotations indicating specific functional elements or regions within the RNA sequence, as defined by bpRNA:
92
+ - **N**: **None** – No specific functional annotation is assigned.
93
+ - **K**: **Pseudoknot** – Marks nucleotides involved in pseudoknot structures, which can be functionally significant.
94
+
95
  ## License
96
 
97
  This dataset is licensed under the [AGPL-3.0 License](https://www.gnu.org/licenses/agpl-3.0.html).