Skip to content

Reimplementation of RaSP, a deep neural network for rapid protein stability prediction, in PyTorch.

Notifications You must be signed in to change notification settings

dohlee/rasp-pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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}
}

About

Reimplementation of RaSP, a deep neural network for rapid protein stability prediction, in PyTorch.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages