File size: 390 Bytes
a895f09 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | ---
license: apache-2.0
---
# primary_citation_with_pmcid.jsonl
This dataset links **PDB protein structures** with their corresponding **primary ciatation text content**.
---
## Format
Each line is a JSON object:
```json
{
"protein_name": "9HCG",
"structure_title": "Mouse mitoribosome large subunit assembly intermediate bound to NSUN4, MTERF4, and mt-RNAs",
"main_text": "..."
}
|