Datasets:

Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
akore commited on
Commit
9abb018
·
verified ·
1 Parent(s): b0a3337

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md CHANGED
@@ -30,3 +30,25 @@ configs:
30
  - split: test
31
  path: data/test-*
32
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  - split: test
31
  path: data/test-*
32
  ---
33
+
34
+ # Residue identity prediction
35
+
36
+ ## Overview
37
+
38
+ Understanding the structural role of individual amino acids is important for engineering new proteins.
39
+ We can understand this role by predicting the substitutabilities of different amino acids at a given protein site based on the surrounding structural environment.
40
+ We generate a novel dataset consisting of atomic environments extracted from nonredundant structures in the PDB.
41
+ We formulate this as a classification task where we predict the identity of the amino acid in the center of the environment based on all other atoms.
42
+
43
+ ## Datasets
44
+ - splits:
45
+ - split-by-cath-topology: split by CATH 4.2 topology class at the domain level (NOTE: only indices available for download currently due to size of dataset)
46
+
47
+ ## Citation Information
48
+
49
+ @article{townshend2020atom3d,
50
+ title={Atom3d: Tasks on molecules in three dimensions},
51
+ 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},
52
+ journal={arXiv preprint arXiv:2012.04035},
53
+ year={2020}
54
+ }