[chimerax-users] Interface residue selection - command line option?
Elaine Meng
meng at cgl.ucsf.edu
Wed Sep 15 08:44:39 PDT 2021
Hi Matthias,
The "interfaces" command uses a multistep procedure of calculating buried SASA between each pair of chains and then using an area cutoff to identify which residues are involved in each interface.
<https://rbvi.ucsf.edu/chimerax/docs/user/commands/interfaces.html#interface-residues>
You could do it with a series of "measure buriedarea" commands, one for each pairwise combination of chains. You would want to use the options to select residues with buried area greater than some cutoff value.
<https://rbvi.ucsf.edu/chimerax/docs/user/commands/measure.html#buriedarea>
An alternative approach is to use "contacts" instead of "measure buriedarea" for each pairwise combination of chains. Instead of buried area, this goes by distance between the VDW surfaces of the atoms ("overlap" is 0 where VDW surfaces would exactly touch, -1.0 where they are 1A apart, +1.0 where they would intersect by 1A). The reason we use overlap instead of merely distance is that it accounts for different sizes of different atoms. However it also has an option to ignore sizes and use center-center distance if that's what you want.
<https://rbvi.ucsf.edu/chimerax/docs/user/commands/clashes.html>
I hope this helps,
Elaine
-----
Elaine C. Meng, Ph.D.
UCSF Chimera(X) team
Department of Pharmaceutical Chemistry
University of California, San Francisco
> On Sep 15, 2021, at 6:34 AM, Vorländer,Matthias Kopano via ChimeraX-users <chimerax-users at cgl.ucsf.edu> wrote:
>
> Dear ChimeraX team,
>
> I am trying to selected interface residues using the “interface” tool. While doing this through the context menu of the interface plot works, I am analyzing a larger number of PDBs and am therefore looking for a way to achieve this through the command line (the contacting chains are displayed already in the log window. Essentially I wonder if it is possible to expand this to the contacting residues).
>
> Thanks a lot in advcance,
> Matthias
More information about the ChimeraX-users
mailing list