 
 
 
 
 
 
 
 
 
 
Below we summarize the methods available from the AtomSel module.
 sel = AtomSel('name CA', 1) # Selects the alpha carbons of molecule 1
 sel = AtomSel('name CA', 1) # Selects the alpha carbons of molecule 1
 sel.select('resid 5')
 sel.select('resid 5')
 sel.frame(5)
 sel.frame(5)
 sel.frame()
 sel.frame()
5
 x, y, z = sel.get('x', 'y', 'z')
 x, y, z = sel.get('x', 'y', 'z')
 len(sel)
 len(sel)
12
 sel.set('beta',3)
 sel.set('beta',3)
 sel.set('beta',(1,2,3,4,5,6,7,8,9,10,11,12))
 sel.set('beta',(1,2,3,4,5,6,7,8,9,10,11,12))
 sel2: 
	Create a new atom selection using the atoms found in either sel1
	or sel2.
 sel2: 
	Create a new atom selection using the atoms found in either sel1
	or sel2.
 
 
 
 
 
 
 
 
