akore commited on
Commit
1554765
1 Parent(s): a52cf92

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md CHANGED
@@ -64,3 +64,28 @@ Each item in the dataset contains the following keys:
64
  - ['label'] 1 for better binding, 0 for worse or equal.
65
  - ['token_type_ids'] A mask that corresponds to which `inputs_ids`/`coords` belong to the mutated or original atoms (0 for mutated , 1 for original)
66
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
64
  - ['label'] 1 for better binding, 0 for worse or equal.
65
  - ['token_type_ids'] A mask that corresponds to which `inputs_ids`/`coords` belong to the mutated or original atoms (0 for mutated , 1 for original)
66
 
67
+
68
+ ## Citation Information
69
+
70
+ ```
71
+ @article{townshend2020atom3d,
72
+ title={Atom3d: Tasks on molecules in three dimensions},
73
+ 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},
74
+ journal={arXiv preprint arXiv:2012.04035},
75
+ year={2020}
76
+ }
77
+ ```
78
+
79
+ ```
80
+ @article{jankauskaite2019skempi,
81
+ title={SKEMPI 2.0: an updated benchmark of changes in protein--protein binding energy, kinetics and thermodynamics upon mutation},
82
+ author={Jankauskait{\.e}, Justina and Jim{\'e}nez-Garc{\'\i}a, Brian and Dapk{\=u}nas, Justas and Fern{\'a}ndez-Recio, Juan and Moal, Iain H},
83
+ journal={Bioinformatics},
84
+ volume={35},
85
+ number={3},
86
+ pages={462--469},
87
+ year={2019},
88
+ publisher={Oxford University Press}
89
+ }
90
+ ```
91
+