anindya64 commited on
Commit
5f7bef1
·
verified ·
1 Parent(s): fb0a48b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -3
README.md CHANGED
@@ -20,9 +20,7 @@ configs:
20
 
21
  # PDB mmCIF Entry Index
22
 
23
- This repository contains mirrored Protein Data Bank mmCIF files under `mmcif/` plus the PDB `entries.idx` index. The added Parquet files make the mirrored entries loadable in the Hugging Face Dataset Viewer and the `datasets` API.
24
-
25
- The default dataset table has one row per mmCIF file present in this repository. Rows are joined with matching metadata from `entries.idx`, including classification, accession date, title, source organism, author list, resolution, and experimental method.
26
 
27
  ## Splits
28
 
@@ -152,3 +150,18 @@ xray = train.filter(
152
  - Hub file metadata for paths under `mmcif/**/*.cif.gz`
153
 
154
  The full parsed `entries.idx` table is also included as `metadata/entries_idx.parquet`. The preparation script is included at `scripts/prepare_pdb_dataset.py`.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
 
21
  # PDB mmCIF Entry Index
22
 
23
+ The Protein Data Bank is the single global archive of experimentally-determined 3D structures of biological macromolecules, established in 1971 and now holding well over 230,000 entries. It stores atomic coordinates for proteins, nucleic acids, and their complexes determined by X-ray crystallography, cryo-EM, NMR, micro-electron diffraction, and integrative methods, along with the underlying experimental data (structure factors, EM maps, NMR restraints) and rich metadata covering sequence, ligands, modifications, oligomeric state, and validation reports. Every entry has a four-character PDB ID (e.g. 7PZB) and is distributed primarily in the mmCIF format, with legacy PDB-format files retained for compatibility.Operationally, the archive is jointly managed by the wwPDB consortium: RCSB PDB at Rutgers and UCSD handles deposits from the Americas and Oceania and serves as the wwPDB Archive Keeper, PDBe at EMBL-EBI handles Europe and Africa, PDBj at Osaka University handles Asia, and BMRB hosts NMR-specific data. All wwPDB sites receive synchronized weekly updates and serve the archive free of charge under CC0. Within structural biology and protein ML, the PDB is the canonical training and validation source for structure prediction (AlphaFold2/3, RoseTTAFold, Protenix, OpenFold), inverse folding (ProteinMPNN, ESM-IF), docking, MD setup, and template-based modelling, and time-cutoff splits on PDB release dates are the standard way to control for data leakage when benchmarking these models.
 
 
24
 
25
  ## Splits
26
 
 
150
  - Hub file metadata for paths under `mmcif/**/*.cif.gz`
151
 
152
  The full parsed `entries.idx` table is also included as `metadata/entries_idx.parquet`. The preparation script is included at `scripts/prepare_pdb_dataset.py`.
153
+
154
+
155
+
156
+ # Citation
157
+
158
+ ```
159
+ @article{vallat2026rcsbpdb,
160
+ title = {{RCSB Protein Data Bank}: Delivering integrative structures alongside experimental structures and computed structure models},
161
+ author = {Vallat, Brinda and Rose, Yana and Piehl, Dennis W. and Duarte, Jose M. and Bittrich, Sebastian and Bi, Chunxiao and Segura, Joan and Zalevsky, Arthur and Sekharan, Monica R. and Webb, Benjamin M. and others},
162
+ journal = {Nucleic Acids Research},
163
+ year = {2026},
164
+ publisher = {Oxford University Press},
165
+ doi = {10.1093/nar/gkaf1187}
166
+ }
167
+ ```