z = x[``A''] # will select the chain A z = x[``ABC''] # will select chains A, B and C z = x[``-B''] # will select anything but chain B