Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -20,9 +20,7 @@ configs:
|
|
| 20 |
|
| 21 |
# PDB Chemical Component Dictionary
|
| 22 |
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
The original source file remains in the repository. The default `datasets` configuration uses the normalized Parquet files under `data/` so that the Hugging Face Dataset Viewer and `load_dataset()` can read component records directly.
|
| 26 |
|
| 27 |
## Splits
|
| 28 |
|
|
@@ -176,6 +174,17 @@ print(recent[0]["component_id"], recent[0]["modified_date"])
|
|
| 176 |
| `feature_values` | Feature values from `pdbx_chem_comp_feature`. |
|
| 177 |
| `split_bucket` | Deterministic split bucket from `sha256(component_id) % 10`. |
|
| 178 |
|
| 179 |
-
#
|
| 180 |
|
| 181 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
|
| 21 |
# PDB Chemical Component Dictionary
|
| 22 |
|
| 23 |
+
PDB-CCD is the Chemical Component Dictionary used by the Protein Data Bank to describe residues, modified residues, ligands, solvents, and other chemical components in macromolecular structures.
|
|
|
|
|
|
|
| 24 |
|
| 25 |
## Splits
|
| 26 |
|
|
|
|
| 174 |
| `feature_values` | Feature values from `pdbx_chem_comp_feature`. |
|
| 175 |
| `split_bucket` | Deterministic split bucket from `sha256(component_id) % 10`. |
|
| 176 |
|
| 177 |
+
# Citation
|
| 178 |
|
| 179 |
+
```
|
| 180 |
+
@article{westbrook2015pdbccd,
|
| 181 |
+
title = {The chemical component dictionary: complete descriptions of constituent molecules in experimentally determined 3D macromolecules in the Protein Data Bank},
|
| 182 |
+
author = {Westbrook, John D. and Shao, Chuming and Feng, Zukang and Zhuravleva, Maria and Velankar, Sameer and Young, Jasmine},
|
| 183 |
+
journal = {Bioinformatics},
|
| 184 |
+
volume = {31},
|
| 185 |
+
number = {8},
|
| 186 |
+
pages = {1274--1278},
|
| 187 |
+
year = {2015},
|
| 188 |
+
doi = {10.1093/bioinformatics/btu789}
|
| 189 |
+
}
|
| 190 |
+
```
|