Update README.md
Browse files
README.md
CHANGED
|
@@ -30,3 +30,71 @@ configs:
|
|
| 30 |
- split: test
|
| 31 |
path: data/test-*
|
| 32 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
- split: test
|
| 31 |
path: data/test-*
|
| 32 |
---
|
| 33 |
+
|
| 34 |
+
# RSR: RNA Structure Ranking
|
| 35 |
+
|
| 36 |
+
|
| 37 |
+
## Overview
|
| 38 |
+
|
| 39 |
+
This task relates to predicting the three-dimensional structure of an RNA
|
| 40 |
+
molecule, given its sequence. A total of 21 RNAs are included, which consist of
|
| 41 |
+
the first 21 RNAs from the RNA-Puzzles competition (Cruz et al., 2011).
|
| 42 |
+
|
| 43 |
+
We phrase this problem as candidate ranking. For each RNA, we generate
|
| 44 |
+
candidate structural models using FARFAR2 (Watkins et al., 2020) and calculate
|
| 45 |
+
each candidate's atoms' root mean squared deviation (RMSD) to the experimentally
|
| 46 |
+
determined structure.
|
| 47 |
+
|
| 48 |
+
## Datasets
|
| 49 |
+
|
| 50 |
+
- splits:
|
| 51 |
+
- candidates-split-by-time: Oldest RNAs are in training set, next oldest are in validation, and newest are in testing set.
|
| 52 |
+
|
| 53 |
+
|
| 54 |
+
## Additional Information
|
| 55 |
+
|
| 56 |
+
The entry ['scores'] contains a dictionary with the following important entries:
|
| 57 |
+
- 'rms': RMSD from the experimentally determined structure.
|
| 58 |
+
|
| 59 |
+
Many of the other scores are documented in [https://daslab.stanford.edu/site_data/pub_pdf/2017_Alford_JCTC.pdf](https://daslab.stanford.edu/site_data/pub_pdf/2017_Alford_JCTC.pdf)
|
| 60 |
+
|
| 61 |
+
The ensemble denotes the
|
| 62 |
+
number of the RNA Puzzle, and the subunit denotes the index of the candidate
|
| 63 |
+
structural model.
|
| 64 |
+
|
| 65 |
+
## Citation Information
|
| 66 |
+
|
| 67 |
+
```
|
| 68 |
+
@article{townshend2020atom3d,
|
| 69 |
+
title={Atom3d: Tasks on molecules in three dimensions},
|
| 70 |
+
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},
|
| 71 |
+
journal={arXiv preprint arXiv:2012.04035},
|
| 72 |
+
year={2020}
|
| 73 |
+
}
|
| 74 |
+
```
|
| 75 |
+
|
| 76 |
+
```
|
| 77 |
+
@article{cruz2012rna,
|
| 78 |
+
title={RNA-Puzzles: a CASP-like evaluation of RNA three-dimensional structure prediction},
|
| 79 |
+
author={Cruz, Jos{\'e} Almeida and Blanchet, Marc-Fr{\'e}d{\'e}rick and Boniecki, Michal and Bujnicki, Janusz M and Chen, Shi-Jie and Cao, Song and Das, Rhiju and Ding, Feng and Dokholyan, Nikolay V and Flores, Samuel Coulbourn and others},
|
| 80 |
+
journal={Rna},
|
| 81 |
+
volume={18},
|
| 82 |
+
number={4},
|
| 83 |
+
pages={610--625},
|
| 84 |
+
year={2012},
|
| 85 |
+
publisher={Cold Spring Harbor Lab}
|
| 86 |
+
}
|
| 87 |
+
```
|
| 88 |
+
|
| 89 |
+
```
|
| 90 |
+
@article{watkins2020farfar2,
|
| 91 |
+
title={FARFAR2: improved de novo rosetta prediction of complex global RNA folds},
|
| 92 |
+
author={Watkins, Andrew Martin and Rangan, Ramya and Das, Rhiju},
|
| 93 |
+
journal={Structure},
|
| 94 |
+
volume={28},
|
| 95 |
+
number={8},
|
| 96 |
+
pages={963--976},
|
| 97 |
+
year={2020},
|
| 98 |
+
publisher={Elsevier}
|
| 99 |
+
}
|
| 100 |
+
```
|