Datasets:
first commit
Browse files- README.md +15 -0
- vdjdb_structures_metadata.tsv.gz +3 -0
README.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
## Predicted structures for VDJdb records
|
| 2 |
+
|
| 3 |
+
This repository contains structure data for selected VDJdb records obtained using AI-based modelling:
|
| 4 |
+
* The folder `pdb_files` contains predicted TCR:pMHC structures with canonical chain names, orientation and placement, superimposed by aligning and rotation. File names start with `tcr_pmhc_hash` which must be used for connecting the structure with the VDJdb record.
|
| 5 |
+
* The folder `pdb_files_native` contains real TCR:pMHC structures from PDB, processed to canonical coordinated in the same way as `pdb_files`.
|
| 6 |
+
* The folder `coordinates_aa` contains tables with amino acid Ca atom coordinates for each residue of deposited structures.
|
| 7 |
+
* The folder `contacts_aa` contains files with residue pairs at a distance <= 5A for each of the deposited structures. Currently only TCR alpha CDR3-peptide and beta CDR3-peptide are considered.
|
| 8 |
+
* The folder `contact_maps` contains 2D projections of TCR alpha CDR3, TCR beta CDR3 and peptide residue coordinates in for of SVG plots produced by matplotlib.
|
| 9 |
+
|
| 10 |
+
Metadata for all structures is concatenated with corresponding VDJdb record metadata and stored in `vdjdb_structures_metadata.tsv.gz`. The file contains default VDJdb "full table" columns together with the following columns calculated for each structure:
|
| 11 |
+
* `num_contacts` - number of contacts in the available structure between TCR and peptide.
|
| 12 |
+
* `ranking_confidence`, `plddt`, `ptm`, `iptm`, `tcr_pmhc_iptm` - TCRmodel2 quality metrics (for more information please visit [TCRmodel2 webpage](https://tcrmodel.ibbr.umd.edu/help)).
|
| 13 |
+
* `scanning_angle` and `pitch_angle` - scanning and pitch TCR:pMHC structure angles calculated with STCRpy.
|
| 14 |
+
* `is_native` - whether the structure is experimentally acquired (from PDB) or predicted.
|
| 15 |
+
* `tcr_pmhc_hash` - unique TCR:pMHC record hash for matching predicted structure PDBs.
|
vdjdb_structures_metadata.tsv.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:97ba4bf3f405bfa1f709dab76ec79b32dfd4c23a8f3910388ae7545c7c7f6bed
|
| 3 |
+
size 2277822
|