1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
PyMOL>load dat/names.pdb
CmdLoad: "dat/names.pdb" loaded as "names".
PyMOL>select test,name O4'
Selector: selection "test" defined with 2 atoms.
PyMOL>select test,*/O4'
Selector: selection "test" defined with 2 atoms.
PyMOL>select test,*/O4'+O3'
Selector: selection "test" defined with 4 atoms.
PyMOL>select test,(*/O4',O3')
Selector: selection "test" defined with 4 atoms.
PyMOL>select test,name O4'+O3'
Selector: selection "test" defined with 4 atoms.
PyMOL>select test,name "O4'+O3'"
Selector: selection "test" defined with 4 atoms.
PyMOL>select test,name O4'+Na\+
Selector: selection "test" defined with 4 atoms.
PyMOL>select test,(name Na\+,O4')
Selector: selection "test" defined with 4 atoms.
PyMOL>select test,name Na\++O4'
Selector: selection "test" defined with 4 atoms.
PyMOL>select test,*/Na\++O4'
Selector: selection "test" defined with 4 atoms.
PyMOL>select test,*/O4'+O4
Selector: selection "test" defined with 3 atoms.
PyMOL>select test,*/O2\*+O2
Selector: selection "test" defined with 4 atoms.
PyMOL>select test,*/O2\*+O2'
Selector: selection "test" defined with 4 atoms.
PyMOL>select test,name 'O4''
Selector: selection "test" defined with 2 atoms.
PyMOL>select test,name "O4'"+O2'
Selector: selection "test" defined with 4 atoms.
PyMOL>select test,name 'O4''+O2'
Selector: selection "test" defined with 4 atoms.
PyMOL>select test,name O4'+C2+C4+Na\++Cl\-
Selector: selection "test" defined with 13 atoms.
PyMOL>select test,*/O4'+C2+C4+Na\++Cl\-
Selector: selection "test" defined with 13 atoms.
PyMOL>select test,names////O4'
Selector: selection "test" defined with 2 atoms.
PyMOL>select test,names and */O4'+'Na\+'+'C2'+'C4'
Selector: selection "test" defined with 12 atoms.
PyMOL>select test,chain ''
Selector: selection "test" defined with 0 atoms.
PyMOL>select test,segi ''
Selector: selection "test" defined with 86 atoms.
PyMOL>select test,chain R+''
Selector: selection "test" defined with 82 atoms.
PyMOL>select test,chain ''+R
Selector: selection "test" defined with 82 atoms.
PyMOL>select test,name Na\+
Selector: selection "test" defined with 2 atoms.
PyMOL>select test,name "Na\+"
Selector: selection "test" defined with 2 atoms.
|