jang1563 commited on
Commit
5801147
·
verified ·
1 Parent(s): c3bf51a

Add GE domain, fix creator name, improve field descriptions

Browse files
Files changed (1) hide show
  1. data/croissant.json +74 -22
data/croissant.json CHANGED
@@ -7,43 +7,64 @@
7
  },
8
  "@type": "sc:Dataset",
9
  "name": "NegBioDB",
10
- "description": "A large-scale database of experimentally confirmed negative results across three biomedical domains (DTI, Clinical Trials, PPI), with dual ML/LLM benchmarks.",
11
  "license": "https://creativecommons.org/licenses/by-sa/4.0/",
12
  "url": "https://github.com/jang1563/NegBioDB",
13
  "version": "1.0.0",
14
  "datePublished": "2026",
15
  "creator": {
16
  "@type": "sc:Person",
17
- "name": "Jungwon Jang"
 
 
 
 
18
  },
 
 
 
 
 
 
 
 
 
 
19
  "distribution": [
20
  {
21
  "@type": "cr:FileObject",
22
  "name": "dti_pairs",
23
  "contentUrl": "negbiodb_dti_pairs.parquet",
24
  "encodingFormat": "application/x-parquet",
25
- "description": "All negative DTI pairs with source, tier, and activity data"
26
  },
27
  {
28
  "@type": "cr:FileObject",
29
  "name": "dti_m1_balanced",
30
  "contentUrl": "negbiodb_m1_balanced.parquet",
31
  "encodingFormat": "application/x-parquet",
32
- "description": "DTI M1 balanced benchmark dataset (1:1 positive:negative)"
33
  },
34
  {
35
  "@type": "cr:FileObject",
36
  "name": "ct_pairs",
37
  "contentUrl": "ct/negbiodb_ct_pairs.parquet",
38
  "encodingFormat": "application/x-parquet",
39
- "description": "All clinical trial failure pairs"
40
  },
41
  {
42
  "@type": "cr:FileObject",
43
  "name": "ppi_pairs",
44
  "contentUrl": "ppi/negbiodb_ppi_pairs.parquet",
45
  "encodingFormat": "application/x-parquet",
46
- "description": "All negative PPI pairs"
 
 
 
 
 
 
 
47
  },
48
  {
49
  "@type": "cr:FileObject",
@@ -70,37 +91,37 @@
70
  "@type": "cr:Field",
71
  "name": "inchikey_connectivity",
72
  "dataType": "sc:Text",
73
- "description": "inchikey connectivity"
74
  },
75
  {
76
  "@type": "cr:Field",
77
  "name": "uniprot_id",
78
  "dataType": "sc:Text",
79
- "description": "uniprot id"
80
  },
81
  {
82
  "@type": "cr:Field",
83
  "name": "activity_type",
84
  "dataType": "sc:Text",
85
- "description": "activity type"
86
  },
87
  {
88
  "@type": "cr:Field",
89
  "name": "pchembl_value",
90
  "dataType": "sc:Float",
91
- "description": "pchembl value"
92
  },
93
  {
94
  "@type": "cr:Field",
95
  "name": "source",
96
  "dataType": "sc:Text",
97
- "description": "source"
98
  },
99
  {
100
  "@type": "cr:Field",
101
  "name": "tier",
102
  "dataType": "sc:Text",
103
- "description": "tier"
104
  }
105
  ]
106
  },
@@ -113,31 +134,31 @@
113
  "@type": "cr:Field",
114
  "name": "nct_id",
115
  "dataType": "sc:Text",
116
- "description": "nct id"
117
  },
118
  {
119
  "@type": "cr:Field",
120
  "name": "intervention_name",
121
  "dataType": "sc:Text",
122
- "description": "intervention name"
123
  },
124
  {
125
  "@type": "cr:Field",
126
  "name": "failure_category",
127
  "dataType": "sc:Text",
128
- "description": "failure category"
129
  },
130
  {
131
  "@type": "cr:Field",
132
  "name": "tier",
133
  "dataType": "sc:Text",
134
- "description": "tier"
135
  },
136
  {
137
  "@type": "cr:Field",
138
  "name": "highest_phase_reached",
139
  "dataType": "sc:Text",
140
- "description": "highest phase reached"
141
  }
142
  ]
143
  },
@@ -150,27 +171,58 @@
150
  "@type": "cr:Field",
151
  "name": "protein_a",
152
  "dataType": "sc:Text",
153
- "description": "protein a"
154
  },
155
  {
156
  "@type": "cr:Field",
157
  "name": "protein_b",
158
  "dataType": "sc:Text",
159
- "description": "protein b"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
160
  },
161
  {
162
  "@type": "cr:Field",
163
  "name": "source",
164
  "dataType": "sc:Text",
165
- "description": "source"
166
  },
167
  {
168
  "@type": "cr:Field",
169
  "name": "tier",
170
  "dataType": "sc:Text",
171
- "description": "tier"
172
  }
173
  ]
174
  }
175
  ]
176
- }
 
7
  },
8
  "@type": "sc:Dataset",
9
  "name": "NegBioDB",
10
+ "description": "A large-scale database of experimentally confirmed negative results across four biomedical domains (DTI, Clinical Trials, PPI, Gene Essentiality), with dual ML/LLM benchmarks.",
11
  "license": "https://creativecommons.org/licenses/by-sa/4.0/",
12
  "url": "https://github.com/jang1563/NegBioDB",
13
  "version": "1.0.0",
14
  "datePublished": "2026",
15
  "creator": {
16
  "@type": "sc:Person",
17
+ "name": "JangKeun Kim",
18
+ "affiliation": {
19
+ "@type": "sc:Organization",
20
+ "name": "Weill Cornell Medicine"
21
+ }
22
  },
23
+ "keywords": [
24
+ "negative results",
25
+ "publication bias",
26
+ "drug-target interaction",
27
+ "clinical trials",
28
+ "protein-protein interaction",
29
+ "gene essentiality",
30
+ "benchmark",
31
+ "biomedical AI"
32
+ ],
33
  "distribution": [
34
  {
35
  "@type": "cr:FileObject",
36
  "name": "dti_pairs",
37
  "contentUrl": "negbiodb_dti_pairs.parquet",
38
  "encodingFormat": "application/x-parquet",
39
+ "description": "All negative DTI pairs with source, tier, and activity data (30.5M rows)"
40
  },
41
  {
42
  "@type": "cr:FileObject",
43
  "name": "dti_m1_balanced",
44
  "contentUrl": "negbiodb_m1_balanced.parquet",
45
  "encodingFormat": "application/x-parquet",
46
+ "description": "DTI M1 balanced benchmark dataset (1:1 positive:negative, 1.73M rows)"
47
  },
48
  {
49
  "@type": "cr:FileObject",
50
  "name": "ct_pairs",
51
  "contentUrl": "ct/negbiodb_ct_pairs.parquet",
52
  "encodingFormat": "application/x-parquet",
53
+ "description": "All clinical trial failure pairs (102,850 rows)"
54
  },
55
  {
56
  "@type": "cr:FileObject",
57
  "name": "ppi_pairs",
58
  "contentUrl": "ppi/negbiodb_ppi_pairs.parquet",
59
  "encodingFormat": "application/x-parquet",
60
+ "description": "All negative PPI pairs (2.2M rows)"
61
+ },
62
+ {
63
+ "@type": "cr:FileObject",
64
+ "name": "ge_pairs",
65
+ "contentUrl": "ge/negbiodb_ge_pairs.parquet",
66
+ "encodingFormat": "application/x-parquet",
67
+ "description": "All gene essentiality pairs (22.5M gene-cell-line pairs)"
68
  },
69
  {
70
  "@type": "cr:FileObject",
 
91
  "@type": "cr:Field",
92
  "name": "inchikey_connectivity",
93
  "dataType": "sc:Text",
94
+ "description": "InChIKey connectivity layer (first 14 characters)"
95
  },
96
  {
97
  "@type": "cr:Field",
98
  "name": "uniprot_id",
99
  "dataType": "sc:Text",
100
+ "description": "UniProt accession of the protein target"
101
  },
102
  {
103
  "@type": "cr:Field",
104
  "name": "activity_type",
105
  "dataType": "sc:Text",
106
+ "description": "Activity measurement type (IC50, Ki, Kd, EC50)"
107
  },
108
  {
109
  "@type": "cr:Field",
110
  "name": "pchembl_value",
111
  "dataType": "sc:Float",
112
+ "description": "pChEMBL value (-log10 of activity in M)"
113
  },
114
  {
115
  "@type": "cr:Field",
116
  "name": "source",
117
  "dataType": "sc:Text",
118
+ "description": "Data source (ChEMBL, PubChem, BindingDB, DAVIS)"
119
  },
120
  {
121
  "@type": "cr:Field",
122
  "name": "tier",
123
  "dataType": "sc:Text",
124
+ "description": "Confidence tier (gold, silver, bronze)"
125
  }
126
  ]
127
  },
 
134
  "@type": "cr:Field",
135
  "name": "nct_id",
136
  "dataType": "sc:Text",
137
+ "description": "ClinicalTrials.gov NCT identifier"
138
  },
139
  {
140
  "@type": "cr:Field",
141
  "name": "intervention_name",
142
  "dataType": "sc:Text",
143
+ "description": "Name of the drug or intervention"
144
  },
145
  {
146
  "@type": "cr:Field",
147
  "name": "failure_category",
148
  "dataType": "sc:Text",
149
+ "description": "Category of trial failure (safety, efficacy, enrollment, etc.)"
150
  },
151
  {
152
  "@type": "cr:Field",
153
  "name": "tier",
154
  "dataType": "sc:Text",
155
+ "description": "Confidence tier (gold, silver, bronze, copper)"
156
  },
157
  {
158
  "@type": "cr:Field",
159
  "name": "highest_phase_reached",
160
  "dataType": "sc:Text",
161
+ "description": "Highest clinical phase reached before failure"
162
  }
163
  ]
164
  },
 
171
  "@type": "cr:Field",
172
  "name": "protein_a",
173
  "dataType": "sc:Text",
174
+ "description": "UniProt accession of first protein"
175
  },
176
  {
177
  "@type": "cr:Field",
178
  "name": "protein_b",
179
  "dataType": "sc:Text",
180
+ "description": "UniProt accession of second protein"
181
+ },
182
+ {
183
+ "@type": "cr:Field",
184
+ "name": "source",
185
+ "dataType": "sc:Text",
186
+ "description": "Data source (IntAct, HuRI, hu.MAP, STRING)"
187
+ },
188
+ {
189
+ "@type": "cr:Field",
190
+ "name": "tier",
191
+ "dataType": "sc:Text",
192
+ "description": "Confidence tier (gold, silver, bronze)"
193
+ }
194
+ ]
195
+ },
196
+ {
197
+ "@type": "cr:RecordSet",
198
+ "name": "ge_pairs_record",
199
+ "source": "ge_pairs",
200
+ "field": [
201
+ {
202
+ "@type": "cr:Field",
203
+ "name": "gene_symbol",
204
+ "dataType": "sc:Text",
205
+ "description": "HUGO gene symbol"
206
+ },
207
+ {
208
+ "@type": "cr:Field",
209
+ "name": "cell_line",
210
+ "dataType": "sc:Text",
211
+ "description": "DepMap cell line identifier"
212
  },
213
  {
214
  "@type": "cr:Field",
215
  "name": "source",
216
  "dataType": "sc:Text",
217
+ "description": "Data source (CRISPR Chronos, RNAi DEMETER2)"
218
  },
219
  {
220
  "@type": "cr:Field",
221
  "name": "tier",
222
  "dataType": "sc:Text",
223
+ "description": "Confidence tier (gold, silver, bronze)"
224
  }
225
  ]
226
  }
227
  ]
228
+ }