-
Notifications
You must be signed in to change notification settings - Fork 0
/
figure6_test.html
282 lines (239 loc) · 11.4 KB
/
figure6_test.html
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<title>Juicebox</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="icon" type="image/png" href="https://aidenlab.org/favicon.ico">
<!-- Shims for legacy browsers -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/es5-shim/4.5.7/es5-shim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/es6-shim/0.35.3/es6-shim.js"></script>
<!-- DataTables CSS -->
<link rel="stylesheet" type="text/css"
href="https://cdn.datatables.net/v/dt/dt-1.10.15/sc-1.4.2/se-1.2.2/datatables.min.css"/>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<!-- Font Awesome CSS-->
<link rel="stylesheet" type="text/css" href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css">
<!-- JQuery UI CSS -->
<link rel="stylesheet" type="text/css" href="https://code.jquery.com/ui/1.12.1/themes/redmond/jquery-ui.css"/>
<!-- IGV CSS -->
<link rel="stylesheet" type="text/css" href="https://igv.org/web/jb/release/cell/igv.css">
<!-- site CSS -->
<link rel="stylesheet" type="text/css" href="https://igv.org/web/jb/release/cell/site/css/site.css">
<!-- Juicebox CSS-->
<link rel="stylesheet" type="text/css" href="https://igv.org/web/jb/release/cell/juicebox-bootstrap.css">
<!-- Bootstrap-Select Plugin CSS -->
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.12.2/css/bootstrap-select.min.css">
<!-- Underscore JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.3/underscore-min.js"></script>
<!-- JQuery JS -->
<script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
<!-- JQuery UI JS -->
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js"></script>
<!-- Tether JS (Use with Alpha 4.0.0-alpha.6 Bootstrap) -->
<!--<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js" integrity="sha384-DztdAPBWPRXSA/3eYEEUWrWCy7G5KFbe8fFjk5JAIxUYHKkDx6Qin1DkWx51bBrb" crossorigin="anonymous"></script>-->
<!-- Bootstrap JS -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<!-- Bootstrap-Select Plugin JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.12.2/js/bootstrap-select.min.js"></script>
<!-- DataTables JS -->
<script src="https://cdn.datatables.net/v/dt/dt-1.10.15/sc-1.4.2/se-1.2.2/datatables.min.js"></script>
<!-- IGV JS-->
<script src="https://igv.org/web/jb/release/cell/igv.min.js"></script>
<!-- Site JS-->
<script src="https://igv.org/web/jb/release/cell/site/js/site.js"></script>
<!-- Juicebox JS -->
<script src="https://igv.org/web/jb/release/cell/juicebox.js"></script>
<!-- MS polyfill (pointer -> touch -->
<script src="https://igv.org/web/jb/release/current/touchpolyfill.min.js"></script>
</head>
<body style="margin:30px">
<h1 style="text-align: center; font:Helvetica Neue;font-size:36px;line-height: 40px; color: #333333
">Figure 6</h1>
<div class="row">
<div class="col-md-8">
<div>
<p style="font-size:30px" class="panelID">A</p>
</div>
<br>
</div>
</div>
<div class="row">
<div class="col-md-5">
<div class="row">
<div class="col-md-8 col-md-offset-4">
<div>
<img class="img-responsive"
src="https://theaidenlab.github.io/figures/css/img/figure2_static_components/Fig2A_untreated_header.png"
alt="Untreated" width="300">
</div>
<br>
</div>
</div>
<div>
<img src="https://theaidenlab.github.io/figures/css/img/figure6_static_components/6A_extrusion_sim.png"
alt="with extrusion sim" width="600">
</div>
</div>
<div class="col-md-5">
<div class="row">
<div class="col-md-8 col-md-offset-4">
<div>
<img class="img-responsive"
src="https://theaidenlab.github.io/figures/css/img/figure2_static_components/Fig2A_treated_header.png"
alt="6hr Auxin Treated" width="300">
</div>
<br>
</div>
</div>
<div>
<img src="https://theaidenlab.github.io/figures/css/img/figure6_static_components/6A_noextrusion_sim.png"
alt="no extrusion sim" width="600">
</div>
</div>
</div>
<div class="row">
<div class="col-md-5">
<div class="row">
<div class="col-md-10 col-md-offset-2">
<div id="app-container-1">
</div>
<br>
</div>
</div>
</div>
<div class="col-md-5">
<div class="row">
<div class="col-md-10 col-md-offset-2">
<div id="app-container-2">
</div>
<br>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-8">
<div>
<p style="font-size:30px" class="panelID">B</p>
</div>
<br>
</div>
</div>
<div class="row">
<div class="col-md-5">
<div class="row">
<div class="col-md-10 col-md-offset-2">
<div>
<img src="https://theaidenlab.github.io/figures/css/img/figure6_static_components/6B_extrusion_globule.png"
alt="extrusion globule" width="400">
</div>
<br>
</div>
</div>
</div>
<div class="col-md-5">
<div class="row">
<div class="col-md-10 col-md-offset-2">
<div>
<img src="https://theaidenlab.github.io/figures/css/img/figure6_static_components/6B_noextrusion_globule.png"
alt="no extrusion globule" width="400">
</div>
<br>
</div>
</div>
</div>
</div>
<br>
<div>
<p class="legend">(A) We use loop extrusion and compartmentalization to simulate a 2.1 Mb region on chromosome 3 in
HCT-116 RAD21-mAC cells before (left) and after (right) auxin treatment. CTCF and SMC1 ChIP-Seq signals are
normalized and converted into binding probabilities for the simulated extrusion complex (first and second rows).
Each peak is assigned a forward (green) or reverse (red) orientation based on the corresponding CTCF motif.
ChIP-Seq data for 9 histone modifications were used to classify loci into two compartments (red and blue, fifth
row). Histone modification data for H3K36me3 and H3K4me1 is shown, illustrating the correspondence between the
classification tracks and the underlying ChIP-Seq signals (third and fourth rows). The simulations yield an
ensemble of polymer configurations. We show contact maps from the simulated ensemble (top) and from the
corresponding Hi-C experiments (bottom). The simulations accurately capture the positions of loops and domains,
as well as the loss of loop domains after the depletion of cohesin. In addition, our simulation accurately
captures compartmentalization patterns seen before and after auxin treatment.</p>
</div>
<div>
<p class="legend">(B) Examples of globules from simulations of compartmentalization with extrusion (left) and
without (right). Notably, the globule without extrusion shows stronger segregation of compartment types.</p>
</div>
<br>
<style type="text/css">
.row {
display: flex;
}
.legend {
text-align: left;
font: Helvetica Neue;
font-size: 36;
px color: #333333;
}
.col-md-2 {
display: inline-flex;
flex-direction: column;
justify-content: center;
}
</style>
<script type="text/javascript">
$(document).ready(function () {
var browser1, browser2;
var windowSize = 445;
igv.xhr.loadJson("config/hicFileConfigs.txt", {})
.then(function (config) {
hic.loadDataset({
url: config["degron/untreated/unsynchronized/combined.hic"],
nvi: "30439217680%2C36479"
})
.then(function (dataset) {
browser1 = hic.createBrowser($('#app-container-1'), {
miniMode: true,
width: windowSize,
height: windowSize,
dataset: dataset,
initialImage: {
left: 19108.5484,
top: 19108.5484,
imageURL: "img/fig6A-1.png"
},
href: "?state=3%2C3%2C7%2C19215%2C19215%2C1.55%2CKR&colorScale=72&name=Rao%20et%20al.%20%7C%20Biorxiv%202017%20Combined%20Untreated&tracks=https%3A%2F%2Fsummer-heart-0930.chufeiyun1688.workers.dev%3A443%2Fhttps%2Fs3.amazonaws.com%2Fhicfiles%2Fhiseq%2Fdegron%2Fchipseq%5Fdata%2Funtreated%2FH3K36me3%5FFE.bw%7CUntreated%20H3K36me3%7C0-3%7Crgb(0%2C150%2C0)%7C%7C%7Chttps%3A%2F%2Fsummer-heart-0930.chufeiyun1688.workers.dev%3A443%2Fhttps%2Fs3.amazonaws.com%2Fhicfiles%2Fhiseq%2Fdegron%2Fchipseq%5Fdata%2Funtreated%2FH3K4me1%5FFE.bw%7CUntreated%20H3K4me1%7C0-7%7Crgb(0%2C150%2C0)"
});
if (browser2) hic.syncBrowsers([browser1, browser2]);
})
.catch(function (error) {
console.log(error);
});
hic.loadDataset({
url: config["degron/treated_6hr/unsynchronized/combined.hic"],
nvi: "33255540403%2C36479"
})
.then(function (dataset) {
browser2 = hic.createBrowser($('#app-container-2'), {
miniMode: true,
width: windowSize,
height: windowSize,
dataset: dataset,
initialImage: {
left: 19109.8387,
top: 19109.8387,
imageURL: "img/fig6A-2.png"
},
href: "?state=3%2C3%2C7%2C19215%2C19215%2C1.55%2CKR&colorScale=31&name=Rao%20et%20al.%20%7C%20Biorxiv%202017%20Combined%20Treated%20(6%20hr)&tracks=https%3A%2F%2Fsummer-heart-0930.chufeiyun1688.workers.dev%3A443%2Fhttps%2Fs3.amazonaws.com%2Fhicfiles%2Fhiseq%2Fdegron%2Fchipseq%5Fdata%2Ftreated%2FH3K36me3%5FFE.bw%7C6hr%20Treated%20H3K36me3%7C0-3%7Crgb(0%2C150%2C0)%7C%7C%7Chttps%3A%2F%2Fsummer-heart-0930.chufeiyun1688.workers.dev%3A443%2Fhttps%2Fs3.amazonaws.com%2Fhicfiles%2Fhiseq%2Fdegron%2Fchipseq%5Fdata%2Ftreated%2FH3K4me1%5FFE.bw%7C6hr%20Treated%20H3K4me1%7C0-7%7Crgb(0%2C150%2C0)"
});
if (browser1) hic.syncBrowsers([browser1, browser2]);
})
.catch(function (error) {
console.log(error);
});
});
});
</script>
</body>
</html>