The Contact Geometry Analysis Plugin (CGAP) for CMView

What is CGAP?

CGAP is an experimental plugin for the CMView contact map analysis software. It provides rich, interactive tools for analysing the geometric environment of residue-residue contacts in protein structures. The idea is similar to that of the well-known Ramachandran plot. But instead of dihedral angles CGAP visualises angular preferences for arbitrary contacts. It also shows how a selected contact compares to angular preferences observed in the PDB. This information can be used in an explorative way to find and understand residue interaction patterns or in a more applied way for structure modelling.

Installation

  1. Install CMView (if not yet installed)
  2. Download the file SphoxelBGs.zip with the background statistics (don't unzip!)
  3. Download and unzip the file cgap_db_data.zip with the database dumps
  4. You should now have the following files in your download directory:
  5. Install MySQL (if not yet installed) and create a user with sufficient privileges to create a database cmview_cgap
  6. Run the script cgap_create_db.sql from MySQL to create the database and tables and load the data, e.g.
  7. cat cgap_create_db.sq | mysql
  8. You can now move SphoxelBGs.zip to a permanent location (e.g. the CMView installation directory) and delete the other downloaded files
  9. Set the following parameters in your CMView config file (cmview.cfg):
    1. USE_CGAP=true
    2. SPHOXEL_BG_FILE_PATH=/full/path/to/downloaded/file/SphoxelBGs.zip
    3. DB_USER= (your username)
    4. DB_PWD= (your password)
    5. DB_HOST= (mysql host name, usually localhost)
    6. CGAP_DB_NAME=cmview_cgap

Notes

Downloads

SphoxelBGs.zip (866MB) (Mirror)
cgap_db_data.zip (506MB) (Mirror)
Manual (PDF)