Ticket #5344: 7otq_figure-2-supplement-2.cxc

File 7otq_figure-2-supplement-2.cxc, 3.1 KB (added by Tom Goddard, 4 years ago)
Line 
1# Load model
2open 7otq
3
4# Name orientations to make it easier to come back to them
5
6## Orient in disc view and zoom in to fill camera view
7turn x -90
8turn z -5
9view #1
10view name disc
11
12## Orient in dyad view
13view disc
14turn x 90
15turn z -5
16turn x -5
17view name dyad
18
19## Orient in gyres view
20view dyad
21turn x 180
22turn z -5
23view name gyres
24
25## Orient to look at H4 tail
26view gyres
27turn y 95
28turn x 45
29turn y 30
30view name H4tailInteraction
31view H4tailInteraction
32turn y -50
33turn x -15
34turn y -5
35view name H4tailInteraction2
36
37# Find correct protein secondary structure assignments in atomic model
38dssp protein
39
40# Load other PDB entries to compare to
41## Yeast Snf2 in apo, ADP-BeFx and ADP bound states
42open 5z3l
43open 5z3u
44open 5z3o
45## Yeast Isw1 in ADP-BeFx and ADP bound states
46open 6jyl
47open 6iro
48## Human CHD4 in ADP-BeFx bound state
49open 6ryr
50
51# Align them all to our model, based on H3 chains
52mmaker #2-7/a,e to #1/a,e
53
54# Name chains to make the rest easier to read
55name H3 /a/e
56name H4 /b/f
57name H2A /c/g
58name H2B /d/h
59name histones /a-h
60name DNA /i/j
61name mainNuc #1/a-j
62name otherNucs #2-7/a-j
63name ALC1 #1/k
64name NATPase #1/k:42-266
65name CATPase #1/k:267-500
66name H4tail #1/b:16-24
67name Snf2Apo #2/o
68name Snf2ADPBeF #3/o
69name Snf2ADP #4/o
70name Snf2 #2-4/o
71name Snf2NATPase #2-4/o:670-1000
72name Isw1ADPBeF #5/k
73name Isw1ADP #6/l
74name Isw1 #5/k#6/l
75name Isw1NATPase #5/k:101-417#6/l:101-417
76name CHD4 #7/w:727-1212
77name CHD4NATPase #7/w:446-960
78name bindingFactors #1/k#2-4/o #5/k#6/l #7/w:727-1212
79
80# Apply color code
81color H3 blue
82color H4 green
83color H2A yellow
84color H2B red
85color DNA silver
86color ALC1 deeppink
87color NATPase salmon
88color Snf2 teal
89color Snf2NATPase turquoise
90color Isw1 dodgerblue
91color Isw1NATPase skyblue
92color CHD4 limegreen
93color CHD4NATPase greenyellow
94
95# Global display options
96set bgColor white
97lighting soft
98graphics silhouettes true
99
100# Adjust display of atomic models
101hide atoms
102hide cartoons
103show mainNuc cartoons
104show bindingFactors cartoons
105hide #!2-7 models
106transparency mainNuc 75 target c
107cartoon style protein modeHelix tube radius 2 sides 24
108
109view gyres
110
111# Make figures
112## Superimposition of Snf2Apo
113show #!2 models
114save ALC1-Snf2Apo_superimposition_gyres-view.png transparentbackground true supersample 3
115hide #!2 models
116## Superimposition of Snf2ADPBeF
117show #!3 models
118save ALC1-Snf2ADPBeF_superimposition_gyres-view.png transparentbackground true supersample 3
119hide #!3 models
120## Superimposition of Snf2ADP
121show #!4 models
122save ALC1-Snf2ADP_superimposition_gyres-view.png transparentbackground true supersample 3
123hide #!4 models
124## Superimposition of IswADPBeF
125show #!5 models
126save ALC1-Isw1ADPBeF_superimposition_gyres-view.png transparentbackground true supersample 3
127hide #!5 models
128## Superimposition of IswADP
129show #!6 models
130save ALC1-Isw1ADP_superimposition_gyres-view.png transparentbackground true supersample 3
131hide #!6 models
132## Superimposition of CHD4ADPBeF
133show #!7 models
134save ALC1-CHD4ADPBeF_superimposition_gyres-view.png transparentbackground true supersample 3
135#hide #!7 models