-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·219 lines (188 loc) · 11.4 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<meta name="viewport" content="width=device-width, user-scalable=no" />
<!-- Primary Meta Tags -->
<title>ImmunoGlobe: Immune Interaction Network</title>
<meta name="title" content="ImmunoGlobe: Immune Interaction Network">
<meta name="description" content="Developed by the Mallick Lab at the Stanford Canary Center for Cancer Early Detection">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="http://network.immunoglobe.org/">
<meta property="og:title" content="ImmunoGlobe: Immune Interaction Network">
<meta property="og:description" content="Developed by the Mallick Lab at the Stanford Canary Center for Cancer Early Detection">
<meta property="og:image" content="https://i.imgur.com/UGqxueQ.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="http://network.immunoglobe.org/">
<meta property="twitter:title" content="ImmunoGlobe: Immune Interaction Network">
<meta property="twitter:description" content="Developed by the Mallick Lab at the Stanford Canary Center for Cancer Early Detection">
<meta property="twitter:image" content="https://i.imgur.com/UGqxueQ.png">
<title>ImmunoGlobe</title>
<link href="font-awesome-4.7.0/css/font-awesome.min.css" rel="stylesheet" />
<link rel="stylesheet" href="bootstrap-3.3.7-dist/css/bootstrap.min.css">
<link href="style.css" rel="stylesheet">
<link rel="shortcut icon" type="image/png" href="icon.png">
</head>
<body>
<div id="cy"></div>
<div id="loading">
<span class="fa fa-refresh fa-spin"></span>
</div>
<div id="search-wrapper">
<input type="text" class="form-control" id="search" placeholder=" Search">
</div>
<div id="info">
</div>
<script src="fastclick.min.js"></script>
<script src="jquery.min.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.19/css/jquery.dataTables.css">
<script type="text/javascript" charset="utf8" src="https://cdn.datatables.net/1.10.19/js/jquery.dataTables.js"></script>
<script src="cytoscape.min.js"></script>
<script src="jquery.qtip.min.js"></script>
<link href="jquery.qtip.min.css" rel="stylesheet" type="text/css" />
<script src="cytoscape-qtip.js"></script>
<script src="bluebird.min.js"></script>
<script src="bootstrap.min.js"></script>
<script src="typeahead.bundle.js"></script>
<script src="handlebars.min.js"></script>
<script src="lodash.min.js"></script>
<script src="demo.js"></script>
<button id="reset" class="btn btn-default"><i class="fa fa-refresh"></i></button>
<button id="table" class="btn btn-default" data-toggle="modal" data-target="#table_content"><i class="fa fa-table"></i></button>
<button id="filter" class="btn btn-default"><i class="fa fa-filter"></i></button>
<button id="new_network_tools" class="btn btn-default"><i class="fa fa-wrench"></i></button>
<button id="about" class="btn btn-default"><i class="fa fa-info"></i></button>
<div id="table_content" class="modal fade" role="dialog" tabindex="-1" aria-hidden="true">
<div class="modal-dialog modal-dialog-scrollable" role="document">
<div class="modal-content ">
<h3> Nodes Table </h3>
<table id="selection_table" class="display">
<thead>
<tr>
<th>ID</th>
<th>Name</th>
<th>Node Type</th>
<th>Node Subtype</th>
<th>Node Cross Reference</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<div id="edges_div">
<h3> Edges Table </h3>
<table id="edge_table" class="display">
<thead>
<tr>
<th>ID</th>
<th>Name</th>
<th>Source</th>
<th>Interaction</th>
<th>Target</th>
<th>Source Receptor</th>
<th>Target Receptor</th>
<th>Immune Processes</th>
<th>Janeway References </th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
</div>
<div class="modal-footer">
<button id="loadEdgeTableButton" type="button" class="btn btn-primary">Load/Reload Edge Table (may take a few seconds)</button>
<button type="button" class="btn btn-primary" data-dismiss="modal">Close</button>
</div>
</div>
<div id="new_network_options">
<div class="filterset-section-title">Tools</div>
<button id="new_network_from_selec" class="btn btn-default new_network_options_btn"> New Network From Selected </button>
<button id="toggle_outgoing" class="btn btn-default new_network_options_btn"> Toggle Outgoing Edges </button>
<button id="toggle_incoming" class="btn btn-default new_network_options_btn"> Toggle Incoming Edges </button>
</div>
<div id="about-content">
<p>This app was made using <a target="_blank" href="http://js.cytoscape.org">Cytoscape.js <i class="fa fa-external-link"></i></a>.</p>
<p><a target="_blank" href="networks.json">Data reference <i class="fa fa-external-link"></i></a></p>
</div>
<div id="filters">
<div class="filterset-section-title">Node Types</div>
<div class="filtersets">
<div class="filterset">
<input id="cell" type="checkbox" checked></input><label for="cell">Cell</label><br />
<input id="somatic" type="checkbox" checked></input><label for="somatic">Somatic</label><br />
<input id="lymphocyte" type="checkbox" checked></input><label for="lymphocyte">Lymphocyte</label><br />
<input id="myeloid" type="checkbox" checked></input><label for="myeloid">Myeloid</label><br />
<input id="precursor" type="checkbox" checked></input><label for="precursor">Precursor</label><br />
<input id="apc" type="checkbox" checked></input><label for="apc">APC</label><br />
<input id="blood" type="checkbox" checked></input><label for="blood">Blood</label><br />
</div>
<div class="filterset">
<input id="cytokine" type="checkbox" checked></input><label for="cytokine">Cytokine</label><br />
<input id="chemokine" type="checkbox" checked></input><label for="chemokine">Chemokine</label><br />
<input id="csf" type="checkbox" checked></input><label for="csf">Colony-stimulating factors</label><br />
<input id="interferons" type="checkbox" checked></input><label for="interferons">Interferons</label><br />
<input id="interleukins" type="checkbox" checked></input><label for="interleukins">Interleukins</label><br />
<input id="tnf" type="checkbox" checked></input><label for="tnf">Tumor Necrosis Factors</label><br />
<input id="gf" type="checkbox" checked></input><label for="gf">Growth Factors</label><br />
</div>
<div class="filterset">
<input id="antibody" type="checkbox" checked></input><label for="antibody">Antibody</label><br />
</div>
<div class="filterset">
<input id="effmol" type="checkbox" checked></input><label for="effmol">Effector Molecule</label><br />
<input id="complement" type="checkbox" checked></input><label for="complement">Complement</label><br />
<input id="lipmed" type="checkbox" checked></input><label for="lipmed">Lipid Mediators</label><br />
<input id="toxmed" type="checkbox" checked></input><label for="toxmed">Toxic Mediators</label><br />
<input id="ros" type="checkbox" checked></input><label for="ros">Reactive Oxygen Species</label><br />
<input id="antipep" type="checkbox" checked></input><label for="antipep">Antimicrobial Peptides</label><br />
<input id="app" type="checkbox" checked></input><label for="app">Acute Phase Proteins</label><br />
<input id="cytoeffectors" type="checkbox" checked></input><label for="cytoeffectors">Cytotoxic Effectors</label><br />
<input id="metabolite" type="checkbox" checked></input><label for="metabolite">Metabolite</label><br />
<input id="enzymes" type="checkbox" checked></input><label for="enzymes">Enzymes</label><br />
<input id="vitamins" type="checkbox" checked></input><label for="vitamins">Vitamins</label><br />
</div>
<div class="filterset right">
<input id="antigen" type="checkbox" checked></input><label for="antigen">Antigen</label><br />
<input id="bacteria" type="checkbox" checked></input><label for="bacteria">Bacteria</label><br />
<input id="fungi" type="checkbox" checked></input><label for="fungi">Fungi</label><br />
<input id="virus" type="checkbox" checked></input><label for="virus">Virus</label><br />
<input id="self" type="checkbox" checked></input><label for="self">Self</label><br />
</div>
</div>
<div class="filterset-section-title">Edge Types</div>
<div class="filtersets">
<div class="filterset">
<!-- <div class="filterset-title">Type</div> -->
<input id="activate" type="checkbox" checked></input><label for="activate">Activate</label>
<div class="color-box" style="background-color: #EA2027;"></div> <br />
<input id="differentiate" type="checkbox" checked></input><label for="differentiate">Differentiate</label>
<div class="color-box" style="background-color: #F79F1F;"></div> <br />
<input id="inhibit" type="checkbox" checked></input><label for="inhibit">Inhibit</label>
<div class="color-box" style="background-color: #006266;"></div> <br />
<input id="kill" type="checkbox" checked></input><label for="kill">Kill</label>
<div class="color-box" style="background-color: #A3CB38;"></div> <br />
<input id="polarize" type="checkbox" checked></input><label for="polarize">Polarize</label>
<div class="color-box" style="background-color: #1289A7;"></div> <br />
<input id="recruit" type="checkbox" checked></input><label for="recruit">Recruit</label>
<div class="color-box" style="background-color: #1B1464;"></div> <br />
<input id="secrete" type="checkbox" checked></input><label for="secrete">Secrete</label>
<div class="color-box" style="background-color: #D980FA;"></div> <br />
<input id="survive" type="checkbox" checked></input><label for="survive">Survive</label>
<div class="color-box" style="background-color: #6F1E51;"></div> <br />
</div>
</div>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-155159-12', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>