anindya64 commited on
Commit
fcafbef
·
verified ·
1 Parent(s): f10c90f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -5
README.md CHANGED
@@ -20,9 +20,7 @@ configs:
20
 
21
  # PDB Chemical Component Dictionary
22
 
23
- This dataset contains a viewer-friendly Parquet table derived from the PDB Chemical Component Dictionary file in this repository. Each row is one chemical component from `components.cif.gz`.
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
- ## Preparation
180
 
181
- The normalization script used to create the Parquet files is included at `scripts/prepare_pdb_ccd_dataset.py`.
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ```