Re: [PyMOL] How to select an atom of a particular state

2017-12-23 Thread Jared Sampson
Hi Cavi -  This should do it: select delta, resi 11 and resn ARG and name CD and state 76 or, using a selection macro: select delta, ARG`11/CD and state 76 If you want to show all the states simultaneously to highlight differences from state 76, you can also use: set

[PyMOL] How to select an atom of a particular state

2017-12-20 Thread Cavi via PyMOL-users
Hello everyone! I have a pdb file of a protein structure solved by NMR. It consists of 120 states/models/conformations depending on which term you prefer. Pymol refers to them as states. My question is, if I want to select atom 'CD' of residue number 11 (which is an arginine) of state 76, how c