######################################################################### # # # PyMol Script to render mammalian Cytochrome P450 with bound drug # # # # Kalju Kahn, UCSB, 2004 # # # ######################################################################### hide # General style set sphere_scale, 0.7 # Show protein as cartoon create prtn, chain a show cartoon, prtn set_color lightgrey,[ 0.62, 0.60, 0.62] recolor color lightgrey, prtn # Show heme and diclofenac show sticks, resn hem show sticks, resn dif show spheres, (resn hem and elem n or elem fe) util.performance(0) rebuild # Orient to show heme cofactor set_view (\ 0.514182806, 0.260892123, 0.817041039,\ -0.352071434, 0.932859480, -0.076305002,\ -0.782090187, -0.248422697, 0.571513236,\ 0.000098126, -0.000032037, -155.031097412,\ -8.232768059, -19.102849960, -30.497987747,\ 113.285446167, 208.924240112, 0.000000000 )