Upload croissant.json
Browse files- croissant.json +21 -2
croissant.json
CHANGED
|
@@ -5,6 +5,9 @@
|
|
| 5 |
"@type": "https://schema.org/Dataset",
|
| 6 |
"https://schema.org/name": "Antibody_Binding_Benchmark_Dataset",
|
| 7 |
"https://schema.org/description": "A benchmark dataset of antibody variants with experimental binding affinity values, structural complex files, and chain-level metadata in JSON format (metadata.json).",
|
|
|
|
|
|
|
|
|
|
| 8 |
"data": [
|
| 9 |
{
|
| 10 |
"name": "binding_affinity_data",
|
|
@@ -24,12 +27,21 @@
|
|
| 24 |
"type": "float",
|
| 25 |
"description": "Measured binding affinity values, either -log(Kd) or log enrichment."
|
| 26 |
}
|
| 27 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
},
|
| 29 |
{
|
| 30 |
"name": "complex_structures",
|
| 31 |
"file": "complex_structure/",
|
| 32 |
"fileSet": true,
|
|
|
|
| 33 |
"source": {
|
| 34 |
"url": "https://huggingface.co/datasets/AbBibench/Antibody_Binding_Benchmark_Dataset/tree/main/complex_structure"
|
| 35 |
},
|
|
@@ -39,7 +51,14 @@
|
|
| 39 |
"type": "file",
|
| 40 |
"description": "3D structure file in PDB format for antibody-antigen complexes."
|
| 41 |
}
|
| 42 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
}
|
| 44 |
]
|
| 45 |
}
|
|
|
|
| 5 |
"@type": "https://schema.org/Dataset",
|
| 6 |
"https://schema.org/name": "Antibody_Binding_Benchmark_Dataset",
|
| 7 |
"https://schema.org/description": "A benchmark dataset of antibody variants with experimental binding affinity values, structural complex files, and chain-level metadata in JSON format (metadata.json).",
|
| 8 |
+
"https://schema.org/license": "https://creativecommons.org/licenses/by/4.0/",
|
| 9 |
+
"https://schema.org/version": "1.0",
|
| 10 |
+
"https://schema.org/citation": "Benchmark for Antibody Binding Affinity Maturation and Design. Xinyan Zhao, Yi-Ching Tang, Akshita Singh, Victor J Cantu, KwanHo An, Junseok Lee, Adam E Stogsdill, Ashwin Kumar Ramesh, Zhiqiang An, Xiaoqian Jiang, Yejin Kim",
|
| 11 |
"data": [
|
| 12 |
{
|
| 13 |
"name": "binding_affinity_data",
|
|
|
|
| 27 |
"type": "float",
|
| 28 |
"description": "Measured binding affinity values, either -log(Kd) or log enrichment."
|
| 29 |
}
|
| 30 |
+
],
|
| 31 |
+
"recordSet": {
|
| 32 |
+
"name": "binding_affinity_records",
|
| 33 |
+
"description": "Each record corresponds to a mutated heavy chain sequence with its measured binding score.",
|
| 34 |
+
"record": {
|
| 35 |
+
"mut_heavy_chain_seq": "{{ mut_heavy_chain_seq }}",
|
| 36 |
+
"binding_score": "{{ binding_score }}"
|
| 37 |
+
}
|
| 38 |
+
}
|
| 39 |
},
|
| 40 |
{
|
| 41 |
"name": "complex_structures",
|
| 42 |
"file": "complex_structure/",
|
| 43 |
"fileSet": true,
|
| 44 |
+
"fileType": "pdb",
|
| 45 |
"source": {
|
| 46 |
"url": "https://huggingface.co/datasets/AbBibench/Antibody_Binding_Benchmark_Dataset/tree/main/complex_structure"
|
| 47 |
},
|
|
|
|
| 51 |
"type": "file",
|
| 52 |
"description": "3D structure file in PDB format for antibody-antigen complexes."
|
| 53 |
}
|
| 54 |
+
],
|
| 55 |
+
"recordSet": {
|
| 56 |
+
"name": "complex_structure_records",
|
| 57 |
+
"description": "Each record corresponds to one structure file of an antibody-antigen complex.",
|
| 58 |
+
"record": {
|
| 59 |
+
"structure_file": "{{ structure_file }}"
|
| 60 |
+
}
|
| 61 |
+
}
|
| 62 |
}
|
| 63 |
]
|
| 64 |
}
|