File size: 2,664 Bytes
ab818b9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1781aee
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
---
dataset_info:
  features:
  - name: input_ids
    sequence: int32
  - name: coords
    sequence:
      sequence: float64
  - name: labels
    sequence: float64
  splits:
  - name: train
    num_bytes: 1614130168
    num_examples: 25400
  - name: val
    num_bytes: 192093760
    num_examples: 2800
  - name: test
    num_bytes: 1264620360
    num_examples: 16014
  download_size: 1497041025
  dataset_size: 3070844288
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: val
    path: data/val-*
  - split: test
    path: data/test-*
---

# PSR: Protein Structure Ranking


## Overview

This task relates to predicting the three-dimensional structure of a protein
molecule, given its sequence. A total of around 700 protein targets are included,
which consist of protein targets from Critical Assessment of Structure
Prediction (CASP) 5-13.

We phrase this problem as decoy ranking. For each protein target, we
include its decoys sets compiled from the CASP decoy sets released for the
Model Quality Assessment (MQA). We relax those structures with the SCWRL4
software (Krivov and Dunbrack, 2019) to improve side-chain conformations. For
each decoy, we calculate the RMSD, TM-score, GDT_TS, and GDT_HA scores to the
experimentally determined structure using the TM-score software (Zhang and
Skolnick, 2007).


## Datasets
- splits:
   - split-by-year: This dataset contains data in the CASP dataset, but is split 
   temporally. More specifically, we randomly split the targets in CASP5-10 and 
   randomly sample 50 decoys for each target to generate the training and validation 
   sets (508 targets for training, 56 targets for validation), and use the CASP11 
   Stage 2 as test set (85 targets total, with 150 decoys for each target, excluding
   the native structures). 

## Citation Information

```
@article{townshend2020atom3d,
  title={Atom3d: Tasks on molecules in three dimensions},
  author={Townshend, Raphael JL and V{\"o}gele, Martin and Suriana, Patricia and Derry, Alexander and Powers, Alexander and Laloudakis, Yianni and Balachandar, Sidhika and Jing, Bowen and Anderson, Brandon and Eismann, Stephan and others},
  journal={arXiv preprint arXiv:2012.04035},
  year={2020}
}
```

```
@article{kryshtafovych2019critical,
  title={Critical assessment of methods of protein structure prediction (CASP)—Round XIII},
  author={Kryshtafovych, Andriy and Schwede, Torsten and Topf, Maya and Fidelis, Krzysztof and Moult, John},
  journal={Proteins: Structure, Function, and Bioinformatics},
  volume={87},
  number={12},
  pages={1011--1020},
  year={2019},
  publisher={Wiley Online Library}
}
```