
Hi Christian, (I added a descriptive Subject line... this is useful for our archive) There are several different ways you could do this, with various GUIs or commands. It depends how you want to define contacts. If by atom-atom distances and atomic VDW radii, you could use the "contacts" command or Contacts tool. If by whole residues and buried surface area, you could use "interfaces" command. <https://rbvi.ucsf.edu/chimerax/docs/user/tools/clashes.html> <https://rbvi.ucsf.edu/chimerax/docs/user/commands/clashes.html> <https://rbvi.ucsf.edu/chimerax/docs/user/commands/interfaces.html> Both of the above provide ways of selecting the contact atoms or residues, and "contacts" also has options to write info to file and the Log. There is also menu: Select.... Contacts... which gives an interface to both ways. If you choose "Chains" in the dialog you can use the buried surface-area method or distance. If you choose "Atomic" it will use a subset of the options in the Contacts tool. Details: <https://rbvi.ucsf.edu/chimerax/docs/user/selectcontacts.html> The GUIs may be friendlier for you to use at first, but they will also show the corresponding command in the Log so that you can learn the commands if you want. The commands are much shorter to describe in email, however. Here is an example of the contacts command, to list pairwise atomic contacts between protein parts of C vs. (A+B) contacts /C & protein restrict ( /A,B & protein ) reveal true log true saveFile ~/Desktop/c-ab-atompairs.txt There are adjustable parameters and other options to all of these approaches, and you would change the file location and name as appropriate for your system. See help links above for details. If you don't care about the pairwise interaction information and you only want lists of residues, there is one way to do it with the "contacts" command: contacts /C & protein restrict ( /A,B & protein ) reveal true select true select up info residues sel saveFile ~/Desktop/c-ab-residues.txt ... or you can omit the saveFile stuff to just show the list in the Log instead of writing it to ~/Desktop/c-ab-residues.txt -- see "info" help <https://rbvi.ucsf.edu/chimerax/docs/user/commands/info.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 Feb 20, 2025, at 5:34 AM, FRANGIE Christian via ChimeraX-users <chimerax-users@cgl.ucsf.edu> wrote:
Dear UCSF ChimeraX Support Team,
My name is christian frangieh, I am currently using chimera x and i want to check the interacting residues that form the interface between 1 chain with 2 other different chains. for example my model has 3 chains (chain A,B,C) i want to have a list of the resideus of chain A and B that are interacting with chain C Can you please help me with this?
Thank You