Giter Club home page Giter Club logo

pizsa_webserver's Introduction

  1. USAGE

To run the Software Package from the command line using default parameters, Run the run_predict_binding.py script as:

./run_predict_binding.py XXXX.pdb
  1. INPUT

The three dimensional coordinates of the atomic positions of the protein complex should be given in a PDB format. Place the PDB files in the 'input' directory of the package.

  1. OUTPUT

After a successful run of the program, the corresponding output files are generated in the 'output' directory. For each complex, two text files will be generated -

  1. XXXX_scores.out - Contains the prediction and other metrics like z-score
  2. XXXX_respairs.out - Contains the residue pairs comprising the interface

In case the Alanine Scanning flag is provided, an additional file will be generated, 3. XXXX_alascan.out - Contains the residues which upon mutation might destabilize the interaction

  1. EXAMPLES

Examples for the input and output files are provided in the 'examples' directory

  1. ADDITIONAL PARAMETERS

Optional flags that can be turned on - USAGE:

./run_predict_binding.py XXXX.pdb -d 8.0 -t mm
  1. Distance threshold for interaction definition: -d, --cutoff, choices = {4.0, 6.0, 8.0} NOTE: Default value = 4.0

  2. Types of interacting atoms between residues: -t, --intertype, choices = {'all', 'mm', 'ms', 'ss'} NOTE: Default value = ss all - Interactions between all atoms mm - Interactions between main chain atoms ms - Interactions between main chain atoms and side chain atoms ss - Interactions between side chain atoms

  3. To specify your own 20x20 matrix for residue-pair scores: -cp, --custom_pot, file NOTE: The custom potential should be in the format of a .csv file with the residue_pair in first column and the corresponding score in the second column. Example file provided in the 'examples' directory (custom_pot.csv)

  4. To perform Alanine Scanning with the default potential: -alscn, --alascan, choices = {'0', 1', '2', '3'} NOTE: Default value = '0' 0 - Do not perform Alanine Scanning 1 - Mutate all the residues on the interface to Alanine 2 - Mutate all the residues on the interface to every other residue 3 - Mutate a given list of residues to every other residue (residues to be provided in a separate file)

    *NOTE: In case mode '3' is selected, a separate file containing the residues to be mutated should be provided in the 'input' directory. An example file is given in the 'examples' directory (4pza_alscan_input.txt).

  5. In case of multimers, specify particular interfaces, -p1, -p2, --protein_1, --protein_2

  6. To specify a name for the output files, -o, --outfile

This help can be accessed on the command line using: ./run_predict_binding.py -h or ./run_predict_binding.py --help

  1. SOURCE CODE

All the scripts for the package can be found in the 'scripts' directory.

  1. LICENSE

Please refer to COPYING.txt for the full license or COPYING_LESSER.txt for a condensed version.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.