PUResNetV2.0 Prediction of Protein Ligand Binding Sites
Project description
PUResNetV2.0
A powerful tool for predicting ligand binding sites in protein structures
Table of Contents
Overview
PUResNetV2.0 is a state-of-the-art deep learning model designed to predict ligand binding sites in protein structures. Utilizing advanced sparse convolution techniques and the powerful MinkowskiEngine, PUResNetV2.0 offers fast and accurate predictions to aid in computational drug discovery.
Usage
Setup Conda Environment
Creating environment named sparseconv
conda create -n sparseconv python=3.10 -c conda-forge
conda activate sparseconv
Installing pytorch and cuda drivers
conda install openblas-devel -c anaconda
conda install pytorch=1.13.0 torchvision=0.14 pytorch-cuda=11.7 -c pytorch -c nvidia
conda install -c "nvidia/label/cuda-11.7.0" cuda-toolkit
Installing MinkowskiEngine
export CUDA_HOME=$CONDA_PREFIX
pip install -U git+https://github.com/NVIDIA/MinkowskiEngine --no-deps
Installing other requirements
conda install -c conda-forge openbabel
conda install -c anaconda scikit-learn
Installing PUResNetV2.0 package
pip install puresnet==0.1
Getting Started
After installing PUResNetV2.0, you can start predicting ligand binding sites for your protein structures. Follow the instructions in the Example Usage section to learn how to use the tool effectively.
Example Usage
Inside Example explore following notebook files:
- Creating sparse tensor.ipynb
- Predicting.ipynb
- Training.ipynb
Citation
- Kandel, J., Tayara, H. & Chong, K.T. PUResNet: prediction of protein-ligand binding sites using deep residual neural network. J Cheminform 13, 65 (2021). https://doi.org/10.1186/s13321-021-00547-7
License
MIT License
Copyright (c) 2023 Kandel Jeevan
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Project details
Release history Release notifications | RSS feed
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 puresnet-0.1.tar.gz
.
File metadata
- Download URL: puresnet-0.1.tar.gz
- Upload date:
- Size: 41.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 25282f3d540cdbf30d8901c25aa6e0be4b8e499bc337be72c66f53b717a4c9dd |
|
MD5 | 91df44e4d2422a76ee2b5fea360d8dc6 |
|
BLAKE2b-256 | 610f78addcf936e651811609863d7f8d0dc65f02f5d46589bd613ab1e4fce242 |
File details
Details for the file puresnet-0.1-py3-none-any.whl
.
File metadata
- Download URL: puresnet-0.1-py3-none-any.whl
- Upload date:
- Size: 41.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 06b0225b41d5d9ea6344d26c58e2abf4367f2ed24fa4e647b888ace191e5107d |
|
MD5 | 0ca42e078f4092223269417ac738f0a5 |
|
BLAKE2b-256 | a1dd563f0cb71b914e2f4780e79143beaf4e42ce2e075a42bfba87168b0864c3 |