Skip to main content

The program uses a residual deep learning model to predict water hot-spots on the surface of proteins

Project description

How it works

Supply a pdb file (or just the accession code) and rank the water molecules within it or scan the surface of the whole protein for most likely water hot spots.

Installation

Note: This tool relies on EDTSurf, therefore runs only on Linux. If you have a linux system, install via pip from PyPi (recommended):

$ pip2 install --user hotWater

If your system lacks pip, install it first.

Python version

The tool was developed using Python 2.7.

Usage

Python 2.7 shell

>>> from hotWater import *
>>> rank_waters('3m1k')
Creating mesh around protein surface using EDTSurf
    [...other output messages...]
Ranked water positions along with scores have been written out to a file

For the scan mode, you need to use a high performance server (depending on size of protein, can require up to 64GB RAM per core). You will be testing several million of points so please be aware that this will take some time. If your job dies (for e.g. due to insufficient memory resources), rerun it (using fewer threads) in the same folder. The calculation will restart from the last checkpoint.

>>> scan_surface('3m1k', threads=4, threshold=0.999)

The points predicted above the threshold will be written out to a PDB file (‘<input>_predicted_waters.pdb’). You can append this output with the original PDB for viewing in pymol etc. The predicted waters are chain ‘W’. If you wish to see more predictions, decrease the ‘threshold’ parameter (hint - not too drastically, a threshold of 0.99 will already yield several thousands of positive predictions and any threshold below 0.9 will yield very many false positive predictions). If you wish to remove excess waters (positively predicted water molecules that clash with one another), run:

>>> cluster_predicted_waters('3m1k_predicted_waters.pdb', threshold = 1.4)

Licence

MIT

Authors

Jan Zaucha

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

hotWater-1.9.tar.gz (193.4 kB view hashes)

Uploaded Source

Built Distributions

hotWater-1.9-py3-none-any.whl (208.6 kB view hashes)

Uploaded Python 3

hotWater-1.9-py2-none-any.whl (208.6 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page