-
Notifications
You must be signed in to change notification settings - Fork 0
/
multi-test.html
148 lines (110 loc) · 5.69 KB
/
multi-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
<!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>
</head>
<body style="margin:30px">
<div class="row">
<div class="row">
<div class="col-md-12">
<h1>This is the first figure</h1>
</div>
</div>
<div class="col-md-12">
<div id="app-container-1">
</div>
</div>
<div class="row">
<div class="col-md-12">
<h1>This is the second figure</h1>
</div>
</div>
<div class="col-md-12">
<div id="app-container-2">
</div>
</div>
</div>
<script type="text/javascript">
$(document).ready(function () {
var browser1, browser2;
browser1 = hic.createBrowser($('#app-container-1'), {
miniMode: true,
width: 480,
height: 480,
href: "?state=1%2C1%2C5%2C1197.4139535839602%2C1195.8952499749375%2C1.5770828867418905%2CNONE&colorScale=199&hicUrl=https%3A%2F%2Fsummer-heart-0930.chufeiyun1688.workers.dev%3A443%2Fhttps%2Fhicfiles.s3.amazonaws.com%2Fhiseq%2Fgm12878%2Fin-situ%2Fcombined.hic&name=Rao%20and%20Huntley%20et%20al.%20%7C%20Cell%202014%20GM12878%20(human)%20in%20situ%20MboI%20primary%2Breplicate%20(4.9B)"
});
browser2 = hic.createBrowser($('#app-container-2'), {
miniMode: true,
width: 480,
height: 480,
href: "?state=2%2C2%2C5%2C2334.4701719047616%2C2273.517948095238%2C1.022829785420541%2CNONE&colorScale=57&hicUrl=https%3A%2F%2Fsummer-heart-0930.chufeiyun1688.workers.dev%3A443%2Fhttps%2Fhicfiles.s3.amazonaws.com%2Fhiseq%2Fgm12878%2Fin-situ%2Fcombined.hic&name=Rao%20and%20Huntley%20et%20al.%20%7C%20Cell%202014%20GM12878%20(human)%20in%20situ%20MboI%20primary%2Breplicate%20(4.9B)"
});
});
</script>
</body>
</html>