Re: [PyMOL] dimer interface

2005-04-15 Thread Robert Campbell
Alex, * Alex Dajkovic [2005-04-15 10:30] wrote: > Dear all, > > I have a structure of a dimer and would like to see the surface at the > interface of the two proteins. Is there a way to do this in PyMol? Say the object has chains A and B: create chainA, object & c. a create chainB, objec

[PyMOL] dimer interface

2005-04-15 Thread Scott Classen
Hi Alex, this should get you started. There may be other ways to do this, but this works: create two objects from your dimer create Ach, /yourPDB//A create Bch, /yourPDB//B show surface, Ach color grey, Ach color red, Ach within 5 name Bch This will color red all those objects within 5 Angst

[PyMOL] dimer interface

2005-04-15 Thread Alex Dajkovic
Dear all, I have a structure of a dimer and would like to see the surface at the interface of the two proteins. Is there a way to do this in PyMol? Alex