Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.44 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.44 KB

rasp-pytorch

rasp_model

Reimplementation of RaSP, a deep neural network for rapid protein stability prediction, in PyTorch. You can find the official implementation of RaSP here.

Installation

$ pip install rasp-pytorch

Training data

Training data for cavity model (2,315 high-resolution protein structures obtained using the PISCES server with maximal sequence identity set to 30%) was downloaded from official GitHub repository.

Custom data preprocessing

Although the reproduction was done using the official training data, we can also compose custom training dataset using protein-structure-preprocessing pipeline, which can be found here.

Citation

@article{Blaabjerg2022.07.14.500157,
author = {Blaabjerg, Lasse M and Kassem, Maher M and Good, Lydia L and Jonsson, Nicolas and Cagiada, Matteo and Johansson, Kristoffer E and Boomsma, Wouter and Stein, Amelie and Lindorff-Larsen, Kresten},
doi = {10.1101/2022.07.14.500157},
journal = {bioRxiv},
publisher = {Cold Spring Harbor Laboratory},
title = {{Rapid protein stability prediction using deep learning representations}},
url = {https://www.biorxiv.org/content/early/2022/07/15/2022.07.14.500157},
year = {2022}
}