[chimerax-users] protein-protein interacting footprints

Elaine Meng meng at cgl.ucsf.edu
Mon Nov 21 11:42:57 PST 2022


Hi Krish,
Generally it would be in two steps: select interface, then apply action (e.g. coloring) to what was selected.

Commands for identifying interface by various methods:

(1) interfaces - chain-chain interfaces based on buried surface area, also draws diagrams with context menus for selecting the atoms involved
<https://rbvi.ucsf.edu/chimerax/docs/user/commands/interfaces.html>

(2) contacts - pairwise atomic interactions identified by VDW overlap (i.e. 0 for touching VDW surfaces, positive for intersecting VDW surfaces; typically use negative value to include atoms that are almost touching), or by a simple center-to-center cutoff distance; includes option to select identified atoms
<https://rbvi.ucsf.edu/chimerax/docs/user/commands/clashes.html>

(3) a third approach is to just use a zone specification in the command (e.g. color, select, etc.), which uses a simple distance cutoff.  For example, to color red all atoms/ribbons/surfaces of protein residues in chain A with any atom within 3.8 angstroms of any protein residue in chain B:

color (/A & protein) & (( /B & protein) :<3.8) red target ars

...or for atom-based (could be partial residues colored rather than whole residues)

color (/A & protein) & (( /B & protein) @<3.8) yellow target ars

Of course you would have to additionally display the atoms to see their coloring.  Or you can select and color in separate steps,

select (/A & protein) & (( /B & protein) @<3.8) 
color sel hot pink target ars

<https://rbvi.ucsf.edu/chimerax/docs/user/commands/select.html#new>
<https://rbvi.ucsf.edu/chimerax/docs/user/commands/color.html#simple>

There is no specific recommendation for 3.8, it's just there to show you that you can put in whatever distance you like.  Or, if you want to factor in the different VDW radii of atoms, you would use the "contacts" command instead.

The menu entries: Select... Zone, Select... Contacts use these three methods depending on what options you choose, so you may want to try experimenting with that interactively to see what commands they generate, which will be shown in the Log.

I hope this helps,
Elaine
-----
Elaine C. Meng, Ph.D.                       
UCSF Chimera(X) team
Department of Pharmaceutical Chemistry
University of California, San Francisco

> On Nov 21, 2022, at 9:44 AM, Krishnan Raman via ChimeraX-users <chimerax-users at cgl.ucsf.edu> wrote:
> 
> Hi
> Can you please point me to
> Commands for calculating/coloring the interacting  interfaces (surfaces, atoms) for protein-protein interactions in chimerax?
> Thanks
> Krish




More information about the ChimeraX-users mailing list