Peter,
Assuming you have an existing selection
load my_prot.pdb
select my_sel, resi 100
You can use the within/of operation...
color cyan, my_prot within 15 of my_sel
color red, my_prot within 10 of my_sel
If you needed to exclude the region immediately around the selection, you
co
Rajarshi and Gareth,
* Gareth Stockwell [2003-04-02 08:40] wrote:
> Rajarshi,
>
> With a bit of work you could add such a feature to the script, by using
> compiled graphics objects (CGOs). The PyMOL documentation explains how
> to use them.
>
> Gareth
>
> On Tue, 2003-04-01 at 21:42, Rajarsh
Rajarshi,
With a bit of work you could add such a feature to the script, by using
compiled graphics objects (CGOs). The PyMOL documentation explains how
to use them.
Gareth
On Tue, 2003-04-01 at 21:42, Rajarshi Guha wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Hi,
> using th