Skip to main content

The Interface Extension program was developed to identify pharmacologically relevant residues at the periphery of a protein’s interface from a known three-dimensional structure

Project description

Interface Extension:


Overview:

The Interface Extension program was developed to identify pharmacologically relevant residues at the periphery of a protein’s interface from a known three-dimensional structure. First, the set of normal interface and extended interface residues are defined. The normal interface residues are then excluded from the extended interface. Lastly, the potential residues are filtered by their ability to reach the normal interface threshold upon in-silica mutation. The extended interface positions present themselves as important positions in a variety of applications, as mutations at these positions have potential to affect the protein binding without damaging the interface.


Installation and Dependencies:

  • Requires python 3.6 or later. Tested on python 3.9.
  • Requires Anocanda to install Modeller easily. (https://www.anaconda.com/)
  1. install:
pip install pericaat
  1. Download Modeller: https://salilab.org/modeller/download_installation.html
    • for Conda enviroment:
        conda config --add channels salilab
        conda install modeller
  1. Download SCRWL4 (optional): http://dunbrack.fccc.edu/lab/scwrl
  2. Download qhull (optional): http://www.qhull.org/

Usage:

  • run periCaat:
pericaat

Command Line Arguments:

  • -pdb: RCSB PDB id, if not provided you will be prompted to select one. If it is is in the input/ folder it will be used. Otherwise it will be downloaded from the RCSB.
  • -qc: Query chain to find extended positions on.
  • -ic: partner chain.
  • -sr: solvent radius for extension (default 4.4).
  • -mi: Interaction cutoff for extension (default 1).
  • -m: Amino Acids used for extension (default TRP,ARG).
  • -r: Output file name.
  • -c: Number of cores to use in parallel (default 4).

Add these flags to use certain features.

  • -p: Run Interface Extention in parallel.
  • --scwrl: Use scrwl4 to remodel sidechain (default no sidechain remodeling) (-s also works).
  • -qh: Use qhull (default pyhull).
  • -nomod: (FOR TESTING ONLY) Dont use modeller and instead just change the names of the residue in the pdb.

Notes:

  • Intercaat may not understand pdbs with insertion codes so pdb-tools fixinsert function is run to reformat the pdb. (https://github.com/haddocking/pdb-tools).
  • for extended mutants argument(-m) please use upper case three letter amino acid name separated by a comma without spaces.
  • if qhull is not downloaded then pyhull will be used (wrapper for qhull). For more info on pyhull see https://github.com/materialsvirtuallab/pyhull. To use qhull downloaded it (http://www.qhull.org/), update the contents of intercaat_config.ini in 'scripts/intercaatmaster' folder and use the -qh flag in the command line.
  • if Scrwl4 isnt working make sure it is properly alliased in your shell config (.bashrc or .zshrc).

Written by Evan Edelstein
Please report any questions or complaints to steven.grudman@einsteinmed.org

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

pericaat-0.9.tar.gz (22.7 kB view hashes)

Uploaded Source

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