rohitarorayyc commited on
Commit
4452316
·
verified ·
1 Parent(s): 8692128

Delete RNAgym.croissant.json

Browse files
Files changed (1) hide show
  1. RNAgym.croissant.json +0 -206
RNAgym.croissant.json DELETED
@@ -1,206 +0,0 @@
1
- {
2
- "@type": "Dataset",
3
- "@context": {
4
- "@language": "en",
5
- "@vocab": "https://schema.org/",
6
- "cr": "http://mlcommons.org/croissant/",
7
- "FileSet": "cr:FileSet",
8
- "RecordSet": "cr:RecordSet",
9
- "Column": "cr:Column",
10
- "includes": "cr:includes"
11
- },
12
-
13
- "name": "RNAGym",
14
- "description": "Benchmark suite for RNA fitness, secondary-structure and tertiary-structure prediction.",
15
- "license": "CC-BY-4.0",
16
- "version": "0.1.0",
17
- "datePublished": "2025-05-15",
18
-
19
- "fileSet": [
20
-
21
- {
22
- "@id": "fitness_assays",
23
- "@type": "FileSet",
24
- "name": "Fitness-prediction assays",
25
- "description": "70 deep-mutational-scanning CSVs.",
26
- "distribution": {
27
- "@type": "DataDownload",
28
- "contentUrl": "https://huggingface.co/datasets/Marks-lab/RNAgym/resolve/main/fitness_prediction/",
29
- "includes": "fitness_prediction/assays/*.csv",
30
- "encodingFormat": "text/csv",
31
- "sha256": "f11213c5d5b22ee869e605bbfdcfa5f13d2193247c31c3c58981e3ce97d229d4"
32
- },
33
- "recordSet": {
34
- "@id": "fitness_assays_records",
35
- "@type": "RecordSet",
36
- "columns": [
37
- { "@type": "Column", "name": "mutant", "column": "mutant" },
38
- { "@type": "Column", "name": "sequence", "column": "sequence" },
39
- { "@type": "Column", "name": "dms_score", "column": "DMS_score" }
40
- ]
41
- }
42
- },
43
-
44
- {
45
- "@id": "fitness_reference",
46
- "@type": "FileSet",
47
- "name": "Fitness-reference sheet",
48
- "description": "Supplementary metadata for assays.",
49
- "distribution": {
50
- "@type": "DataDownload",
51
- "contentUrl": "https://huggingface.co/datasets/Marks-lab/RNAgym/resolve/main/fitness_prediction/",
52
- "includes": "fitness_prediction/reference_sheet_final.csv",
53
- "encodingFormat": "text/csv",
54
- "sha256": "f11213c5d5b22ee869e605bbfdcfa5f13d2193247c31c3c58981e3ce97d229d4"
55
- }
56
- },
57
-
58
- {
59
- "@id": "secondary_parquet",
60
- "@type": "FileSet",
61
- "name": "Secondary-structure Parquet splits",
62
- "description": "RMDB s40 train/test in Parquet format.",
63
- "distribution": {
64
- "@type": "DataDownload",
65
- "contentUrl": "https://huggingface.co/datasets/Marks-lab/RNAgym/resolve/main/secondary_structure_prediction/",
66
- "includes": "secondary_structure_prediction/RMDB_s40_*.parquet",
67
- "encodingFormat": "application/parquet",
68
- "sha256": "e8ccbcb268f214a57b3139ef87434db94269e24c3dab5db1e11365148563474e"
69
- },
70
- "recordSet": {
71
- "@id": "secondary_parquet_records",
72
- "@type": "RecordSet",
73
- "columns": [
74
- { "@type": "Column", "name": "sequence", "column": "sequence" },
75
- { "@type": "Column", "name": "structure", "column": "structure" }
76
- ]
77
- }
78
- },
79
-
80
- {
81
- "@id": "secondary_fasta",
82
- "@type": "FileSet",
83
- "name": "Secondary-structure FASTA sets",
84
- "description": "Raw FASTA files (train/test, PDB, Ribonanza).",
85
- "distribution": {
86
- "@type": "DataDownload",
87
- "contentUrl": "https://huggingface.co/datasets/Marks-lab/RNAgym/resolve/main/secondary_structure_prediction/",
88
- "includes": [
89
- "secondary_structure_prediction/*.fasta"
90
- ],
91
- "encodingFormat": "text/plain",
92
- "sha256": "e8ccbcb268f214a57b3139ef87434db94269e24c3dab5db1e11365148563474e"
93
- }
94
- },
95
-
96
- {
97
- "@id": "secondary_cluster",
98
- "@type": "FileSet",
99
- "name": "RMDB cluster assignments",
100
- "description": "cluster_40.tsv mapping sequences to clusters.",
101
- "distribution": {
102
- "@type": "DataDownload",
103
- "contentUrl": "https://huggingface.co/datasets/Marks-lab/RNAgym/resolve/main/secondary_structure_prediction/",
104
- "includes": "secondary_structure_prediction/cluster_40.tsv",
105
- "encodingFormat": "text/tab-separated-values",
106
- "sha256": "e8ccbcb268f214a57b3139ef87434db94269e24c3dab5db1e11365148563474e"
107
- }
108
- },
109
-
110
- {
111
- "@id": "secondary_archive",
112
- "@type": "FileSet",
113
- "name": "Compiled RMDB archive",
114
- "description": "Full RMDB dataset in compressed tarball.",
115
- "distribution": {
116
- "@type": "DataDownload",
117
- "contentUrl": "https://huggingface.co/datasets/Marks-lab/RNAgym/resolve/main/secondary_structure_prediction/",
118
- "includes": "secondary_structure_prediction/compiled_RMDB.tar.gz",
119
- "encodingFormat": "application/x-tar",
120
- "sha256": "e8ccbcb268f214a57b3139ef87434db94269e24c3dab5db1e11365148563474e"
121
- }
122
- },
123
-
124
- {
125
- "@id": "tertiary_monomer",
126
- "@type": "FileSet",
127
- "name": "Tertiary-structure monomer scores",
128
- "description": "Structural similarity metrics for monomer RNAs.",
129
- "distribution": {
130
- "@type": "DataDownload",
131
- "contentUrl": "https://huggingface.co/datasets/Marks-lab/RNAgym/resolve/main/tertiary_structure/",
132
- "includes": "tertiary_structure/monomer.csv",
133
- "encodingFormat": "text/csv",
134
- "sha256": "001c93cb93b24e3f47d732291a013df88dbca4a174db7caea4973dfcf25abdb0"
135
- },
136
- "recordSet": {
137
- "@id": "tertiary_monomer_records",
138
- "@type": "RecordSet",
139
- "columns": [
140
- { "@type": "Column", "name": "pdb_id", "column": "PDB ID" },
141
- { "@type": "Column", "name": "asym_chain_id", "column": "Asym. Chain ID" },
142
- { "@type": "Column", "name": "auth_chain_id", "column": "Auth. Chain ID" },
143
- { "@type": "Column", "name": "af3_tm", "column": "AF3 MONOMERS TM Score" },
144
- { "@type": "Column", "name": "af3_inf_wc", "column": "AF3 MONOMERS INF_WC" },
145
- { "@type": "Column", "name": "af3_inf_nwc", "column": "AF3 MONOMERS INF_NWC" },
146
- { "@type": "Column", "name": "nu_tm", "column": "NU MONOMERS TM Score" },
147
- { "@type": "Column", "name": "nu_inf_wc", "column": "NU MONOMERS INF_WC" },
148
- { "@type": "Column", "name": "nu_inf_nwc", "column": "NU MONOMERS INF_NWC" },
149
- { "@type": "Column", "name": "rf2na_tm", "column": "RF2NA MONOMERS TM Score" },
150
- { "@type": "Column", "name": "rf2na_inf_wc", "column": "RF2NA MONOMERS INF_WC" },
151
- { "@type": "Column", "name": "rf2na_inf_nwc", "column": "RF2NA MONOMERS INF_NWC" },
152
- { "@type": "Column", "name": "rho_tm", "column": "RHO MONOMERS TM Score" },
153
- { "@type": "Column", "name": "rho_inf_wc", "column": "RHO MONOMERS INF_WC" },
154
- { "@type": "Column", "name": "rho_inf_nwc", "column": "RHO MONOMERS INF_NWC" },
155
- { "@type": "Column", "name": "trrna_tm", "column": "TRRNA MONOMERS TM Score" },
156
- { "@type": "Column", "name": "trrna_inf_wc", "column": "TRRNA MONOMERS INF_WC" },
157
- { "@type": "Column", "name": "trrna_inf_nwc", "column": "TRRNA MONOMERS INF_NWC" }
158
- ]
159
- }
160
- },
161
-
162
- {
163
- "@id": "tertiary_multimer",
164
- "@type": "FileSet",
165
- "name": "Tertiary-structure multimer scores",
166
- "description": "Structural similarity metrics for multimer RNAs.",
167
- "distribution": {
168
- "@type": "DataDownload",
169
- "contentUrl": "https://huggingface.co/datasets/Marks-lab/RNAgym/resolve/main/tertiary_structure/",
170
- "includes": "tertiary_structure/multimer.csv",
171
- "encodingFormat": "text/csv",
172
- "sha256": "001c93cb93b24e3f47d732291a013df88dbca4a174db7caea4973dfcf25abdb0"
173
- },
174
- "recordSet": {
175
- "@id": "tertiary_multimer_records",
176
- "@type": "RecordSet",
177
- "columns": [
178
- { "@type": "Column", "name": "pdb_id", "column": "PDB ID" },
179
- { "@type": "Column", "name": "asym_chain_id", "column": "Asym. Chain ID" },
180
- { "@type": "Column", "name": "auth_chain_id", "column": "Auth. Chain ID" },
181
- { "@type": "Column", "name": "af3_tm", "column": "AF3 MULTIMERS TM Score" },
182
- { "@type": "Column", "name": "af3_inf_wc", "column": "AF3 MULTIMERS INF_WC" },
183
- { "@type": "Column", "name": "af3_inf_nwc", "column": "AF3 MULTIMERS INF_NWC" },
184
- { "@type": "Column", "name": "rf2na_tm", "column": "RF2NA MULTIMERS TM Score" },
185
- { "@type": "Column", "name": "rf2na_inf_wc", "column": "RF2NA MULTIMERS INF_WC" },
186
- { "@type": "Column", "name": "rf2na_inf_nwc", "column": "RF2NA MULTIMERS INF_NWC" }
187
- ]
188
- }
189
- },
190
-
191
- {
192
- "@id": "tertiary_msa",
193
- "@type": "FileSet",
194
- "name": "Tertiary-structure MSAs",
195
- "description": "Multiple-sequence alignments in AFA format.",
196
- "distribution": {
197
- "@type": "DataDownload",
198
- "contentUrl": "https://huggingface.co/datasets/Marks-lab/RNAgym/resolve/main/tertiary_structure/",
199
- "includes": "tertiary_structure/msa/*.afa",
200
- "encodingFormat": "text/plain",
201
- "sha256": "001c93cb93b24e3f47d732291a013df88dbca4a174db7caea4973dfcf25abdb0"
202
- }
203
- }
204
-
205
- ]
206
- }