Scripts and functions needed for for APPARISE.
Project description
APPRAISE: Rank binders by structure modeling
Automated Pair-wise Peptide-Receptor binding model AnalysIs for Screening Engineered proteins (APPRAISE) is a method that predicts the receptor binding propensity of engineered proteins based on high-precision protein structure prediction tools, such as AlphaFold2-multimer. The APPRAISE Python package includes tools for preparing input files and analyzing the modeled structures.
Author: Xiaozhe Ding (Email: dingxiaozhe@gmail.com, xding@caltech.edu; Twitter: @DingXiaozhe)
Getting started without installation
We recommend using APPRAISE remotely by running Colab-APPRAISE notebook on Google Colaboratory, which allows you to access APPRAISE with a web-based interface. This notebook guides users through the APPRAISE process step-by-step, with results stored on Google Drive. No need for a local installation when using this notebook.
The basic service of Google Colaboratory is free, although you can choose paid plans to get more stable access to better hardwares.
How to run Colab-APPRAISE
- Open Colab-APPRAISE notebook in Google Colaboratory;
- Go to "File --> save a copy in Drive" to save a copy of your own;
- Follow the Quick guide on the top of the notebook, and you can start APPRAISing!
Local installation
Environment
Local APPRAISE 1.2 was tested with the following environment:
-
MacOS 10.14.6
-
Python 3.6.10
-
Alphafold-colabfold 2.1.14 (Available here)
-
PyMOL 2.3.3 (Schrodinger LLC.)
-
Python packages (will be automatically handled by pip):
-
scipy 1.4.1
-
numpy 1.18.2
-
pandas 1.1.5
-
matplotlib 3.2.1
-
seaborn 0.11.2
-
Installation options
Installation of APPRAISE locally requires pip. In most cases, pip comes with your Python environment. If not, you can follow the instructions here to install pip.
Option 1 (recommended)
Install the distribution from PyPI. In the terminal, run:
pip install appraise
Option 2 (back-up)
Download the repository to your local computer and unzip. In the terminal, change the working folder to the directory containing the appraise package folder and setup.py, and run the following line:
pip install -e .
Demo
You can find a few demo notebooks that work locally in the demo folder on GitHub.
References
Xiaozhe Ding*, Xinhong Chen, Erin E. Sullivan, Timothy F Shay, Viviana Gradinaru*. APPRAISE: Fast, accurate ranking of engineered proteins by receptor binding propensity using structural modeling. BioRxiv (2023). * Corresponding authors.
The repository contains the latest version of APPRAISE package, Colab-APPRAISE notebook, and demo notebooks.
Related resources
ColabFold provides a panel of user-friendly tools for structure modeling that are used by APPRAISE.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file appraise-1.2.4.tar.gz
.
File metadata
- Download URL: appraise-1.2.4.tar.gz
- Upload date:
- Size: 25.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d0928a8970d4b6a4cf232ffbc6a6f519e32a74cde3854de5c24c2d7984932037 |
|
MD5 | ed57a955129a1bfef22abd51e9a0e999 |
|
BLAKE2b-256 | b473e2413cbdf4a408a9e59ee6272c59c6b25534888a7c115de4ecd15fb4eb8c |
File details
Details for the file appraise-1.2.4-py3-none-any.whl
.
File metadata
- Download URL: appraise-1.2.4-py3-none-any.whl
- Upload date:
- Size: 26.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 649a33b2d97a5959433795a4cb33d52ff9636894e833526867e9010880c1e3cb |
|
MD5 | 47d2debb394a4cccce6c59b8c30c1dd6 |
|
BLAKE2b-256 | 32410570b89090c89b506dfae0ab16de8cf6064caef12bf27fd533d4d356252a |