-
Notifications
You must be signed in to change notification settings - Fork 0
/
figure4A.html
174 lines (136 loc) · 7.13 KB
/
figure4A.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
<!DOCTYPE html>
<!--
~ The MIT License (MIT)
~
~ Copyright (c) 2016-2017 The Regents of the University of California
~
~ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
~ associated documentation files (the "Software"), to deal in the Software without restriction, including
~ without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
~ copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
~ following conditions:
~
~ The above copyright notice and this permission notice shall be included in all copies or substantial
~ portions of the Software.
~
~ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
~ BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
~ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
~ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
~ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
~ THE SOFTWARE.
~
-->
<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 4A</h1>
<div>
<p class="legend">
Examples of a network of intra- and interchromosomal cohesin-independent links between
superenhancers on chr6, chr4, and chr2. H3K27 acetylation does not change with auxin
treatment, but cohesin-independent links are significantly strengthened upon treatment.
Intrachromosomal matrices are shown at 25kb (on-diagonal) and 50kb (off-diagonal)
resolutions; interchromosomal matrices are shown at 100kb resolution. Maximum color
intensities are 28 reads for the offdiagonal intrachromosomal matrices and 20 reads for the
interchromosomal matrices.
</p>
</div>
<div class="row">
<div class="col-md-6" id="container1">
<p style="text-align:center"> <img class="img-responsive" src="css/img/fig4AUntreated.png" alt="Untreated"></p>
<div id="app-container-1">
</div>
</div>
<div class="col-md-6">
<p style="text-align:center"> <img class="img-responsive" src="css/img/fig4ATreated6hr.png" alt="Treated"> </p>
<div id="app-container-2">
</div>
</div>
</div>
<style type="text/css">
.row {
display: flex;
}
.legend {
text-align:center;
font:Helvetica Neue;
font-size:16px;
color: #333333;
}
.img-responsive {
display: inline-flex;
flex-direction: row;
justify-content: center;
width: 200px;
height: 80px;
}
</style>
<script type="text/javascript">
$(document).ready(function () {
var browser1, browser2;
var windowSize=$(container1).width()
browser1 = hic.createBrowser($('#app-container-1'), {
miniMode: true,
width: windowSize,
height: windowSize,
href:"?state=6%2C6%2C5%2C2859.99998%2C2859.99998%2C1.9289472668975123%2CKR&colorScale=156.80856095289548&hicUrl=https%3A%2F%2Fsummer-heart-0930.chufeiyun1688.workers.dev%3A443%2Fhttps%2Fs3.amazonaws.com%2Fhicfiles%2Fhiseq%2Fdegron%2Funtreated%2Funsynchronized%2Fcombined.hic&name=Rao%20et%20al.%20%7C%20Biorxiv%202017%20Combined%20Untreated&tracks=https%3A%2F%2Fsummer-heart-0930.chufeiyun1688.workers.dev%3A443%2Fhttps%2Fhicfiles.s3.amazonaws.com%2Finternal%2FAID_FE.bw%7C6hr%20Treated%20H3K27Ac%7C0-9.776084943842333%7Crgb(150%2C150%2C150)%7C%7C%7Chttps%3A%2F%2Fsummer-heart-0930.chufeiyun1688.workers.dev%3A443%2Fhttps%2Fhicfiles.s3.amazonaws.com%2Finternal%2FWT_FE.bw%7CUntreated%20H3K27Ac%7C0-10.277451040671018%7Crgb(150%2C150%2C150)"
});
browser2 = hic.createBrowser($('#app-container-2'), {
miniMode: true,
width: windowSize,
height: windowSize,
href:"?state=6%2C6%2C5%2C2859.99998%2C2859.99998%2C1.9289472541724915%2CKR&colorScale=107.3886223463196&hicUrl=https%3A%2F%2Fsummer-heart-0930.chufeiyun1688.workers.dev%3A443%2Fhttps%2Fs3.amazonaws.com%2Fhicfiles%2Fhiseq%2Fdegron%2Ftreated_6hr%2Funsynchronized%2Fcombined.hic&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%2Fhicfiles.s3.amazonaws.com%2Finternal%2FAID_FE.bw%7C6hr%20Treated%20H3K27Ac%7C0-9.776084943842333%7Crgb(150%2C150%2C150)%7C%7C%7Chttps%3A%2F%2Fsummer-heart-0930.chufeiyun1688.workers.dev%3A443%2Fhttps%2Fhicfiles.s3.amazonaws.com%2Finternal%2FWT_FE.bw%7Ctreated_6hr%20H3K27Ac%7C0-10.277451040671018%7Crgb(150%2C150%2C150))"
});
});
</script>
</body>
</html>